Install
openclaw skills install arena-systemAdversarial self-improvement for AI agents. Reduces hallucinations through Agent vs Anti-Agent debate loops.
openclaw skills install arena-systemAdversarial self-improvement framework for AI agents.
Give one agent two personas:
They take turns critiquing each other until you stop them.
AI agents are overconfident. They hallucinate. Arena forces them to question their own outputs by arguing with themselves.
./setup.sh ~/my-arena
Creates:
my-arena/
├── state.json
├── prompts/agent.md
├── prompts/anti-agent.md
└── outputs/
Add to HEARTBEAT.md:
state.json → whose turn?outputs/{role}/iteration_N.mdstate.json:
{
"current_turn": "agent",
"iteration": 0,
"topic": "my-project",
"active": true,
"max_iterations": 10
}
Prevents premature deployments, catches bugs, forces proper validation before going live.