vercel

Automate Vercel deployments and manage domains and environment variables via the vercel CLI workflows.

70|13|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill vercel-dicklesworthstone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel
Source: https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations/tree/main/skills/vercel
Command: npx skills add https://github.com/Dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations --skill vercel-dicklesworthstone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines deploying and managing Vercel projects via the vercel CLI, eliminating manual setup and repetitive tasks.

Core Features & Use Cases

  • Deploy projects with the vercel CLI to quick-start environments.
  • Manage deployments, production releases, domains, environment variables, and serverless functions across projects.
  • Use with existing Git repositories to link projects, pull project settings, and inspect deployments for troubleshooting.

Quick Start

Deploy the current directory: vercel Deploy to production: vercel --prod List deployments: vercel ls Inspect a deployment: vercel inspect <deployment-url> Manage domains: vercel domains ls Set environment variables: vercel env add <name> Pull env vars to local: vercel env pull

Frequently Asked Questions about vercel

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

FAQPage Schema
How do I deploy a project to Vercel production using the CLI?

To deploy to Vercel production, use the command `vercel --prod` in your project directory. This deploys your current directory directly to the production environment, bypassing the default staging preview.

Can I manage environment variables for Vercel projects locally?

Yes, you can manage environment variables using the Vercel CLI. Use `vercel env add <name>` to set variables and `vercel env pull` to pull them down to your local development environment for testing.

What is the best way to inspect a Vercel deployment for troubleshooting?

The best way to inspect a Vercel deployment is by running `vercel inspect <deployment-url>`. This command fetches detailed information about the specific deployment, helping you troubleshoot and review project settings.

How do I list and manage domains connected to my Vercel account?

You can list and manage domains connected to your Vercel account by executing `vercel domains ls` in the CLI. This provides an overview of all domain configurations associated with your projects.

Do I need the Vercel CLI installed to link existing Git repositories for deployment?

Yes, you need the Vercel CLI installed via npm to link existing Git repositories. Once installed, the CLI allows you to pull project settings, link repositories, and inspect deployments directly from your terminal.