What problem does it solve? Validating OpenClaw changes across operating systems and CI-parity environments requires remote machines, synced checkouts, secrets handling, and reliable cleanup, which is error-prone to orchestrate by hand. This Skill standardizes how to run broad pnpm gates, E2E bug proofs, and desktop sessions on remote Crabbox leases or delegated Blacksmith Testbox runners while reporting the actual provider and lease id. ## Core Features & Use Cases - Provider-aware remote runs: Choose between brokered AWS Crabbox (cbx_ ids) and delegated Blacksmith Testbox (tbx_ ids) for broad pnpm check/test gates, with correct flags for each backend. - Cross-platform targets: Execute validation on Linux, native Windows, WSL2, macOS, and static SSH hosts, including desktop/WebVNC sessions for human QA handoff. - E2E bug verification workflow: Reproduce user-facing failures from real entrypoints (install, Docker, gateway, CLI), then prove the fix with one remote run and recorded evidence. - Use Case: A maintainer fixes a packaging bug and needs proof: run the Docker/package E2E lane on a Testbox through Crabbox with --timing-json, capture the tbx_ id and Actions run URL, and report redacted results in the PR. ## Quick Start Ask the agent to run the changed-files test gate remotely through Crabbox with the Blacksmith Testbox provider and report the lease id and timing summary.