blackbox

Delegate coding tasks to multiple AI models via the Blackbox CLI.

539|39|Updated May 1, 2026
One-click install
npx skills add https://github.com/Tommy-yw/RunbookHermes --skill blackbox-tommy-yw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blackbox
Source: https://github.com/Tommy-yw/RunbookHermes/tree/main/optional-skills/autonomous-ai-agents/blackbox
Command: npx skills add https://github.com/Tommy-yw/RunbookHermes --skill blackbox-tommy-yw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @blackboxai/cli, and includes scripts (resource) components.

What problem does it solve?

Blackbox simplifies the coding process by delegating tasks to an AI agent, saving time and reducing human error.

Core Features & Use Cases

  • Multi-Model Execution: Blackbox utilizes multiple AI models to run coding tasks and select the best result.
  • Code Review & PRs: Integrate Blackbox to review PRs and ensure code quality and security.
  • Quick One-Shot Tasks: Perform simple tasks quickly by pasting a code snippet into the terminal.

Quick Start

Delegate the task of fixing a login bug to Blackbox with the following command: blackbox --prompt 'Fix the login bug'.

Frequently Asked Questions about blackbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for pull requests using an AI agent?

You can automate code review by delegating PR management to a multi-model AI agent. Blackbox integrates directly into your workflow to evaluate code quality and security across multiple models.

What is multi-model code generation and how does an integrated judge work?

Multi-model code generation runs your prompt through Claude, Codex, Gemini, and Blackbox Pro. An integrated judge evaluates the outputs from these models to automatically select and deliver the optimal result.

How do I run one-shot coding queries in a Node.js environment?

You run one-shot coding queries by executing the Blackbox CLI with a prompt flag, such as `blackbox --prompt 'Fix the login bug'`. This quickly generates code solutions within your terminal.

Does AI-assisted development with Blackbox require specific dependencies?

Yes, AI-assisted development with Blackbox requires the `@blackboxai/cli` dependency. You must install this package in your Node.js environment to delegate tasks to the agent.

Can I use multiple AI models for a single code generation task?

Yes, Blackbox utilizes multiple AI models to execute a single coding task. It leverages Claude, Codex, Gemini, and Blackbox Pro simultaneously to ensure you receive the best possible output.

What is the best way to delegate a bug fix to an AI coding agent?

The best way to delegate a bug fix is passing a specific instruction to the CLI. Running `blackbox --prompt 'Fix the login bug'` outsources the task to the multi-model agent for immediate processing.