What problem does it solve? Deploying to Vercel from automated environments or AI agents is blocked by interactive vercel login prompts, and passing tokens via CLI flags leaks secrets into shell history. This Skill provides a complete token-based workflow for deploying, linking, and managing Vercel projects without 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 flags. - Flexible Deploy Flows: Supports quick deploys with VERCEL_PROJECT_ID/VERCEL_ORG_ID, repo-linked git push deploys, and CLI deploys for unlinked projects, defaulting to preview deployments. - Project Management: Manages environment variables, domains, deployment inspection, build logs, and Stripe-managed Vercel plan upgrades/downgrades. - Use Case: An AI agent needs to deploy a React app to a client's Vercel team. It finds the token in .env, links the repo with vercel link --repo, pushes a commit after user approval, and retrieves the preview URL with vercel ls --format json. ## Quick Start Deploy my project to Vercel as a preview using the token in my .env file.