Add clidash — a zero-dependency, read-only web dashboard that derives its tabs and tables at runtime from any CLI that lists resources as JSON. Ships pre-wired for NanoClaw's ncl CLI (agent groups, sessions, channels, users, roles), plus message-activity charts, a log tail, and a read-only file viewer for group skills/CLAUDE.md/profiles.
add-vercel
add-vercel is an open-source productivity skill for Claude Code and compatible agents, published by nanocoai. Its author describes it as: “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…”. The project has 31k stars on GitHub and is available under the MIT license. Add it to your setup with `git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-vercel`.
What add-vercel does
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.
Installation
Add add-vercel to your agent with:
git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-vercel Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for add-vercel is organised into these sections:
- Phase 1: Pre-flight
- Check if already applied
- Check prerequisites
- Phase 2: Install Container Skill
- Phase 3: Configure Credentials
- Check if Vercel credential already exists
- Set up Vercel API credential
- Assign the secret to all agents
- Phase 4: Ensure Vercel CLI in Container Image
- Phase 4b: Copy and Run the Dependency Guard
- Phase 5: Sync Skills to Running Agent Groups
- Phase 6: Restart Running Containers
When to use it
Reach for add-vercel when you want productivity help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in nanocoai/nanoclaw, an established project with 30,542 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does add-vercel do?
- 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 do I install add-vercel?
- Run git clone https://github.com/nanocoai/nanoclaw ~/.claude/skills/add-vercel in your agent, then reload your skills. Review the source at https://github.com/nanocoai/nanoclaw before installing.
- Is add-vercel free to use?
- Yes. add-vercel is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does add-vercel come from?
- add-vercel ships inside nanocoai/nanoclaw, a repository that contains 41 catalogued skills in total. The repository's 30,542 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Productivity →Add a monitoring dashboard to NanoClaw. Installs @nanoco/nanoclaw-dashboard and a pusher that sends periodic JSON snapshots.
Add DeltaChat channel integration via @deltachat/stdio-rpc-server. Native adapter — no Chat SDK bridge. Email-based messaging with end-to-end encryption.
Add Discord bot channel integration via Chat SDK.
Add Emacs as a channel. Opens an interactive chat buffer and org-mode integration so you can talk to NanoClaw from within Emacs (Doom, Spacemacs, or vanilla). Local HTTP bridge — no bot token or external service needed.