← Registry
Skill Official

Vercel CLI with Tokens

Deploy and manage Vercel projects with token-based (non-interactive) auth — deploys, setup, and environment variables via the Vercel CLI.

Install

npx skills add vercel-labs/agent-skills
$

An agent skill for driving the Vercel CLI with token-based authentication instead of an interactive vercel login. It first locates a token, checking for an existing VERCEL_TOKEN in the environment, then runs deploys, project setup, and environment-variable changes non-interactively. Use it when an agent or automated workflow needs to deploy to and manage Vercel without a human at the login prompt.