Token导航 LogoToken导航TokenDH.com
开发可写文件clawhub未标认证来源可访问clear审计提醒

the-arena竞技场

Agent Skill

the-arena 用于补充开发相关能力,适合在 OpenClaw 中需要让 Agent 承接开发相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

25,032

周安装

1,043

GitHub Stars

公开资料未说明

下载量

8,344
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:the-arena(竞技场)
来源仓库:https://github.com/tdavis009/the-arena
安装命令:
openclaw skills install the-arena
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install the-arena

简介

the-arena 将 Discord 服务器转变为人工智能主持的辩论平台。

  • 适用于 OpenClaw 中组织观点交锋、逻辑训练或社区议事活动。
  • 支持多种辩论格式、角色配置与评分判决机制。
  • 安装命令:openclaw skills install the-arena,需绑定 Discord 机器人账号。
  • 使用前请确保服务器权限设置允许自动化发言与数据持久化。

SKILL.md

name
the-arena
description
>
metadata
openclaw
env
description
Path to SQLite scoreboard database. Default: ./data/scoreboard.db (within skill workspace).
required
false

The Arena — AI Debate Moderator

Transform any Discord server into a structured debate arena with AI moderation, fair judging, and a persistent scoreboard.

Prerequisites

This skill requires the following. Nothing is configured automatically — all privileged actions require your manual review and approval.

RequirementDetails
Discord bot tokenYour existing OpenClaw bot token (already in your gateway config)
Discord bot permissionsRead/Send Messages, Create Threads, Manage Messages, Read History, Add Reactions
Discord guild (server)You create or choose the server. You provide the guild ID.
Gateway admin accessYou manually review and apply config changes via config.patch
DEBATE_SCOREBOARD_DB (optional)Env var to set SQLite DB path. Default: ./data/scoreboard.db (within skill workspace)

Security Notes

  • This skill recommends running as a separate, isolated OpenClaw agent with

restricted tool access (fs.workspaceOnly: true, exec.security: "deny").

  • Config changes are generated as templates for your review — never applied

automatically. You must manually review and apply all gateway config patches.

  • The included scripts (scripts/setup.sh, scripts/scoreboard.sh) only create

files within the skill workspace. They make no network calls and write no files outside the skill directory. Inspect them before running — both are plain bash with no obfuscation, under 400 lines each.

  • The scoreboard SQLite DB is created at ./data/scoreboard.db relative to the

skill directory (or at $DEBATE_SCOREBOARD_DB if set). It never writes outside the skill workspace.

  • Setting requireMention: false on arena channels means the bot processes every

message in that channel. This increases token usage and data exposure. Use requireMention: true for lower cost and reduced visibility.


Quick Start

Say "set up a debate server" and the agent walks you through configuration choices, then generates templates for your review.


Onboarding Flow

Step 1 — Choose a Server

Create a new Discord server or pick an existing one. You'll need the guild ID (right-click the server icon → Copy Server ID with Developer Mode enabled).

Step 2 — Choose a Moderator Persona

Pick the voice your moderator uses during debates. Default: Scholar.

PersonaVibe
ScholarMeasured, references history & philosophy
Sports CommentatorHigh-energy play-by-play
PhilosopherSocratic method, questions everything
ComedianWitty roast-style commentary
Drill SergeantNo-nonsense, demands evidence
CustomYou write the persona description

Details in references/personas.md.

Step 3 — Choose a Default Format

The default format used when someone starts a debate without specifying one. Default: Campfire.

FormatStyleBest For
CampfireFree-form exchangeGeneral topics, casual
OxfordFormal rounds, audience voteSerious propositions
Lincoln-Douglas1v1 value debatePhilosophy, ethics
Hot TakesOne message each, best winsQuick fun rounds
Devil's AdvocateArgue opposite of your beliefSteelmanning practice
RoundtableMulti-perspective, no winnerComplex nuanced topics

Details in references/formats.md.

Step 4 — Judging Criteria Weights

Customize how the moderator scores arguments. Defaults:

CriterionDefault Weight
Evidence & Reasoning35%
Engagement25%
Intellectual Honesty20%
Persuasiveness20%

Weights must sum to 100%. Details in references/judging.md.

Step 5 — Configure Channels

Default channel names (all customizable):

ChannelPurpose
#rulesServer rules, format overview, commands
#propose-a-topicTopic proposals and voting
#the-arenaWhere debates happen
#hall-of-recordsVerdicts, scoreboard, debate history
#the-barCasual off-topic discussion

Step 6 — Generate Config (for your review)

The agent generates config snippets and an AGENTS.md tailored to your choices. You must review and manually apply all gateway config changes. The agent does not apply config patches automatically. See references/setup-guide.md for the full config template and a step-by-step walkthrough.

Important: agents.list and bindings are arrays — config.patch replaces them entirely. Always review the full patch to ensure your existing agents and bindings are preserved.

Step 7 — Create Channels & Post Welcome Messages

After you create channels in Discord, the agent can post welcome messages from assets/welcome-messages.md — or you can copy-paste them manually.

Step 8 — Post Rules

The agent posts the full rules document in #rules.


Configuration Reference

Persona

Controls the moderator's voice and commentary style.

  • Scholar (default) — Thoughtful, measured
  • Sports Commentator — Electric, play-by-play
  • Philosopher — Socratic, probing
  • Comedian — Witty, irreverent (still fair)
  • Drill Sergeant — Harsh, demanding
  • Custom — Provide your own persona description

Default Format

The format used when a debate is started without specifying one.

  • Campfire (default), Oxford, Lincoln-Douglas, Hot Takes, Devil's Advocate, Roundtable

