What problem does it solve? NanoClaw agents cannot deploy web applications to Vercel out of the box because the Vercel CLI and API credentials are not wired into agent containers. This Skill automates the full setup: installing the CLI into the container image, registering a Vercel token with OneCLI, and syncing the capability to running agent groups. ## Core Features & Use Cases - Container Skill Installation: Copies a bundled vercel-cli container skill into the container skills directory and syncs it to all existing agent session groups. - Credential Injection via OneCLI: Creates a Vercel API token secret scoped to api.vercel.com and assigns it to every registered agent using selective secret mode. - Dockerfile Guard Test: Ships a vitest structural test that asserts the pinned VERCEL_VERSION arg and global pnpm install line remain present in container/Dockerfile. - Use Case: After running this Skill, an agent can execute vercel deploy --yes --prod to publish a user's web application, with OneCLI injecting the real token at the proxy level. ## Quick Start Ask the agent to add Vercel deployment capability to your NanoClaw setup and provide your Vercel personal access token when prompted.