Vercel CLI with Tokens
Token-aware Vercel operations for coding agents
Install
Officialnpx skills add https://github.com/vercel-labs/agent-skills/tree/main/skills/vercel-cli-with-tokens
Use when an agent must deploy or administer a Vercel project through the CLI with access-token authentication.
- Author
- Vercel
- License
- MIT
Vercel CLI with Tokens gives coding agents a structured approach to operating Vercel from environments where browser-based authentication is unavailable or undesirable. It helps the agent identify the intended account and project, choose an appropriate deployment path, and handle credentials with less risk of accidental exposure.
Highlights
- Works with access tokens supplied through environment variables or local environment configuration.
- Supports both projects that already expose Vercel identifiers and repositories that still need linking.
- Covers preview releases, explicitly requested production releases, deployment inspection, and log retrieval.
- Includes workflows for managing project environment variables and custom domains from the CLI.
- Provides troubleshooting paths for missing credentials, account-scope mistakes, build failures, and absent CLI installations.
The skill is aimed at developers and teams delegating deployment work to Claude Code or another Agent Skills-compatible assistant. It is especially relevant for remote development containers, automation runners, and temporary coding sessions where interactive login would interrupt the workflow. The folder contains a standalone SKILL.md without bundled scripts or MCP dependencies, and it can be installed directly from its repository path with an Agent Skills installer.

Comments(0)
Sign in to comment