Official agent skills for deploying to Cloudflare Pages, Vercel, and Netlify with OpZero.
Works with Claude Code, Cursor, Windsurf, VS Code Copilot, Cline, and 20+ AI agents.
npx skills add opzero-sh/skillsOr install a specific skill:
npx skills add opzero-sh/skills --skill deploy-to-opzero| Skill | Description |
|---|---|
| deploy-to-opzero | Deploy apps and sites to any cloud with one command |
| opzero-quick-start | Go from zero to live in 60 seconds |
| opzero-mcp-setup | Set up OpZero MCP for any AI agent |
| multi-cloud-deploy | Cloudflare vs Vercel vs Netlify decision guide |
| static-site-best-practices | Build and deploy optimized static sites |
# Install OpZero CLI
curl -fsSL https://opzero.sh/install.sh | sh
# Login
opzero login
# Deploy your project
opzero deployOpZero is the multi-cloud deployment platform. One CLI, any target:
opzero deploy --target cloudflare # Cloudflare Pages
opzero deploy --target vercel # Vercel
opzero deploy --target netlify # NetlifyNo vendor lock-in. Switch targets with a single flag.
OpZero also ships an MCP server for AI-powered deployments:
# Install MCP
curl -fsSL https://opzero.sh/install-mcp.sh | sh
# Or configure directly for Claude Code
opzero setup claude-code