What problem does it solve? NanoClaw agents cannot deploy web applications to Vercel out of the box — they lack the Vercel CLI in their container image and have no secure way to authenticate with the Vercel API. This Skill performs the full installation and credential wiring so agents can deploy immediately. ## Core Features & Use Cases - Container Skill Installation: Copies a bundled vercel-cli skill into the container skills directory and syncs it to all running agent group sessions. - Credential Injection via OneCLI: Registers a Vercel personal access token as a OneCLI secret scoped to api.vercel.com and assigns it to every agent, so the proxy injects the real token automatically. - Dockerfile Dependency Guard: Verifies the pinned VERCEL_VERSION arg and pnpm global install line exist in container/Dockerfile, backed by a vitest structural test that fails if either drifts. - Use Case: A user wants their NanoClaw agents to ship a Next.js app to production. Running this Skill installs the CLI, stores the token, syncs skills to live sessions, and restarts containers — after which agents can run vercel deploy --yes --prod. ## Quick Start Ask the agent to add Vercel deployment capability to your NanoClaw agents and provide your Vercel personal access token when prompted.