blackbox

Delegate coding tasks to the Blackbox AI CLI agent via terminal workflows.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/JKhyro/HERMES-AGENT --skill blackbox-jkhyro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blackbox
Source: https://github.com/JKhyro/HERMES-AGENT/tree/main/optional-skills/autonomous-ai-agents/blackbox
Command: npx skills add https://github.com/JKhyro/HERMES-AGENT --skill blackbox-jkhyro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of handing coding work to an external AI agent by giving you a clear, reliable way to run Blackbox from the Hermes terminal and manage the full task lifecycle.

Core Features & Use Cases

  • One-shot task delegation: Send bug fixes, feature builds, and refactors directly to Blackbox with a single terminal prompt.
  • Interactive and background workflows: Run long tasks in the background, poll progress, inspect logs, and resume checkpointed work when needed.
  • PR review and parallel work: Clone repositories safely for reviews, or spin up multiple Blackbox sessions for independent coding tasks.
  • Model orchestration: Use Blackbox’s multi-model judge workflow to compare outputs and select the best implementation.

Quick Start

Ask the assistant to run your coding task through Blackbox CLI in the current project directory and report the result when it finishes.

Frequently Asked Questions about blackbox

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

FAQPage Schema
How do I delegate coding tasks like bug fixes and refactoring to an AI coding agent from the terminal?

You can delegate coding tasks by sending one-shot terminal prompts to the Blackbox AI CLI. This Skill manages the full task lifecycle, allowing you to execute bug fixes and refactors directly from your current project directory.

Can I run background coding agent sessions and resume them later if I lose connection?

Yes, you can run long tasks in the background and resume them later. The Skill provides background session monitoring and checkpoint-based resume support to recover your coding agent workflows.

How do I review pull requests using a multi-model AI workflow?

You can review pull requests by safely cloning repositories for analysis and utilizing Blackbox's multi-model judge workflow. This allows you to compare AI outputs and select the best implementation for your PR reviews.

Do I need a PTY-backed terminal to run interactive terminal automation with a coding agent?

Yes, a PTY-backed terminal is required. The Skill requires PTY-backed terminal execution to properly handle interactive and one-shot workflows when you delegate coding work to the CLI agent.

What is the best way to run parallel implementation tasks across multiple independent coding agent sessions?

You can spin up multiple Blackbox sessions for independent coding tasks. This allows you to execute parallel implementation tasks and manage concurrent coding agent workflows efficiently from your terminal.