vercel-cli

Automate Vercel deployments, project management, and environment variable synchronization via CLI.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill vercel-cli-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/.claude/skills/add-vercel/container-skills/vercel-cli
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill vercel-cli-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the tedious, error-prone process of manually deploying web applications to Vercel, managing project settings, custom domains, and environment variables through the Vercel dashboard, saving developers significant time and reducing configuration mistakes.

Core Features & Use Cases

  • Automated Deployment: Deploy web applications to Vercel production or preview environments non-interactively, with built-in auth token handling for seamless workflow integration.
  • Project & Resource Management: Link to existing Vercel projects, list deployment history, and manage custom domains for your hosted applications.
  • Environment Variable Handling: Pull environment variables from Vercel to local .env files, or add new production variables without manual dashboard navigation.
  • Use Case: A developer building a Next.js web app can use this Skill to deploy a production build, attach a custom domain, and configure API key environment variables in minutes, all via CLI commands.

Quick Start

Use the vercel-cli skill to deploy your web application to Vercel production and verify the live URL is accessible and returning a successful response.

Frequently Asked Questions about vercel-cli

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

FAQPage Schema
How do I deploy a Next.js web application to Vercel non-interactively?

To deploy a Next.js web app to Vercel non-interactively, use CLI operations with OneCLI token injection to handle authentication, eliminating manual dashboard work and preventing configuration errors.

Can I sync environment variables between Vercel and my local .env files?

Yes, you can sync environment variables by pulling them from Vercel to local .env files or adding new production variables non-interactively, avoiding manual dashboard navigation and configuration mistakes.

What is the best way to manage custom domains for Vercel-hosted projects?

The best way to manage custom domains for Vercel-hosted projects is via CLI commands that link existing projects and configure domain routing, eliminating tedious manual dashboard configuration.

Does Vercel CLI support post-deployment URL health checks?

Yes, Vercel CLI supports post-deployment URL health checks to verify that your production or preview deployment is accessible and returning a successful response after the build completes.

How do I list deployment history for a Vercel project without using the dashboard?

You can list deployment history for a Vercel project without using the dashboard by executing CLI commands that retrieve and display past production and preview deployments directly in your terminal.

Do I need an auth token to automate Vercel deployments in my developer workflow?

Yes, you need an auth token for non-interactive CLI operations, which is handled via OneCLI token injection to authenticate automated deployment and project management tasks seamlessly.