vercel-deploy

Deploy applications to Vercel and return preview and claim URLs.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/catalinakarstulovic2-ai/hotel --skill vercel-deploy-catalinakarstulovic2-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deploy
Source: https://github.com/catalinakarstulovic2-ai/hotel/tree/main/.claude/skills/vercel-deploy
Command: npx skills add https://github.com/catalinakarstulovic2-ai/hotel --skill vercel-deploy-catalinakarstulovic2-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, curl, tar, grep, sed, tr, and includes scripts (resource) components.

What problem does it solve?

Deployments to Vercel can be slow and error-prone without an automated, repeatable workflow that handles credentials, framework detection, and live previews.

Core Features & Use Cases

  • Automated Vercel deployments with preview URLs by default, with an optional production deploy on explicit request.
  • Framework-aware packaging and fallback deployment when CLI credentials are missing.
  • Return of a preview URL and a claim URL to manage deployments.

Quick Start

Run the deployment workflow to push your project to Vercel and obtain a preview 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 a webapp to Vercel and get a preview URL?

To deploy a webapp to Vercel and get a preview URL, run the automated deployment workflow which packages your project, detects the framework, and returns a live previewUrl along with a claimUrl for management.

Can I deploy to Vercel without having the CLI installed locally?

Yes, you can deploy to Vercel without the local CLI. The workflow supports project folders lacking a local Vercel CLI and provides a fallback deployment path when credentials are missing.

Does the Vercel deployment workflow support different web frameworks?

The Vercel deployment workflow detects common frameworks within your project folder to tailor the packaging and deployment process automatically, ensuring compatibility without manual configuration.

What is the deployment timeout when pushing an app to Vercel using a script?

The script-based deploy flow enforces a strict 10-minute deployment timeout when pushing an app to Vercel, canceling the process if the deployment exceeds this duration.

How do I trigger a production deployment instead of a preview deployment to Vercel?

Preview deployments to Vercel are generated by default, but you can trigger a production deployment by making an explicit request within the workflow execution parameters.