add-vercel

Installs and configures the Vercel CLI in NanoClaw agent containers.

Updated May 7, 2026
One-click install
npx skills add https://github.com/Bartunek/nanoclaw --skill add-vercel-bartunek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-vercel
Source: https://github.com/Bartunek/nanoclaw/tree/main/.claude/skills/add-vercel
Command: npx skills add https://github.com/Bartunek/nanoclaw --skill add-vercel-bartunek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NanoClaw users need seamless deployment capabilities; this skill installs the Vercel CLI in agent containers and configures OneCLI credential injection to securely deploy web apps.

Core Features & Use Cases

  • Install and configure the Vercel CLI inside agent containers for non-interactive deployments.
  • Set up OneCLI credential handling to automatically inject the Vercel token at API requests.
  • Synchronize the updated container skill across agent groups to enable deployments in ongoing sessions.

Quick Start

Install and configure Vercel deployment for NanoClaw by running the add-vercel skill to install the Vercel CLI in agent containers and set up credential injection.

Frequently Asked Questions about add-vercel

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy to Vercel from a NanoClaw agent container?

You can deploy to Vercel from NanoClaw by installing the Vercel CLI inside agent containers and configuring OneCLI credential injection to handle automated, non-interactive web app deployments securely.

How does OneCLI credential injection work for Vercel deployments?

OneCLI credential injection works by provisioning a Vercel API token and automatically injecting it into API requests within NanoClaw agent containers, bypassing the need for manual interactive logins.

Do I need a Vercel API token to automate deployments in NanoClaw agent containers?

Yes, you need a Vercel API token provisioned via OneCLI. This token is distributed to your NanoClaw agents to enable secure, automated deployments to Vercel across multiple agent groups.

Can I use the Vercel CLI for both development and production deployment workflows in NanoClaw?

Yes, the configured Vercel CLI supports both development and production deployment workflows. It synchronizes the updated container skill across agent groups to enable ongoing session deployments.

What is the best way to enable non-interactive Vercel deployments across multiple agent groups?

The best way to enable non-interactive Vercel deployments across multiple agent groups is to install the Vercel CLI in agent containers and use OneCLI to securely distribute the Vercel API token.