Skill

Vercel CLI

Skill

The official CLI skill — link, env, promote.

Not a deploy button. The commands for the project you already have.

spec·Apache-2.0·Updated this quarter·github.com/vercel/vercel

Claude CodeCursorDesktop
Scanned
npx skills add vercel/vercel/vercel-cli

By Vercel

Input

A Vercel project.

Output

A CLI invocation that matches the docs.

vercel-cli-skill.skill/invoke

You say

Pull env for preview.

It returns

vercel env pull .env.local --environment=preview.

Prompt notebook

Prompts this skill is built for.

  • You say

    Pull env for preview.

    It returns

    vercel env pull .env.local --environment=preview.

  • You say

    Promote last preview.

    It returns

    vercel promote <url> --yes. Production now.

What it teaches

  1. 01Link
  2. 02Env
  3. 03Promote