vercel-deploy
Originally fromvercel-labs/agent-skills
Installation
Summary
Instant deployment to Vercel with preview and claimable links, no authentication required.
- Supports 20+ frameworks including Next.js, React, Vue, Svelte, Angular, Express, and static HTML projects with automatic framework detection
- Returns two URLs: a live Preview URL for immediate access and a Claim URL to transfer the deployment to your Vercel account
- Packages projects efficiently by excluding
node_modulesand.gitdirectories to minimize upload size - Works in Claude environment via a single bash command with optional path or tarball arguments
SKILL.md
Vercel Deploy
Deploy any project to Vercel instantly. No authentication required.
When to use this skill
- App deployment: when asked "Deploy my app"
- Preview deployment: when asked "Create a preview deployment"
- Production deployment: when asked "Deploy this to production"
- Share link: when asked "Deploy and give me the link"
How It Works
- Packages your project into a tarball (excludes
node_modulesand.git) - Auto-detects framework from
package.json - Uploads to deployment service
- Returns Preview URL (live site) and Claim URL (transfer to your Vercel account)