en un clic
example-deployment
Example skill showing how to create deployment workflows with safety checks and rollback procedures
Menu
Example skill showing how to create deployment workflows with safety checks and rollback procedures
Quality assurance for web accessibility and usability, particularly for users with disabilities. Use when involved in any web project.
Release automation for Claw skills and website. Guides through version bumping, tagging, and release verification.
ClawHub reputation checker for ClawSec suite. Enhances guarded skill installer with VirusTotal Code Insight reputation scores and additional safety checks.
Security advisory feed with automated NVD CVE polling for OpenClaw-related vulnerabilities. Updated daily.
ClawSec suite manager with embedded advisory-feed monitoring, cryptographic signature verification, approval-gated malicious-skill response, and guided setup for additional security skills.
Community incident reporting for AI agents. Contribute to collective security by reporting threats.
| name | example-deployment |
| description | Example skill showing how to create deployment workflows with safety checks and rollback procedures |
This is an example skill demonstrating the structure and format for Windsurf skills.
Before deploying to production, ensure:
Tests Pass
pnpm testpnpm test:e2epnpm type-checkCode Quality
pnpm lintgit statusEnvironment Verification
Documentation
pnpm build
Ensure all packages build successfully without errors.
pnpm db:migrate
Verify migrations apply cleanly to production database.
pnpm deploy:staging
Test thoroughly on staging environment before production.
pnpm deploy:production
Monitor deployment logs for any errors.
/api/healthIf issues are detected after deployment:
Immediate Rollback
pnpm deploy:rollback
Verify Rollback Success
Post-Mortem
See additional files in this directory:
deployment-checklist.md - Detailed checklistrollback-procedure.md - Step-by-step rollback guidemonitoring-dashboard.md - Links to monitoring tools