The Blackbox CLI skill enables agents to delegate coding and code-review tasks to the Blackbox multi-model CLI. It documents prerequisites (Node.js, Blackbox CLI installation), how to configure an API key, and recommended usage patterns for one-shot prompts, long-running background jobs, and checkpoint/resume workflows. The skill describes using PTY-enabled terminals for interactive sessions and how to monitor background sessions via session IDs and process polling.
Use Blackbox when you need an agent to produce runnable code, refactor modules, or run PR reviews by cloning repositories into ephemeral directories. It's especially useful when you want multi-model outputs judged and the best result selected automatically, or when tasks are interactive and require terminal PTY behavior. Verify prerequisites and API key configuration before delegating tasks.
Agents that can open PTY-backed terminals and manage background processes: tmux/terminal-enabled agents, Claude Code, Copilot-like agents with PTY support, and any orchestrator that supports process(action=...) monitoring.
Blackbox CLI delegation skill — wraps the Blackbox AI multi-model coding CLI for task dispatch with judge-based model selection. Well-documented with clear prerequisites, organized sections for one-shot, background, checkpoint, and parallel workflows. No bundled scripts (delegation-only skill). No security concerns found.
Clean delegation skill. The --yolo flag is documented but not auto-suggested, which is appropriate. No scripts to audit. Shell interpolation in examples is user-controlled, not an injection risk.