deploy-to-vercel

Official

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give…

vercel-labs ↓ 96k
Claude Code
View source ↗

What it does

  • .vercel/project.json — created by vercel link (single project linking). Contains projectId and orgId.
  • If a git remote exists → commit and push (see git push method above)
  • If no git remote → vercel deploy [path] -y --no-wait --scope <team-slug>, then vercel inspect <url> to check status
  • path - Directory to deploy, or a .tgz file (defaults to current directory)
  • CLI deploy: Show the URL returned by vercel deploy --no-wait. Use vercel inspect <url> to check build status and report it to the user.
  • No-auth fallback: Show both the preview URL and the claim URL:

Requirements & configuration

  • The deploy needs escalated network access to deploy to Vercel. I can rerun

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

Source

Repository: https://github.com/vercel-labs/agent-skills

deploy-to-vercel FAQ

What does the deploy-to-vercel skill do?

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment". .vercel/project.json — created by vercel link (single project linking). Contains projectId and orgId. If a git remote exists → commit and push (see git push method above)

What does deploy-to-vercel require?

The deploy needs escalated network access to deploy to Vercel. I can rerun

How do I install deploy-to-vercel?

Run: npx -y skills add https://github.com/vercel-labs/agent-skills --skill deploy-to-vercel --agent claude-code — the source lives at github.com/vercel-labs/agent-skills.

Maintain deploy-to-vercel?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

deploy-to-vercel on getagentictools
[![deploy-to-vercel on getagentictools](https://getagentictools.com/badge/skills/vercel-labs-agent-skills-deploy-to-vercel.svg)](https://getagentictools.com/skills/vercel-labs-agent-skills-deploy-to-vercel?ref=badge)
npx agentictools info skills/vercel-labs-agent-skills-deploy-to-vercel

The second line is the CLI lookup for this page — handy in READMEs and docs.