Skip to content
Skill

b0

by risingwavelabs

AI Summary

Run AI agents in parallel. Create agents with roles, trigger them on demand or on a schedule, and collect results. If this succeeds, skip to Step 3. If npm is not available, build from source:

Install

Copy this and paste it into Claude Code, Cursor, or any AI assistant:

I want to install the "b0" skill in my project.

Please run this command in my terminal:
# Install skill into your project
mkdir -p .claude/skills/box0 && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/box0/SKILL.md "https://raw.githubusercontent.com/risingwavelabs/box0/main/SKILL.md"

Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.

Description

Delegate tasks to AI agents via Box0. Use when the user asks to review code, check security, run tests, compare tools, get multiple perspectives, research a topic, analyze data, write docs, or any task that could benefit from specialized or parallel execution. Also use when the user mentions agent names or says "ask", "delegate", "get opinions from", or "have someone".

Box0 (`b0`) Multi-Agent Platform

Run AI agents in parallel. Create agents with roles, trigger them on demand or on a schedule, and collect results.

Step 1: Check if Box0 is installed

`bash b0 --version ` If this succeeds, skip to Step 3.

Step 2: Install

`bash npm install -g @box0/cli@latest ` If npm is not available, build from source: `bash git clone https://github.com/risingwavelabs/box0.git cd box0 && cargo build --release export PATH="$PWD/target/release:$PATH" `

Step 3: Check if server is running

`bash b0 server status ` If this shows "Server is running", skip to Step 5.

Discussion

0/2000
Loading comments...

Health Signals

MaintenanceCommitted 2mo ago
Active
AdoptionUnder 100 stars
80 ★ · Niche
DocsREADME + description
Well-documented

GitHub Signals

Stars80
Forks4
Issues0
Updated2mo ago
View on GitHub
MIT License

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Claude Code