AI SummaryRun 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
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster