Env banner
vercel vercel

Env

Development community

Description

--- description: Manage Vercel environment variables. Commands include list, pull, add, remove, and diff. Use to sync environment variables between Vercel and your local development environment. --- # Vercel Environment Variables Manage environment variables for the current Vercel project with safety rails to prevent secret leakage. > **🔒 Never-Echo-Secrets Rule**: Environment variable **values** must never appear in command output, summaries, or conversation text. Only show variable **names

Installation

Installs to ~/.claude/skills/vercel-vercel-plugin-env/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vercel-vercel-plugin-env && curl -fsSL https://raw.githubusercontent.com/vercel/vercel-plugin/HEAD/commands/env.md -o ~/.claude/skills/vercel-vercel-plugin-env/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository