What problem does it solve? Deploying a project to Vercel normally requires CLI authentication and manual configuration, which blocks quick deployments in sandboxed or unauthenticated environments. This Skill deploys any project to Vercel and returns a live preview URL plus a claim URL for managing the deployment. ## Core Features & Use Cases - CLI Deployment: Runs vercel deploy with sensible defaults, always creating preview deployments unless production is explicitly requested. - Auth-Free Fallback: Uses a bundled deploy script that packages the project, detects the framework (Next.js, Astro, Nuxt, SvelteKit, and 40+ others), and deploys via a claimable endpoint without credentials. - Build Monitoring: Polls the deployment until the build completes and returns JSON with previewUrl and claimUrl. - Use Case: You have a static HTML site or a Next.js app in your workspace. Ask the agent to deploy it, and receive a live preview link plus a claim link to transfer the deployment to your Vercel account. ## Quick Start Ask the agent to deploy the current project to Vercel and give you the preview link.