What problem does it solve? Deploying to Vercel from automated or agent-driven environments is awkward when interactive vercel login is unavailable, and passing tokens as CLI flags leaks secrets into shell history. This Skill provides a complete token-based workflow for locating credentials, linking projects, deploying, and managing environment variables without interactive login. ## Core Features & Use Cases - Token Discovery and Setup: Locates VERCEL_TOKEN from the environment or .env files, exports it safely, and avoids exposing secrets via --token flags. - Project Linking and Deployment: Links projects via vercel link or VERCEL_ORG_ID/VERCEL_PROJECT_ID, then deploys previews by default with production only on explicit request. - Operational Management: Manages environment variables, inspects deployments and logs, handles domains, and guides Stripe Projects plan upgrades or downgrades. - Use Case: An AI agent in a CI-like session needs to deploy a Next.js app to a Vercel team. It finds the token in .env, exports it, links the project with vercel link --repo --scope my-team -y, and runs a preview deploy without any interactive prompts. ## Quick Start Ask the agent to deploy this project to Vercel as a preview using the token stored in the environment or .env file.