Favicon of add-vercel

add-vercel Skill

AI Agent SkillCloud & DevOpsTypeScriptOpen source

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. Published by microsoft in amplifier-app-nanoclaw.

What is add-vercel Skill?

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. Published by microsoft in amplifier-app-nanoclaw. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
11/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Testing
  • Deployment
  • Testing use cases
  • Deployment use cases

Technical details

Copy skill directory
  • Install or run with Copy skill directory

When to use add-vercel Skill

  • Use it for testing.
  • Use it for deployment.

Built with

TypeScriptCopy skill directory

Editorial notes

Source

  • Creator: microsoft
  • Repository: microsoft/amplifier-app-nanoclaw
  • Skill file: .claude/skills/add-vercel/SKILL.md

What it 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.

Skill instructions

Add Vercel This skill gives NanoClaw agents the ability to deploy web applications to Vercel. It installs the Vercel CLI in agent containers and configures OneCLI to inject Vercel credentials automatically. Principle: Do the work — don't tell the user to do it. Only ask for their input when it genuinely requires manual action (pasting a token). Phase 1: Pre-flight Check if already applied Check if the container skill exists: bash test -d container/skills/vercel-cli && echo "INSTALLED" || echo "NOTINSTALLED" If INSTALLED, skip to Phase 3 (Configure Credentials). Check prerequisites Verify OneCLI is working (required for credential injection): bash onecli version 2/dev/null && echo "ONECLIOK" || echo "ONECLIMISSING" If ONECLIMISSING, tell the user to run /init-onecli first, then retry /add-vercel. Stop here. Phase 2: Install Container Skill Copy the bundled container skill into the container skills directory: bash rsync -a .claude/skills/add-vercel/container-skills/ container/skills/ Ver

Explore related resources

Frequently asked questions

What is add-vercel?

add-vercel is a open-source AI agent skill with Copy skill directory. Add Vercel deployment capability to NanoClaw agents. Installs the Vercel CLI in agent containers and sets up OneCLI credential injection for api.vercel.com.

Who is add-vercel best for?

add-vercel is best for reusing agent instructions, scripts, and references, testing workflows, deployment workflows.

How do I install add-vercel?

Install or run add-vercel using Copy skill directory. Check add-vercel for the latest setup command.

Is add-vercel actively maintained?

add-vercel may need a closer maintenance check before production use.

Share:

Stars
2
Forks
3
Last commit
14 days ago
Repository age
2 months
License
MIT

Auto-fetched from GitHub.

Similar to add-vercel