vercel-cli-with-tokens

Deploy and manage Vercel projects using token-based authentication.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/zizhenchen47-oss/claude-skills --skill vercel-cli-with-tokens-zizhenchen47-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli-with-tokens
Source: https://github.com/zizhenchen47-oss/claude-skills/tree/main/vercel-cli-with-tokens
Command: npx skills add https://github.com/zizhenchen47-oss/claude-skills --skill vercel-cli-with-tokens-zizhenchen47-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about vercel-cli-with-tokens

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy to Vercel using a token without interactive login?

You can deploy to Vercel using a token by setting the VERCEL_TOKEN environment variable. The skill finds this token and runs CLI deployments without requiring manual login or exposing secrets in command arguments.

Do I need VERCEL_ORG_ID and VERCEL_PROJECT_ID to manage Vercel environment variables via CLI?

You need VERCEL_TOKEN to manage environment variables, while VERCEL_ORG_ID and VERCEL_PROJECT_ID are optional. The skill detects or links the correct project scope to apply environment changes to the intended destination.

Can I run preview and production deployments for a remote repository using Vercel CLI tokens?

Yes, you can run preview and production deployments for existing or remote repositories. The skill uses token-based authentication and safe workflow guardrails, encouraging preview-first deployment before pushing to production.

What is the best way to inspect Vercel deployment status and domains without an interactive login?

The best way to inspect deployment status and domains without interactive login is using token-based CLI authentication. The skill safely checks deployment logs and manages domain operations by locating VERCEL_TOKEN in the environment or .env files.

How does token discovery work for Vercel CLI deployments to avoid exposing secrets?

Token discovery works by locating VERCEL_TOKEN in the environment or .env files and exporting it for CLI use. This approach ensures safe authentication without exposing your secret tokens directly in command arguments during project linking.