/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install arena-system - 安装完成后,直接呼叫该 Skill 的名称或使用
/arena-system触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Arena System 是什么?
Adversarial self-improvement for AI agents. Reduces hallucinations through Agent vs Anti-Agent debate loops. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 404 次。
如何安装 Arena System?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install arena-system」即可一键安装,无需额外配置。
Arena System 是免费的吗?
是的,Arena System 完全免费(开源免费),可自由下载、安装和使用。
Arena System 支持哪些平台?
Arena System 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Arena System?
由 Zedit42(@zedit42)开发并维护,当前版本 v1.0.0。