Judging Weights

Customize the four scoring criteria. Must sum to 100%.

  • Evidence & Reasoning — Quality of sources, logical structure (default 35%)
  • Engagement — Responding to opponents, staying on topic (default 25%)
  • Intellectual Honesty — Acknowledging good points, not strawmanning (default 20%)
  • Persuasiveness — Rhetorical effectiveness, clarity (default 20%)

Channel Names

All five channels can be renamed. Provide a mapping during setup.

requireMention

  • true (default, recommended) — Moderator only responds when @mentioned. Lower cost, lower data exposure. Participants control pacing by tagging the moderator.
  • false — Moderator sees every message and may interject actively. Higher token usage and increased data exposure. Only recommended for small, trusted servers with low message volume.

Verdict Style

How the moderator delivers the final ruling.

  • Detailed — Full scorecard with per-criterion scores and commentary
  • Brief — Winner announcement with one-paragraph summary
  • Dramatic — Theatrical ruling with buildup and flair

Scoreboard

  • on (default) — SQLite-backed. Records wins, losses, topics, formats.
  • off — No persistent tracking.

CLI: scripts/scoreboard.sh. DB location: $DEBATE_SCOREBOARD_DB or ./data/scoreboard.db.

Debate Timeout

Hours before the moderator flags a stale debate. Default: 48.

Max Concurrent Debates

Maximum simultaneous debates in the arena. Default: 3.

Topic Restrictions

  • unrestricted (default) — No topic is off-limits. The moderator judges arguments on merit regardless of subject matter.
  • restricted — Provide a list of banned topics or categories.

How It Works

Proposing a Topic

In #propose-a-topic, post:

Topic: [Your topic]
Format: [optional — defaults to server default]

Others react with 👍 to show interest. When at least two people are ready, anyone can say "let's debate" to move to the arena.

Starting a Debate

In #the-arena, the moderator:

  1. Announces the topic and format
  2. Assigns or confirms sides (except Roundtable/Hot Takes)
  3. Posts the rules for that format
  4. Calls for opening statements

Participants can also start directly in the arena:

@Moderator start debate: "Pineapple belongs on pizza" [format: hot-takes]

During a Debate

The moderator's behavior depends on the format:

  • Campfire — Interjects to track flow, flag fallacies, prompt responses
  • Oxford — Strictly enforces rounds, time, and turn order
  • Lincoln-Douglas — Enforces alternation between affirmative and negative
  • Hot Takes — Collects one message per participant, then judges
  • Devil's Advocate — Monitors that participants argue against their stated beliefs
  • Roundtable — Asks probing questions, synthesizes themes

The moderator flags logical fallacies, tracks participation balance, and keeps the debate moving. In mention-only mode, participants @mention for moderator input.

Calling for a Verdict

  • Either debater says "I rest my case"
  • The moderator can call it after sustained inactivity
  • The moderator runs a ready check: both sides must confirm

Verdicts

The moderator evaluates using the configured judging weights and delivers the verdict in the configured style. The verdict is posted in both #the-arena and #hall-of-records.

Scoreboard

When the scoreboard is enabled, results are automatically recorded.

Commands (via scripts/scoreboard.sh):

scoreboard.sh init                              # Create database
scoreboard.sh record <winner> <loser> <topic>   # Record result
scoreboard.sh leaderboard                       # Show standings
scoreboard.sh history [--limit N]               # Recent debates
scoreboard.sh stats <participant>               # Individual stats
scoreboard.sh reset                             # Clear all data

The moderator should run these automatically when delivering verdicts and when users ask for standings.


Channel Behavior Matrix

ChannelModerator Behavior
#rulesPosts rules only. Does not engage in conversation.
#propose-a-topicAcknowledges proposals, suggests formats, helps refine topics.
#the-arenaFull moderator mode. Manages debates, enforces rules, delivers verdicts.
#hall-of-recordsPosts verdicts and scoreboard updates. Read-only for moderator.
#the-barCasual mode. Can chat, joke, discuss past debates. No moderation.

Security Model

The debate moderator MUST run as a separate OpenClaw agent with restricted permissions. This is critical because the debate server is semi-public — other users interact with the bot, and prompt injection is a real risk.

Recommended agent restrictions:

  • tools.fs.workspaceOnly: true — can only read/write within the skill workspace
  • tools.exec.security: "deny" — cannot execute shell commands
  • tools.deny list blocking: exec, process, nodes, cron, gateway, browser,

canvas, sessions_*, subagents, memory_search, memory_get, tts, image

  • tools.profile: "messaging" — only Discord messaging + web search (for fact-checking)

What this ensures:

  • No access to the owner's personal files, messages, or other agents
  • No ability to send emails, read calendars, or access other services
  • Even if a participant attempts prompt injection, there is nothing to exfiltrate

All config changes are your responsibility. The agent generates templates; you review and apply them. See references/setup-guide.md for the full security configuration and a tested tool deny list.


File Reference

FilePurpose
references/formats.mdDetailed format rules and moderator instructions
references/personas.mdFull persona descriptions and voice guides
references/judging.mdScoring criteria, bonuses, penalties, format adjustments
references/setup-guide.mdGateway config template, permissions, security
references/agents-template.mdComplete AGENTS.md template for the debate agent
scripts/scoreboard.shSQLite scoreboard CLI
scripts/setup.shInteractive setup wizard
assets/welcome-messages.mdDefault welcome messages for all channels

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.02%
按下载量换算6,760

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

可写文件

该 Skill 可能写入或修改本地文件,使用前需要确认目标目录和修改范围。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills