Add Vercel

Adds Vercel deployment capability to NanoClaw agent containers via the Vercel CLI.

Works with setup

Test report

Verdict
Works with setup
Score
6.0/10
Tested
Jul 11, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 655557a

⚠ Security: its setup has you create a Vercel token with Full-Account scope and no expiration, then assigns it to every agent — scope it down and rotate. The skill's Phase 4/4b are stale against its own home repo: its bundled vercel-dockerfile.test.ts guard and grep check for an 'ARG VERCEL_VERSION' + 'pnpm install -g vercel@...' Dockerfile pattern that current nanoclaw trunk has replaced — vercel is now pinned via container/cli-tools.json and install-cli-tools.sh, so the skill's own Phase 4 check empirically reports MISSING on the live Dockerfile and would try to add duplicate/obsolete lines. Full use also needs a real NanoClaw checkout, a working onecli vault, Docker, and a live Vercel token/account (Phases 3/5/6), so it can't be exercised end-to-end in isolation. In the A/B on a self-contained Dockerfile-edit task, skill and base produced essentially the same correct pinned ARG+install — the skill added no lift and its guidance is anchored to an outdated mechanism.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 3/5
  • Output vs. baseline 5/10
  • Docs & honesty 2/5

What Add Vercel does

Add Vercel deployment capability to NanoClaw agents. Installs the Vercel CLI in agent containers and sets up OneCLI credential injection for api.vercel.com. Use when the user wants agents to deploy web applications to Vercel.

How to install Add Vercel

git clone https://github.com/nanocoai/nanoclaw
cd nanoclaw
mkdir -p ~/.claude/skills
cp -r .claude/skills/add-vercel ~/.claude/skills/add-vercel

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Add Vercel

  • /add-vercel Adds Vercel deployment capability to NanoClaw agent containers via the Vercel CLI.

It also activates on plain-language prompts like these:

  • Let this agent deploy web apps to Vercel
  • Set up Vercel CLI credentials in the agent container
  • Enable Vercel deployment for our NanoClaw agents

Frequently asked questions

Is the Add Vercel 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 Add Vercel work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. ⚠ Security: its setup has you create a Vercel token with Full-Account scope and no expiration, then assigns it to every agent — scope it down and rotate. The skill's Phase 4/4b are stale against its own home repo: its bundled vercel-dockerfile.test.ts guard and grep check for an 'ARG VERCEL_VERSION' + 'pnpm install -g vercel@...' Dockerfile pattern that current nanoclaw trunk has replaced — vercel is now pinned via container/cli-tools.json and install-cli-tools.sh, so the skill's own Phase 4 check empirically reports MISSING on the live Dockerfile and would try to add duplicate/obsolete lines. Full use also needs a real NanoClaw checkout, a working onecli vault, Docker, and a live Vercel token/account (Phases 3/5/6), so it can't be exercised end-to-end in isolation. In the A/B on a self-contained Dockerfile-edit task, skill and base produced essentially the same correct pinned ARG+install — the skill added no lift and its guidance is anchored to an outdated mechanism.
What is the Add Vercel SkillProof Score?
6.0/10 — installs cleanly 5/5, triggers reliably 3/5, output vs. baseline 5/10, docs & honesty 2/5.
How do I install Add Vercel?
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 Add Vercel 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.