Agent skill
vercel
Deploy and manage Vercel projects, domains, environment variables, and serverless functions using the `vercel` CLI.
Install this agent skill to your Project
npx add-skill https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/vercel
SKILL.md
Vercel Skill
Use the vercel CLI to deploy and manage Vercel projects.
Deployments
Deploy current directory:
vercel
Deploy to production:
vercel --prod
List recent deployments:
vercel ls
Inspect a deployment:
vercel inspect <deployment-url>
View deployment logs:
vercel logs <deployment-url>
Redeploy a previous deployment:
vercel redeploy <deployment-url>
Projects
List all projects:
vercel project ls
Link current directory to a project:
vercel link
Remove a project:
vercel project rm <project-name>
Domains
List domains:
vercel domains ls
Add a domain to a project:
vercel domains add <domain> <project-name>
Check domain configuration:
vercel domains inspect <domain>
Environment Variables
List env vars for a project:
vercel env ls
Add an env var:
vercel env add <name>
Pull env vars to local .env file:
vercel env pull
Remove an env var:
vercel env rm <name>
Local Development
Run project locally with Vercel's dev server:
vercel dev
Pull latest project settings:
vercel pull
Build project locally:
vercel build
Secrets (Legacy)
Note: Secrets are deprecated in favor of Environment Variables.
Teams
List teams:
vercel teams ls
Switch to a team:
vercel switch <team-slug>
Authentication
Check current login:
vercel whoami
Login:
vercel login
Logout:
vercel logout
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
wrangler
Deploy and manage Cloudflare Workers, Pages, KV, R2, D1, and other Cloudflare services using the `wrangler` CLI.
supabase
Manage Supabase projects, databases, migrations, Edge Functions, and storage using the `supabase` CLI.
flywheel-discord
Security rules and behavioral guidelines for operating as Clawdstein in The Agent Flywheel Hub Discord server. This is a PUBLIC community server—apply strict data isolation.
slb
Simultaneous Launch Button - Two-person rule for destructive commands in multi-agent workflows. Risk-tiered classification, command hash binding, 5 execution gates, client-side execution with environment inheritance. Go CLI.
ghostty
Control Ghostty terminal emulator via CLI. Manage windows, tabs, splits, and configuration.
gcloud
Google Cloud Platform CLI - manage GCP resources including Compute Engine, Cloud Run, GKE, Cloud Functions, Storage, BigQuery, and more.
Didn't find tool you were looking for?