blackbox

Integrates with your own SMTP server to reliably deliver submitted form data to your inbox.

19|4|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill blackbox-carterwayneskhizeine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blackbox
Source: https://github.com/carterwayneskhizeine/hermes-agent-windows-R/tree/main/optional-skills/autonomous-ai-agents/blackbox
Command: npx skills add https://github.com/carterwayneskhizeine/hermes-agent-windows-R --skill blackbox-carterwayneskhizeine

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of getting high-quality code implementations faster by delegating coding tasks to Blackbox’s multi-model agent and selecting the best output with a judge workflow.

Core Features & Use Cases

  • Multi-model coding with built-in judging: Runs the same coding task across multiple providers (e.g., Claude/Codex/Gemini/Blackbox Pro) and picks the best implementation.
  • Interactive one-shots and sessions: Supports non-interactive prompt runs as well as interactive terminal sessions for iterative debugging and refinement.
  • Background execution with monitoring and resume: Enables long-running tasks via background mode, with session polling/logs and checkpoint resume.

Quick Start

Use the Blackbox CLI to run a one-shot coding request in the right project folder with a PTY so it can complete as an interactive terminal app.

Frequently Asked Questions about blackbox

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

FAQPage Schema
How does multi-model code generation with a judge workflow improve implementation quality?

Long-running refactors can run in the background with session polling and logs, using checkpointed resume to restore and continue execution from the last saved state if interrupted.

How do I run an interactive coding agent in the terminal for iterative debugging?

To run an interactive coding agent in the terminal, execute the coding task using a PTY to ensure proper interactive terminal behavior for iterative debugging and refinement.

Do I need a specific API key and CLI installed to use multi-model coding agents?

Yes, using multi-model coding agents requires the Blackbox CLI installed and configured with a valid Blackbox API key to authenticate and process the delegated coding tasks.

What is the best way to automate long-running code refactors with background monitoring?

Background execution with monitoring enables long-running refactoring tasks by running them asynchronously, polling session logs, and resuming from checkpoints if the process interrupts.

Can I use a coding agent for both one-shot code generation and interactive PR code review?

Yes, a coding agent supports both non-interactive one-shot prompt runs for quick code generation and interactive terminal sessions for iterative PR and code review flows.

Why does a terminal coding agent require PTY for proper interactive behavior?

A terminal coding agent requires PTY because it allocates a pseudo-terminal, ensuring the underlying interactive terminal application behaves correctly during coding sessions and code review.