Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Deploys a local web project to a production URL by orchestrating GitHub repository creation, managed hosting deployment via Vercel or Netlify, and optional custom domain DNS wiring. Handles SSL, CI/CD setup, and domain verification as part of the workflow. It coordinates several sub-skills rather than performing low-level operations directly.
Combines GitHub repo creation, deployment triggering, and DNS wiring into a single orchestrated flow rather than requiring manual steps across multiple platforms.
When to use it
- Publish a local Vite app to Vercel for the first time
- Set up CI/CD so every git push redeploys a Netlify site
- Create a GitHub repo and deploy it in one workflow
- Attach a custom domain to a freshly deployed static site
- Move a local Next.js project to a live HTTPS URL
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Deploy my local Next.js app to Vercel with a custom domain
- 1Scan project root and detect Next.js from next.config.* and package.json
- 2Initialize git, create a GitHub repository via github-api, and push the branch
- 3Link the project to Vercel and trigger a production deployment
- 4Attach the custom domain in Vercel and return the required DNS records
- 5Verify DNS propagation and HTTPS readiness, then return the live URL
Live URL with SSL active, CI/CD configured for future pushes, and a DNS record checklist for the domain provider
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.