vercel-cli

Automate Vercel deployments and project configuration with token-based authentication.

5|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/thmtz/nanoclaw-fleet --skill vercel-cli-thmtz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/thmtz/nanoclaw-fleet/tree/main/.claude/skills/add-vercel/container-skills/vercel-cli
Command: npx skills add https://github.com/thmtz/nanoclaw-fleet --skill vercel-cli-thmtz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy apps to Vercel with a simple, repeatable deployment workflow, including token-based authentication and project configuration.

Core Features & Use Cases

  • Deploy production and preview environments to Vercel with minimal prompts.
  • Manage Vercel projects, domains, and environment variables via CLI-integrated workflows.
  • Handle authentication through OneCLI, injecting the real token at runtime.

Quick Start

Run vercel deploy --yes --prod --token placeholder to deploy your app.

Frequently Asked Questions about vercel-cli

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

FAQPage Schema
How do I automate Vercel deployments from the command line?

You can automate Vercel deployments by running the CLI command with a placeholder token, allowing the system to bypass local credential checks and inject the real token at runtime for secure automated production and preview deployments.

What is token-based authentication for Vercel hosting automation?

Token-based authentication for Vercel hosting uses a placeholder token during local execution, which OneCLI securely replaces with the real credential at runtime to manage projects, domains, and environment variables without local login prompts.

Can I manage Vercel environment variables and domains via a CLI workflow?

Yes, you can manage Vercel environment variables and domains via integrated CLI workflows that configure project settings and deploy preview or production environments with minimal interactive prompts.

Do I need a Vercel token to deploy apps using a CLI?

Yes, a Vercel token is required to deploy apps using this CLI, but you can pass a placeholder token during execution while OneCLI handles the secure runtime injection of the actual credential.

What's the best way to deploy a web application to Vercel repeatedly?

The best way to deploy a web application to Vercel repeatedly is using a simple CLI command with a placeholder token and the production flag, ensuring a repeatable workflow that coordinates with OneCLI for secure authentication.

Why does the Vercel CLI use a placeholder token for authentication?

The Vercel CLI uses a placeholder token to bypass local credential checks during execution, enabling automated workflows by coordinating with OneCLI to inject the real token securely at runtime.