blackbox

Dispatch coding tasks to multiple AI models and select the best implementation.

Updated May 3, 2026
One-click install
npx skills add https://github.com/Yangel-hide/video-production-planner-agent --skill blackbox-yangel-hide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blackbox
Source: https://github.com/Yangel-hide/video-production-planner-agent/tree/main/optional-skills/autonomous-ai-agents/blackbox
Command: npx skills add https://github.com/Yangel-hide/video-production-planner-agent --skill blackbox-yangel-hide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegates coding tasks to Blackbox AI CLI to orchestrate multi-model attempts and choose the best implementation, speeding up software development.

Core Features & Use Cases

  • Multi-model coding: Runs a task through several LLMs and uses a built-in judge to select the best result.
  • Interactive and batch support: Handles interactive sessions and long-running tasks with checkpoints and resume options.
  • Easy setup: Requires Blackbox CLI and an API key for configuration and operation.

Quick Start

Prompt the Blackbox CLI to implement a feature and let the built-in judge return the best solution.

Frequently Asked Questions about blackbox

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

FAQPage Schema
How do I automate code implementation across multiple AI models?

To automate coding across multiple AI models, this Skill dispatches your task to several LLMs and uses a built-in judge to select the best implementation. It orchestrates the entire process automatically to speed up software development.

What is multi-model code generation with a built-in judge?

Multi-model code generation runs a software development task through several LLMs simultaneously. A built-in judge mechanism evaluates the different outputs and selects the highest quality implementation for your feature or refactoring.

Do I need an API key to use the Blackbox CLI?

Yes, you need an API key to configure and operate the Blackbox CLI. You also need PTY-enabled terminal access to run interactive sessions and configure models for your software development tasks.

How do I resume long-running coding tasks?

To resume long-running coding tasks, the system uses built-in checkpoints. It handles long-running work with these checkpoints and resume options, allowing you to pause and continue interactive sessions when needed.

Can I use this for automated code reviews?

Yes, you can use this for automated code reviews. The multi-model approach applies to software development tasks such as feature implementation, refactoring, and code reviews, evaluating multiple outputs to select the best result.