What problem does it solve?
ClawHub production changes are manual-only, and merging to main does not deploy the app or publish the CLI. This Skill enforces a safe, auditable release process so operators dispatch the right workflows against the exact verified SHA instead of guessing.
Core Features & Use Cases
- App Production Deploys: Dispatch the deploy.yml workflow with full, backend, or frontend targets after confirming a successful Deploy Test run for the exact main SHA.
- Stable CLI npm Releases: Run validation-only preflight for a vX.Y.Z tag, then promote that exact artifact through npm trusted publishing via the npm-release environment.
- Release Verification: Record workflow URLs, deployed SHAs, and live-surface proof on clawhub.ai before declaring a release complete.
- Use Case: After merging a backend fix to main, use this Skill to confirm the Test workflow passed for that SHA, dispatch a backend production deploy, and verify the live API contract on clawhub.ai.
Quick Start
Use the clawhub-production-release skill to deploy the current main branch of openclaw/clawhub to production and verify the result.