Vercel CLI
Non-interactive Vercel deploys with pre-build and post-deploy live-URL verification.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 10, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0b68c38
Its whole auth model leans on a proprietary internal token-injection layer; outside that environment the documented --token flag just fails with no plain VERCEL_TOKEN fallback.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 6/10
- Docs & honesty 4/5
What Vercel CLI does
Guides deploying, inspecting, and managing Vercel projects/domains/env-vars via the vercel CLI in a non-interactive, agent-safe way (--yes, build-before-deploy, post-deploy status and HTTP checks). Triggers when asked to deploy, ship, or publish a web app, or manage Vercel projects/domains. Its auth flow assumes a proxy-based token injector (OneCLI) specific to its source repo, which will not work out of the box in a generic install.
How to install Vercel CLI
git clone https://github.com/nanocoai/nanoclaw
cd nanoclaw
mkdir -p ~/.claude/skills
cp -r .claude/skills/add-vercel/container-skills/vercel-cli ~/.claude/skills/vercel-cli
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Vercel CLI
-
/vercel-cliNon-interactive Vercel deploys with pre-build and post-deploy live-URL verification.
It also activates on plain-language prompts like these:
-
Deploy this app to Vercel non-interactively and verify the live URL -
Manage my Vercel project's domains and environment variables via CLI -
Build and ship this app to Vercel, then check the deploy status
Frequently asked questions
- Is the Vercel CLI skill free?
- Yes. The skill itself is free from nanocoai/nanoclaw. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Vercel CLI work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 10, 2026. Verdict: Works with setup. Its whole auth model leans on a proprietary internal token-injection layer; outside that environment the documented --token flag just fails with no plain VERCEL_TOKEN fallback.
- What is the Vercel CLI SkillProof Score?
- 8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 4/5.
- How do I install Vercel CLI?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Vercel CLI with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.