/install arena-system
Arena System
Adversarial self-improvement framework for AI agents.
What it does
Give one agent two personas:
- Agent - Does the work, writes reports
- Anti-Agent - Questions everything, writes counter-reports
They take turns critiquing each other until you stop them.
Why use it
AI agents are overconfident. They hallucinate. Arena forces them to question their own outputs by arguing with themselves.
Setup
./setup.sh ~/my-arena
Creates:
my-arena/
├── state.json
├── prompts/agent.md
├── prompts/anti-agent.md
└── outputs/
Usage
Add to HEARTBEAT.md:
- Read
state.json→ whose turn? - Run that persona
- Write to
outputs/{role}/iteration_N.md - Switch turns, save state
Config
state.json:
{
"current_turn": "agent",
"iteration": 0,
"topic": "my-project",
"active": true,
"max_iterations": 10
}
Results
Prevents premature deployments, catches bugs, forces proper validation before going live.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install arena-system - After installation, invoke the skill by name or use
/arena-system - Provide required inputs per the skill's parameter spec and get structured output
What is Arena System?
Adversarial self-improvement for AI agents. Reduces hallucinations through Agent vs Anti-Agent debate loops. It is an AI Agent Skill for Claude Code / OpenClaw, with 404 downloads so far.
How do I install Arena System?
Run "/install arena-system" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Arena System free?
Yes, Arena System is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Arena System support?
Arena System is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Arena System?
It is built and maintained by Zedit42 (@zedit42); the current version is v1.0.0.