box0
Run parallel background agents with schedules, webhooks, and dashboards
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core