What problem does it solve? Deploying to Vercel from CI pipelines, scripts, or agent environments fails when interactive vercel login is unavailable. This Skill enables full Vercel CLI workflows using access tokens from environment variables or .env files, 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. - Deployment Workflows: Supports quick deploys with VERCEL_PROJECT_ID/VERCEL_ORG_ID, full link-and-deploy flows with vercel link --repo, git-push deployments, and preview-by-default safety. - Project Management: Manages environment variables, domains, deployment inspection, build logs, and Stripe Projects plan changes. - 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, links the repo, deploys a preview, and returns the deployment URL. ## Quick Start Deploy this project to Vercel as a preview using the token in my .env file.