Blackbox AI — делегирование задач мультимодельному агенту

★ 7.1 · ai-agents

blackbox is a Claude Code skill that delegates coding tasks to Blackbox AI, a multi-model CLI agent that dispatches a single prompt to multiple LLMs — Claude, Codex, Gemini, and Blackbox Pro — then uses a built-in judge to select the best implementation. The CLI is distributed as the npm package `@blackbox_ai/blackbox-cli`, runs on Linux, macOS, and Windows, and requires Node.js 20+ plus an API key from the Blackbox dashboard. The skill covers one-shot execution via `--prompt`, background long-running tasks monitored with `process(action="poll")`, checkpoint-based resume with `--resume-checkpoint`, parallel multi-instance workflows, MCP server management, CLI extensions, and vision model switching across three VLM modes. It's aimed at developers who want to automate refactoring, PR reviews, API scaffolding, or test generation while leveraging multi-model comparison to get the strongest result.