What problem does it solve?
This Skill removes the friction of deploying and managing Vercel projects when interactive login is unavailable or undesirable. It helps users work safely with token-based authentication, environment variables, project linking, and deployment inspection from the command line.
Core Features & Use Cases
- Token Discovery and Setup: Finds VERCEL_TOKEN in the environment or .env files and exports it for CLI use without exposing secrets in command arguments.
- Project and Team Targeting: Detects or links the correct project and team scope so deployments and environment changes go to the intended destination.
- Deployment Operations: Supports preview and production deployments, status checks, logs, domains, and environment variable management.
- Safe Workflow Guardrails: Encourages preview-first deployment, asks before git pushes, and avoids direct manipulation of .vercel files.
Quick Start
Ask the skill to deploy a Vercel project using token-based authentication and it will locate the token, determine the project scope, and carry out the safest appropriate deployment flow.