Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Automates web app deployment to Vercel, Railway, and Supabase using their CLIs. Detects the project framework, recommends the right platform, and runs the deployment after explicit user confirmation. Also manages environment variables and custom domains across all three platforms.
Handles platform selection automatically based on detected framework, so you don't need to know which service fits your stack.
When to use it
- Deploying a Next.js app to Vercel production
- Spinning up a FastAPI backend on Railway
- Connecting a full-stack app to a Supabase database
- Setting environment variables before a production push
- Adding a custom domain to a Vercel deployment
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: deploy my project at ./my-app to production
- 1Runs detect script on ./my-app to identify framework and language
- 2Checks that required CLIs are installed and authenticated
- 3Runs recommend script to select the appropriate platform
- 4Asks user for explicit confirmation before proceeding
- 5Executes deploy script targeting the recommended platform
App deployed to production URL with confirmation and logs available
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.