vercel-deploy

Deploy projects to Vercel and return Preview and Claim URLs.

1|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/AngelP17/factoryops-console --skill vercel-deploy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-deploy
Source: https://github.com/AngelP17/factoryops-console/tree/main/factoryops-console/.agent/skills/vercel-deploy
Command: npx skills add https://github.com/AngelP17/factoryops-console --skill vercel-deploy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill deploys applications to Vercel and returns a live Preview URL and a claim link for easy handoff.

Core Features & Use Cases

  • Automates packaging of the project into a deployment bundle (tarball) and detects framework from package.json.
  • Deploys to Vercel and returns a Preview URL and a Claim URL, plus a machine-readable JSON payload with deploymentId and projectId.
  • Use Case: Share a live deployment of a web app with teammates or clients without requiring authentication.

Quick Start

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

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 web app to Vercel without authentication?

Deploy to Vercel without authentication by running the Skill with your project directory or tarball. It automatically detects your framework from package.json, packages the project, and returns a live Preview URL and Claim URL for handoff—no login required.

Can I deploy any framework to Vercel automatically?

Yes, the Skill automatically detects your framework from package.json and deploys to Vercel. It works with any directory or tarball, handling packaging and framework detection without manual configuration.

What do I get after deploying to Vercel with this Skill?

After deployment, you receive a live Preview URL to share immediately, a transferable Claim URL for handoff, and machine-readable JSON output containing deploymentId and projectId for programmatic use.

How do I share a Vercel deployment with teammates or clients?

Deploy your project and share the Preview URL directly with teammates or clients. The Claim URL allows them to take ownership of the deployment without requiring your Vercel authentication credentials.

Does the Skill handle packaging before deploying to Vercel?

Yes, the Skill automatically packages your project into a deployment tarball, detects the framework from package.json, and handles all setup before deploying to Vercel—no manual bundling needed.