risingwavelabsrisingwavelabsOfficialยท1 Agent Skills Included

box0

Run parallel background agents with schedules, webhooks, and dashboards

Runs multiple background agents in parallel across machines with a single binary. Creates named agents with roles, then triggers them manually, on cron schedules, or via webhook URLs. Eliminates lost sessions, manual polling, and scattered results with persistent storage, Slack alerts, and a web dashboard. Works with Claude Code and Codex runtimes so teams share agents through workspaces.
npx skills add risingwavelabs/box0 --all -g -y
Available:

Explains the platform architecture, agent execution model, and CLI conventions so your agent knows how Box0 spawns runtimes, routes tasks, and keeps the skill definition in sync.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Box0?โ–ผ

Run `npx skills add risingwavelabs/box0 --all -g -y` in your terminal to install the skill globally, then start the server with `b0 server`.

How to run multiple agents in parallel?โ–ผ

Create named agents with `b0 add` and trigger several at once by running `b0 run` commands in the background with `&`. Each agent works in its own isolated directory and returns results independently.

Can Box0 agents run on a schedule?โ–ผ

Yes. Add `--every 1h --task "..."` when creating an agent to run it on a recurring cron schedule, or enable `--webhook` to trigger it via HTTP POST.

Does Box0 work with Claude Code and Codex?โ–ผ

Yes. Box0 supports both runtimes and auto-detects which is installed, falling back from Claude Code to Codex per agent.

Can teams share Box0 agents?โ–ผ

Yes. Workspaces let multiple users share agents, tasks, and a web dashboard, with each user identified by their own API key.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’