One-click install
npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill blackbox-anandaanugrahhandyanto
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blackbox
Source: https://github.com/AnandaAnugrahHandyanto/savarez_agent/tree/main/optional-skills/autonomous-ai-agents/blackbox
Command: npx skills add https://github.com/AnandaAnugrahHandyanto/savarez_agent --skill blackbox-anandaanugrahhandyanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Delegate coding tasks to Blackbox AI CLI to orchestrate multi-model coding workflows and automatically select the best results.

Core Features & Use Cases

  • Multi-model evaluation: runs tasks across models and uses a built-in judge to pick the best implementation.
  • Interactive and batch workflows: supports interactive sessions and scripted tasks via the CLI.
  • Prerequisites: requires the Blackbox CLI installed and a valid API key configured.

Quick Start

Install the Blackbox CLI, configure your API key, and run a simple coding task with a prompt.

Frequently Asked Questions about blackbox

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

FAQPage Schema
How do I automate coding tasks with a multi-model AI CLI?▼

To automate coding tasks with a multi-model AI CLI, delegate your code generation, review, or refactoring prompts to Blackbox. It orchestrates cross-model workflows, evaluates outputs, and selects the best implementation automatically.

What prerequisites do I need to run multi-model code generation workflows?▼

Running multi-model code generation workflows requires the Blackbox CLI installed, a valid API key configured via the blackbox configure command, and terminal access supporting PTY with optional background execution.

Can I run interactive and batch code refactoring sessions using an AI CLI?▼

Yes, you can run interactive and batch code refactoring sessions using the Blackbox AI CLI. It supports both interactive terminal sessions and scripted batch tasks for automated cross-model evaluation.

How does multi-model evaluation work for cross-model coding tasks?▼

Multi-model evaluation for cross-model coding tasks works by running your prompt across multiple model providers. A built-in judge evaluates the generated implementations to pick the best result for your development workflow.

What is the best way to delegate code review to multiple AI models?▼

The best way to delegate code review to multiple AI models is using a multi-model AI CLI agent like Blackbox. It sends the task to various providers and uses a judge to select the highest quality review output.

Why does my AI CLI coding assistant require PTY and terminal command access?▼

Your AI CLI coding assistant requires PTY and terminal command access to properly execute interactive and batch development workflows. This allows the agent to run background processes and manage multi-model orchestration effectively.