vercel-cli

Deploy and manage Vercel projects, domains, and environment variables via the vercel CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill vercel-cli-cjlogic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-cli
Source: https://github.com/CjLogic/nanocrew/tree/main/container/skills/vercel-cli
Command: npx skills add https://github.com/CjLogic/nanocrew --skill vercel-cli-cjlogic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploying and managing Vercel projects, domains, and environment variables often requires multiple steps and manual config; this skill automates and standardizes the process via the vercel CLI.

Core Features & Use Cases

  • Production and Preview deployments using vercel deploy with token-based authentication.
  • Manage projects, domains, and environment variables to streamline hosting workflows.
  • Verify deployments and inspect status to ensure correct live URLs and health.

Quick Start

Run a verified Vercel deployment using a valid token and verify the resulting live 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 an app to Vercel using the command line?

To deploy an app to Vercel via the CLI, use the vercel deploy command with token-based authentication to push your project to production or preview environments and receive a live URL.

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

Yes, you can manage Vercel environment variables and domains directly from the CLI to streamline hosting workflows, bind custom domains, and configure project settings across environments.

What's the best way to automate Vercel deployments in a CI/CD workflow?

Automating Vercel deployments in CI/CD workflows requires token-based authentication, allowing the vercel CLI to execute project setup, environment-variable configuration, and deployment commands without manual intervention.

Does Vercel CLI support both production and preview deployments?

Yes, Vercel CLI supports both production and preview deployments, enabling you to verify deployment status, inspect live URLs, and ensure project health before promoting changes to production.

How do I authenticate Vercel CLI commands with a token?

You authenticate Vercel CLI commands by providing a valid token, which enables token-based authentication workflows for executing deployments, domain binding, and environment-variable operations securely.

Why do I need a token to deploy to Vercel from the command line?

A token is required for Vercel CLI deployments to authenticate automated workflows, ensuring secure access to project configurations, environment variables, and deployment operations without interactive login prompts.