skills/skill-executor/presets/vercel-deploy/SKILL.md
Deploy web projects to Vercel with automated CLI setup, authentication, and deployment configuration.
npx skillsauth add fatby/duncrew vercel-deployInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Deploy web projects to Vercel with automated CLI setup, authentication, and deployment configuration.
Check Prerequisites
node --version)vercel --version)npm i -g vercelVerify Project Configuration
package.json with build scriptsvercel.json exists (optional, for custom config).env or .env.local for environment variables.gitignore excludes sensitive filesAuthenticate with Vercel
vercel login if not authenticatedvercel whoamiConfigure Project (First Deploy) If this is the first deployment:
vercel to initializeSet Environment Variables If environment variables are needed:
vercel env add VARIABLE_NAME
Or bulk add from .env:
.env fileDeploy For preview deployment:
vercel
For production deployment:
vercel --prod
Verify Deployment
vercel logsPost-Deployment
vercel domains addDeploy Next.js App:
# Install Vercel CLI
npm i -g vercel
# Login
vercel login
# Deploy preview
vercel
# Deploy production
vercel --prod
Add Environment Variables:
# Add single variable
vercel env add DATABASE_URL
# Add to production only
vercel env add API_KEY production
.env files with secretstools
Use the webSearch tool to find information online.
development
Query weather information for any location.
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the OpenClaw voice-call plugin.