Blackbox
by @agungprabowo123
Delegate coding tasks to Blackbox AI CLI agent. Multi-model agent with built-in judge that runs tasks through multiple LLMs and picks the best result. Requir...
npm install -g @blackboxai/cli git clone https://github.com/blackboxaicode/cli.git
cd cli && npm install && npm install -g .
blackbox configure and enter your API keypty=true in terminal calls β Blackbox CLI is an interactive terminal app1. Always use pty=true β Blackbox CLI is an interactive terminal app and will hang without a PTY
2. Use workdir β keep the agent focused on the right directory
3. Background for long tasks β use background=true and monitor with process tool
4. Don't interfere β monitor with poll/log, don't kill sessions because they're slow
5. Report results β after completion, check what changed and summarize for the user
6. Credits cost money β Blackbox uses a credit-based system; multi-model mode consumes credits faster
7. Check prerequisites β verify blackbox CLI is installed before attempting delegation
clawhub install blackbox-2