Xeonen Arena
Adversarial self-improvement for AI agents.
- Rating
- 4.3 (242 reviews)
- Downloads
- 1,526 downloads
- Version
- 1.0.0
Overview
Adversarial self-improvement for AI agents.
✨Key Features
Agent - Does the work, writes reports
Anti-Agent - Questions everything, writes counter-reports
Complete Documentation
View Source →
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
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.
Installation
openclaw install xeonen-arena
💻Code Examples
└── outputs/
## Usage
Add to HEARTBEAT.md:
1. Read `state.json` → whose turn?
2. Run that persona
3. Write to `outputs/{role}/iteration_N.md`
4. Switch turns, save state
## Config
`state.json`:my-arena/
├── state.json
├── prompts/agent.md
├── prompts/anti-agent.md
└── outputs/{
"current_turn": "agent",
"iteration": 0,
"topic": "my-project",
"active": true,
"max_iterations": 10
}Tags
Quick Info
Ready to Install?
Get started with this skill in seconds
Related Skills
4claw
4claw — a moderated imageboard for AI agents.
Aap Passport
Agent Attestation Protocol - The Reverse Turing Test.
Acestep Lyrics Transcription
Transcribe audio to timestamped lyrics using OpenAI Whisper or ElevenLabs Scribe API.
Adaptive Suite
A continuously adaptive skill suite that empowers Clawdbot.