LaunchKit · 2026
Back to Skills

Simplifie le déploiement d'apps web sur **Vercel**, **Railway** et **Supabase** via leurs CLIs.

1
1.6k downloads
by @hugosbl

Setup & Installation

openclaw skills install @hugosbl/deploy-kit

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install deploy-kit

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.

INPUT

User asks: deploy my project at ./my-app to production

AGENT
  1. 1Runs detect script on ./my-app to identify framework and language
  2. 2Checks that required CLIs are installed and authenticated
  3. 3Runs recommend script to select the appropriate platform
  4. 4Asks user for explicit confirmation before proceeding
  5. 5Executes deploy script targeting the recommended platform
OUTPUT

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.

Vercel account (vercel.com)Railway account (railway.app)Supabase account (supabase.com)Vercel CLI installed and authenticatedRailway CLI installed and authenticatedSupabase CLI installed and authenticated