vercel-deploy

Deploy applications to Vercel and return preview and claim URLs.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/zero-rehq/opencode-kit --skill vercel-deploy-zero-rehq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deploy
Source: https://github.com/zero-rehq/opencode-kit/tree/main/.opencode/skill/vercel-deploy
Command: npx skills add https://github.com/zero-rehq/opencode-kit --skill vercel-deploy-zero-rehq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying applications to Vercel can be manual and error-prone, especially when handling multiple frameworks. This Skill automates framework detection and deployment from conversation, returning ready-to-share preview and claim URLs.

Core Features & Use Cases

  • Auto-detection of 40+ frameworks from package.json to choose the correct deployment flow.
  • Deployments are claimable: preview URLs and transfer ownership to a Vercel account.
  • Handles static HTML projects when no package.json is present; excludes noisy directories like node_modules, .git, .next, dist, build.

Quick Start

Use the vercel-deploy skill to package a project, detect the framework, and deploy to Vercel to obtain a Preview URL and a Claim URL.

Frequently Asked Questions about vercel-deploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy my project to Vercel directly from a chat conversation?

To deploy to Vercel, the skill packages your project, auto-detects the framework from package.json or static HTML, and uses a deployment API to return a Preview URL and a Claim URL directly within the conversation.

Can I automatically detect my project's framework before deploying to Vercel?

Yes, framework detection is automatic and supports 40+ frameworks by reading your package.json, choosing the correct deployment flow without manual configuration.

Does Vercel deployment work for static HTML projects without a package.json file?

Yes, static HTML projects deploy to Vercel when no package.json is present, automatically excluding noisy directories like node_modules, .git, .next, dist, and build.

How do I transfer ownership of an automated Vercel deployment to my own account?

Automated Vercel deployments return a Claim URL alongside a Preview URL, allowing you to click the link and transfer the generated deployment ownership directly to your Vercel account.

What is the best way to get a shareable preview link for my app without configuring Vercel CLI?

Using conversational deployment automation returns a ready-to-share Preview URL immediately, bypassing manual CLI configuration and packaging by detecting the framework and deploying via the API.