deploy-pilot
Manages the full deploy cycle — build validation, GitHub push, Vercel deployment, and health checks
Why use this skill?
Automate your Next.js deployment pipeline with Deploy Pilot. Ensure build integrity, run tests, and manage Vercel pushes with mandatory safety protocols.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/guifav/deploy-pilotWhat This Skill Does
The Deploy Pilot skill transforms your OpenClaw agent into a high-precision DevOps engineer. It is designed to bridge the gap between local development and production environments by automating the entire deployment lifecycle of Next.js applications on Vercel. Unlike simple scripts, Deploy Pilot enforces a mandatory Planning Protocol that ensures every code change is validated for technical integrity, environmental safety, and risk assessment before any production traffic is touched. It acts as a safety guardrail, running the complete pre-deployment suite—TypeScript compilation, linting, unit tests, and production build generation—ensuring that you never push broken code to your users.
Installation
To install this skill, use the ClawHub command within your OpenClaw terminal: clawhub install openclaw/skills/skills/guifav/deploy-pilot. Ensure you have the VERCEL_TOKEN environment variable configured in your OpenClaw session settings, as this is required for the agent to interface with the Vercel API, monitor deployments, and verify health statuses.
Use Cases
- Continuous Integration/Deployment: Automating the transition from a local feature branch to a live, production-ready preview URL.
- Risk Mitigation: Identifying potential issues such as incompatible database schema migrations or missing environment variables before they cause downtime.
- Standardized Workflows: Ensuring that every team member follows the same rigorous pre-deployment checks (TSC, Lint, Vitest, and Build) consistently every time.
- Health Monitoring: Automatically confirming that the deployment was successful by querying internal API health check endpoints.
Example Prompts
- "I've finished the authentication update on the
auth-refactorbranch. Please run the deploy-pilot protocol to push this to production." - "Check the current build status for our staging environment and verify that the API is responding to health checks."
- "I need to deploy the latest landing page changes. Can you run the pre-deploy checklist and summarize the risks before pushing?"
Tips & Limitations
- Always Honor the Protocol: The agent is hard-coded to require the Planning Protocol. Do not attempt to bypass it; these checks are vital to preventing downtime.
- Environment Variables: Ensure all secrets and environment variables required for your Next.js app are already defined in the Vercel project settings, as the agent cannot automatically provision them.
- Database Safety: While this skill handles the deployment, it is not a database migration tool. Always verify that your database schema changes are applied safely before initiating the deployment flow.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-guifav-deploy-pilot": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, code-execution, external-api
Related Skills
supabase-ops
Manages Supabase migrations, types generation, RLS policies, and edge functions
interop-forge
Integration architect for multi-app monorepos — shared contracts, API-first design with OpenAPI, cross-app auth, auto-generated SDKs, and full MCP server scaffolding per app
cloudflare-guard
Configures and manages Cloudflare DNS, caching, security rules, rate limiting, and Workers
stack-scaffold
Scaffolds a full-stack project with Next.js App Router, Supabase, Firebase Auth, Vercel, and Cloudflare
gcp-fullstack
Full-stack super agent for projects on Google Cloud Platform with GitHub and Cloudflare — covers scaffolding, compute, database, auth, deploy, CDN, and security