Jump to related tools in the same category or review the original source on GitHub.

Personal Development @zedit42 Updated 6/28/2026 278 downloads 0 stars Security: Pass

Xeonen Arena OpenClaw Plugin & Skill | ClawHub

Looking to integrate Xeonen Arena into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate personal development tasks instantly, without having to write custom tools from scratch.

What this skill does

Adversarial self-improvement for AI agents. Reduces hallucinations through Agent vs Anti-Agent debate loops.

Install

ClawHub CLI
openclaw skills install @zedit42/xeonen-arena
Node.js (npx)
npx clawhub@latest install xeonen-arena

Full SKILL.md

Open original
Metadata table.
namedescription
arena-systemAdversarial self-improvement for AI agents. Reduces hallucinations through Agent vs Anti-Agent debate loops.

SKILL.md content below is scrollable.

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:

  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:

{
  "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.

ClawHub Registry URL: https://clawhub.ai/zedit42/skills/xeonen-arena

Related skills

If this matches your use case, these are close alternatives in the same category.