vercel-cli

Automate Vercel deployments, project management, and domain configuration via CLI.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/nanocoai/nanoclaw --skill vercel-cli-nanocoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/nanocoai/nanoclaw/tree/main/.claude/skills/add-vercel/container-skills/vercel-cli
Command: npx skills add https://github.com/nanocoai/nanoclaw --skill vercel-cli-nanocoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of deploying, managing, and verifying web applications on Vercel, reducing deployment complexity and errors.

Core Features & Use Cases

  • Deployment Automation: Deploy web apps quickly using CLI commands with minimal configuration.
  • Project & Domain Management: Link projects, list deployments, add domains, and manage environment variables seamlessly.
  • Use Case: A developer needs to rapidly deploy a React application and configure custom domains; this Skill guides through each step interactively.

Quick Start

Use the vercel cli skill to deploy your project from the current directory and verify the deployed URL.

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 web app to Vercel using the command line?

Deploy a web app to Vercel by running CLI commands from your project directory with minimal configuration. The skill automates the deployment process, guides you through linking your project, and verifies the deployed URL.

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

Yes, you can manage Vercel environment variables and custom domains via CLI. The skill supports project and domain management tasks, allowing you to add domains, list deployments, and configure environment variables seamlessly.

Does Vercel CLI deployment work within CI/CD pipelines?

Yes, Vercel CLI deployment works within CI/CD pipelines and developer workflows. It automates releases, manages environment setup, and ensures deployment validation, requiring proper authentication tokens to operate.

What do I need to set up before automating Vercel deployments?

Before automating Vercel deployments, you need the Vercel CLI installed and proper authentication tokens configured. This ensures the skill can operate within your CI/CD pipelines and execute deployment commands successfully.

Why does my Vercel CLI deployment fail during CI/CD automation?

Vercel CLI deployment may fail during CI/CD automation if proper authentication tokens are missing or invalid. The skill requires correct environment setup and authentication to execute deployment validation and management commands.