# Vercel Cli With Tokens > Deploy and manage projects on Vercel using token-based authentication. Use when working with Vercel CLI using access tokens rather than interactive login — e.g. "deploy to vercel", "set up vercel", "add environment variables to vercel". Source: https://skillsagentes.com/skills/vercel-labs/agent-skills/vercel-cli-with-tokens Repository: https://github.com/vercel-labs/agent-skills Author: vercel-labs License: not specified Updated: hace 4 meses Context cost: 60 tok installed, 2.6k tok once triggered, 2.6k tok with every bundled file Bundle: 1 file, 10 KB Permissions requested: none declared ## Install ```bash npx -y skills add vercel-labs/agent-skills --skill vercel-cli-with-tokens --agent claude-code ``` ## What it does - Localiza el VERCEL_TOKEN en variables de entorno o en archivos .env sin usar vercel login - Despliega proyectos en Vercel como preview o producción usando vercel deploy - Vincula proyectos con vercel link, con o sin git remote - Gestiona variables de entorno, dominios y despliegues con vercel env, vercel domains y vercel inspect - Gestiona cambios de plan de Stripe Projects para Vercel (Pro/Hobby) ## Use it when - Se trabaja con Vercel CLI usando tokens de acceso en lugar de login interactivo - El usuario pide desplegar, configurar o añadir variables de entorno a Vercel ## What triggers it - "Despliega este proyecto en Vercel" - "Configura Vercel con un token de acceso" - "Añade una variable de entorno a Vercel" - "Revisa los logs del último deploy en Vercel" ## Before you install - Requiere tener instalado el CLI de Vercel (npm install -g vercel) y un VERCEL_TOKEN válido disponible en el entorno o en un archivo .env. - Needs on PATH: git, npm, sed - Environment: PROJECT_URL ## Files - SKILL.md — 10 KB ## SKILL.md Not reproduced here. Read it at https://github.com/vercel-labs/agent-skills/blob/main/skills/vercel-cli-with-tokens/SKILL.md --- Skills Agentes — https://skillsagentes.com/skills/vercel-labs/agent-skills/vercel-cli-with-tokens