blackbox

Delegate coding tasks to a multi-model CLI agent with checkpointing.

Updated Jul 13, 2026
One-click install
npx skills add https://github.com/zangjeicy/Hermes --skill blackbox-zangjeicy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blackbox
Source: https://github.com/zangjeicy/Hermes/tree/main/optional-skills/autonomous-ai-agents/blackbox
Command: npx skills add https://github.com/zangjeicy/Hermes --skill blackbox-zangjeicy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node.js, @blackboxai/cli.

What problem does it solve?

This skill solves the challenge of choosing the right AI model for coding tasks by delegating work to a multi-model agent that evaluates and selects the best implementation.

Core Features & Use Cases

  • Multi-Model Judge: Automatically dispatches coding tasks to multiple LLMs and uses a judge to select the highest-quality output.
  • Background Execution: Supports long-running coding tasks with progress monitoring and session management.
  • Checkpointing: Allows developers to pause, resume, and iterate on complex coding workflows without losing context.

Quick Start

Use the blackbox skill to prompt the agent to add JWT authentication to your current project directory.

Frequently Asked Questions about blackbox

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

FAQPage Schema
How do I use a multi-model AI agent to evaluate and select the best LLM output for coding tasks?

To use a multi-model AI agent for coding tasks, you delegate your software development prompts to the agent, which dispatches the work to multiple LLMs and uses a judge to automatically select and return the highest-quality implementation.

Do I need Node.js and an API key to run multi-model CLI coding agents?

Yes, running multi-model CLI coding agents requires Node.js, the Blackbox CLI package, and a valid Blackbox AI API key to operate and interact with the multi-model evaluation environment.

Can I pause and resume long-running coding sessions without losing context?

Yes, you can pause and resume long-running coding sessions without losing context by using checkpointing, which allows developers to iteratively develop complex workflows and manage background task processing.

What is the best way to automate complex software development tasks in the background?

The best way to automate complex software development tasks in the background is using a multi-model CLI agent that supports background execution with progress monitoring and session management for long-running workflows.

How does a multi-model judge compare LLM outputs for software development?

A multi-model judge compares LLM outputs by dispatching the same coding task to multiple models simultaneously, evaluating the generated implementations, and selecting the single highest-quality output for the developer.