What problem does it solve? Deploying to Vercel from CI pipelines, scripts, or agent environments is blocked by the interactive vercel login flow. This Skill enables full Vercel project management using access tokens, without any interactive authentication. ## Core Features & Use Cases - Token Discovery & Setup: Locates VERCEL_TOKEN from the environment or .env files, exports it securely, and avoids exposing secrets via --token CLI flags. - Deployment Workflows: Supports quick deploys with VERCEL_PROJECT_ID, full link-and-deploy flows with vercel link --repo, git-push deployments, and preview-by-default with explicit production opt-in. - Project Management: Manages environment variables, domains, deployment inspection, build/runtime logs, and Stripe-managed plan upgrades or downgrades. - Use Case: An AI agent in a headless environment needs to deploy a Next.js app to a team's Vercel project. It finds the token in .env, exports VERCEL_TOKEN and VERCEL_ORG_ID, runs vercel deploy --scope my-team -y --no-wait, and returns the preview URL. ## Quick Start Deploy this project to Vercel as a preview using the token in my .env file.