vercel-cli

Deploy apps to Vercel using the vercel CLI with token-based authentication.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill vercel-cli-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/Bartunek/nanoclaw/tree/main/.claude/skills/add-vercel/container-skills/vercel-cli
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill vercel-cli-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying and managing web applications on Vercel from the command line, with secure, token-based authentication and non-interactive workflows.

Core Features & Use Cases

  • Non-interactive deployments using vercel deploy --yes --prod --token placeholder for automated pipelines.
  • Project management commands: vercel link, vercel ls, vercel project ls, and environment/domain management via vercel domains and vercel env.
  • Auth handled by OneCLI; placeholder tokens are replaced at the proxy level to ensure secure API requests.

Quick Start

Install the vercel CLI and 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 deploy an app to Vercel from the command line non-interactively?

To deploy to Vercel non-interactively, use the command `vercel deploy --yes --prod --token placeholder`. The placeholder token is securely replaced at the proxy level by OneCLI, enabling automated, token-based deployment pipelines without manual input.

Can I manage Vercel environment variables and domains via the CLI?

Yes, you can manage Vercel environment variables and domains using `vercel env` and `vercel domains` commands. These CLI commands allow you to configure project environment variables and domain mappings directly without the dashboard.

How does token-based authentication work for Vercel CLI deployments?

Token-based authentication for Vercel CLI deployments requires passing a `--token placeholder` argument. OneCLI enforces this auth method and validates credentials by running `vercel whoami` before executing any project management or deployment operations.

What is the best way to link a local project to a Vercel project for deployment?

The best way to link a local project to Vercel is using the `vercel link` command. Once linked, you can list projects with `vercel project ls` or `vercel ls` to verify the connection before running your deployment commands.

Do I need to use the Vercel dashboard to manage my deployed applications?

No, you do not need the Vercel dashboard to manage deployed applications. You can handle project linking, deployments, environment variables, and domains entirely through the Vercel CLI with secure, token-based authentication.