openclaw-proof-validation

Validate the OpenClaw Windows application via automated tests and proof collection.

2.0k|258|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/openclaw/openclaw-windows-node --skill openclaw-proof-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-proof-validation
Source: https://github.com/openclaw/openclaw-windows-node/tree/main/.agents/skills/openclaw-proof-validation
Command: npx skills add https://github.com/openclaw/openclaw-windows-node --skill openclaw-proof-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a comprehensive set of guidelines and scripts to validate the OpenClaw Windows application, ensuring functionality and quality before updates are published.

Core Features & Use Cases

  • Automated Testing: Execute predefined test scripts to validate system functionality.
  • Proof Collection: Collects evidence such as UI screenshots, MCP responses, and logs for thorough verification.
  • Use Case: When a developer implements changes that could affect the UI or underlying capabilities of OpenClaw, this Skill can be used to automate the validation process.

Quick Start

Run the following command to perform a comprehensive proof validation:

.\build.ps1
dotnet test .\tests\OpenClaw.Shared.Tests\OpenClaw.Shared.Tests.csproj --no-restore
dotnet test .\tests\OpenClaw.Tray.Tests\OpenClaw.Tray.Tests.csproj --no-restore

Frequently Asked Questions about openclaw-proof-validation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run automated UI/UX verification tests for a Windows application?

Run automated UI/UX verification tests by executing predefined PowerShell and .NET test commands, such as `dotnet test`, to validate Windows application functionality and collect detailed proof evidence.

What kind of proof collection can I automate for software validation?

Software validation proof collection automates the gathering of UI screenshots, MCP responses, and system logs to provide thorough verification evidence for application updates.

Do I need PowerShell and .NET to validate my Windows application commands?

Yes, validating the Windows application requires executing specific PowerShell scripts and .NET test commands through `dotnet test` to run the automated test suites.

When should I use automated proofing in the software development lifecycle?

Use automated proofing in the software development lifecycle when developers implement changes affecting UI/UX or underlying capabilities, ensuring functionality and quality before publishing updates.

What is the best way to validate command center and MCP capabilities?

The best way to validate command center and MCP capabilities is by running comprehensive automated test scripts that execute predefined test cases and capture detailed proof evidence.

What limitations exist when running dotnet test commands for UI verification?

Running dotnet test commands for UI verification is limited to the Windows platform and requires prior execution of `build.ps1` to restore and build the test projects successfully.