vercel-deploy

Installation
Summary

Instant deployment to Vercel with auto-detected frameworks and no authentication required.

  • Packages projects into tarballs, auto-detects frameworks from package.json, and returns a live preview URL plus a claimable deployment link for account transfer
  • Supports 20+ frameworks across React, Vue, Svelte, backend runtimes, and static HTML projects
  • Excludes node_modules and .git from deployments to minimize package size
  • Returns both human-readable URLs and JSON output for programmatic integration
SKILL.md

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)
Related skills

More from vercel-labs/agent-skills

Installs
519
GitHub Stars
26.5K
First Seen
Jan 22, 2026