vercel-deploy

Deploy projects to Vercel and return preview and claim URLs.

2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Haseeb-Arshad/TaskHive --skill vercel-deploy-haseeb-arshad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deploy
Source: https://github.com/Haseeb-Arshad/TaskHive/tree/main/.claude/skills/vercel-deploy
Command: npx skills add https://github.com/Haseeb-Arshad/TaskHive --skill vercel-deploy-haseeb-arshad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deploys applications to Vercel automatically and returns both a live Preview URL and a claimable deployment link.

Core Features & Use Cases

  • Packaging the project into a tarball while excluding node_modules and .git
  • Auto-detecting the framework from package.json
  • Returning URLs for preview and deployment transfer to a Vercel account

Quick Start

Execute the deploy script with your project path to deploy it on Vercel.

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 project to Vercel and get a preview URL?

To deploy to Vercel, the skill packages your project directory into a tarball, uploads it to a deploy endpoint, and returns a JSON response containing a live preview URL and a claimable deployment link. It works with both directory inputs and pre-built tarballs.

Does Vercel deployment auto-detect the framework from package.json?

Yes, Vercel deployment auto-detects the framework from your package.json when available. For static HTML projects without package.json, it handles the deployment by packaging and deploying the files directly.

How do I package a project for Vercel deployment while excluding unnecessary files?

Packaging a project for Vercel deployment involves creating a tarball that automatically excludes node_modules and .git directories. This ensures the uploaded archive is clean and optimized for the deploy endpoint.

Can I deploy a pre-built tarball to Vercel instead of a directory?

Yes, you can deploy a pre-built tarball to Vercel. The deployment process accepts directory inputs or pre-built tarballs directly, packaging and uploading the archive to generate your preview and claim URLs.

What do I need to deploy a static HTML project to Vercel?

To deploy a static HTML project to Vercel, you need the project files ready for packaging. The skill automatically handles static HTML projects by packaging them into a tarball and deploying them to generate a preview URL.

What is a claim URL when deploying to Vercel?

A claim URL is a deployment transfer link returned alongside the live preview URL after deploying to Vercel. It allows you to claim the generated deployment and transfer it directly into your connected Vercel account.