Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bytedance avatar

Vercel Deploy

  • 1.7k installs
  • 78k repo stars
  • Updated July 27, 2026
  • bytedance/deer-flow

The vercel-deploy Deer Flow skill deploys applications and websites to Vercel when users request go-live or preview deployments.

About

The vercel-deploy Deer Flow skill deploys applications and websites to Vercel when users request go-live or preview deployments. It returns preview URLs and claimable production links without requiring local Vercel authentication in the documented flow. Agents handle deploy my app, push live, and preview deployment intents with status reporting. Use for quick Vercel shipping workflows from agent sessions. Deploys to Vercel preview and production targets. Returns preview URL and claimable production link. No local authentication required per skill docs. Handles preview and go-live user intents. Deer Flow deployment workflow integration. Deploy applications to Vercel with preview URLs and claimable production links without local authentication. Structured deliverables and steps from the vercel-deploy skill workflow. User mentions vercel-deploy or related skill triggers from the description. How do I apply vercel-deploy for the workflow described in SKILL.md?.

  • Deploys to Vercel preview and production targets.
  • Returns preview URL and claimable production link.
  • No local authentication required per skill docs.
  • Handles preview and go-live user intents.
  • Deer Flow deployment workflow integration.

Vercel Deploy by the numbers

  • 1,713 all-time installs (skills.sh)
  • +72 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #208 of 1,041 Cloud & Infrastructure skills by installs in the Skillselion catalog
  • Security screen: CRITICAL risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

vercel-deploy capabilities & compatibility

Capabilities
deploys to vercel preview and production targets · returns preview url and claimable production lin · no local authentication required per skill docs. · handles preview and go live user intents.
Works with
vercel
Use cases
devops
From the docs

What vercel-deploy says it does

Deploy applications and websites to Vercel.
SKILL.md
npx skills add https://github.com/bytedance/deer-flow --skill vercel-deploy

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1.7k
repo stars78k
Security audit0 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorybytedance/deer-flow

How do I apply vercel-deploy for the workflow described in SKILL.md?

Deploy applications to Vercel with preview URLs and claimable production links without local authentication.

Who is it for?

Teams using vercel-deploy as documented in the skill repository.

Skip if: Tasks outside the vercel-deploy scope defined in SKILL.md.

When should I use this skill?

User mentions vercel-deploy or related skill triggers from the description.

What you get

Structured deliverables and steps from the vercel-deploy skill workflow.

  • Vercel preview URL
  • Claim URL
  • Deployment metadata JSON

Files

SKILL.mdMarkdownGitHub ↗

Vercel Deploy

Deploy any project to Vercel instantly. No authentication required.

How It Works

1. Packages your project into a tarball (excludes node_modules and .git) 2. Auto-detects framework from package.json 3. Uploads to deployment service 4. Returns Preview URL (live site) and Claim URL (transfer to your Vercel account)

Usage

bash /mnt/skills/user/vercel-deploy/scripts/deploy.sh [path]

Arguments:

  • path - Directory to deploy, or a .tgz file (defaults to current directory)

Examples:

# Deploy current directory
bash /mnt/skills/user/vercel-deploy/scripts/deploy.sh

# Deploy specific project
bash /mnt/skills/user/vercel-deploy/scripts/deploy.sh /path/to/project

# Deploy existing tarball
bash /mnt/skills/user/vercel-deploy/scripts/deploy.sh /path/to/project.tgz

Output

Preparing deployment...
Detected framework: nextjs
Creating deployment package...
Deploying...
✓ Deployment successful!

Preview URL: https://skill-deploy-abc123.vercel.app
Claim URL:   https://vercel.com/claim-deployment?code=...

The script also outputs JSON to stdout for programmatic use:

{
  "previewUrl": "https://skill-deploy-abc123.vercel.app",
  "claimUrl": "https://vercel.com/claim-deployment?code=...",
  "deploymentId": "dpl_...",
  "projectId": "prj_..."
}

Framework Detection

The script auto-detects frameworks from package.json. Supported frameworks include:

  • React: Next.js, Gatsby, Create React App, Remix, React Router
  • Vue: Nuxt, Vitepress, Vuepress, Gridsome
  • Svelte: SvelteKit, Svelte, Sapper
  • Other Frontend: Astro, Solid Start, Angular, Ember, Preact, Docusaurus
  • Backend: Express, Hono, Fastify, NestJS, Elysia, h3, Nitro
  • Build Tools: Vite, Parcel
  • And more: Blitz, Hydrogen, RedwoodJS, Storybook, Sanity, etc.

For static HTML projects (no package.json), framework is set to null.

Static HTML Projects

For projects without a package.json:

  • If there's a single .html file not named index.html, it gets renamed automatically
  • This ensures the page is served at the root URL (/)

Present Results to User

Always show both URLs:

✓ Deployment successful!

- [Preview URL](https://skill-deploy-abc123.vercel.app)
- [Claim URL](https://vercel.com/claim-deployment?code=...)

View your site at the Preview URL.
To transfer this deployment to your Vercel account, visit the Claim URL.

Troubleshooting

Network Egress Error

If deployment fails due to network restrictions (common on claude.ai), tell the user:

Deployment failed due to network restrictions. To fix this:

1. Go to https://claude.ai/settings/capabilities
2. Add *.vercel.com to the allowed domains
3. Try deploying again

Related skills

How it compares

Choose vercel-deploy for fast IDE-integrated Vercel previews rather than skills that only generate issues, run tests, or migrate mobile styling libraries.

FAQ

What does vercel-deploy do?

Deploy applications to Vercel with preview URLs and claimable production links without local authentication.

When should I invoke vercel-deploy?

Use when you need Deploy applications to Vercel with preview URLs and claimable production links without local authentication.

What outcome does vercel-deploy produce?

The vercel-deploy Deer Flow skill deploys applications and websites to Vercel when users request go-live or preview deployments.

Is Vercel Deploy safe to install?

skills.sh reports 0 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.