Token导航 LogoToken导航TokenDH.com
效率权限需确认clawhub未标认证来源可访问clear审计提醒

mixtureofagents-debate混合 Agent 辩论

Agent Skill

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

总安装

13,023

周安装

532

GitHub Stars

公开资料未说明

下载量

4,213
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install mixtureofagents-debate

简介

mixtureofagents-debate 用于多代理辩论架构,适合对动议进行结构化讨论和分析。

  • 它采用牛津联盟式辩论模式,整合多个代理观点以增强决策全面性。
  • 通过 openclaw skills install mixtureofagents-debate 安装,建议确认代理角色定义和终止条件。
  • 使用前需评估计算资源消耗,避免长时间运行影响系统性能。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
moa-debate
description
Run an Oxford Union–style multi-agent debate on any motion using Mixture of Agents architecture

Oxford Union Multi-Agent Debate

When the user wants to debate a motion, stress-test an argument, prepare for a formal debate, or asks you to run an Oxford Union–style debate, follow this procedure.

Overview

You will simulate a full Oxford Union formal debate by making sequential LLM calls playing different roles. Three agents debate iteratively:

AgentRoleTemperatureBehaviour
PropositionSteelmans the case FOR0.3Rigorous, principled, evidence-based
OppositionSteelmans the case AGAINST0.3Rigorous, principled, evidence-based
Devil's AdvocateAttacks whichever side is dominant0.7Lateral, unexpected, adversarial

Plus a neutral Chair (temp 0.4) and a Completeness Judge (temp 0.2).

Step 1 — Accept the Motion

Ask the user for a motion, or if they've already provided one, confirm it. Motions follow the "This House..." format. If the user provides a topic rather than a formal motion, rewrite it as "This House Believes That..." or similar.

Suggested example motions (if the user needs inspiration):

  • "This House Believes That Artificial Intelligence Will Be Humanity's Last Great Invention"
  • "This House Will Under No Circumstances Fight for Its King and Its Country"
  • "This House Has No Confidence in His Majesty's Government"

Ask for optional parameters:

  • Min Score to Pass (default 7.5, range 5–10) — completeness threshold for early stop
  • Hard Round Cap (default 5, range 3–8) — maximum debate rounds

Step 2 — Run the Debate Rounds

For each round (starting at round 1), execute the following sequence. Present each step to the user as it completes.

2a. Proposition Speech

Use this system prompt:

You are a skilled Oxford Union debater arguing FOR the proposition. Build the strongest philosophical, empirical, and practical case in favour. Be precise, structured, and rhetorically persuasive. Stay in character — do not use conversational filler, AI preambles, or apologies.

Round 1 user message:

Motion: "[MOTION]" Identify the single strongest principled argument FOR this motion. Build evidence around it and pre-empt the most obvious counterargument. Open with a memorable line. Deliver your opening speech. Max 150 words.

Round 2+ user message:

Motion: "[MOTION]" Round summary so far: [PREVIOUS_SUMMARY] Identify the single strongest principled argument FOR this motion. Build evidence around it and pre-empt the most obvious counterargument. Open with a memorable line. Develop your case further. Max 150 words.

Present the speech to the user labelled "🔵 Proposition".

2b. Point of Information (Opposition → Proposition)

Generate a POI from the Opposition:

Motion: "[MOTION]" Proposition just said: "[PRO_SPEECH]" You are the Opposition. Devise a sharp Point of Information (POI) — a single probing question of ≤15 words that targets the weakest claim in their speech. Return ONLY the question.

Accept/decline: Randomly decide (60% accept, 40% decline). If accepted, generate a response:

You are speaking for the Proposition. The Opposition has raised this Point of Information: "[POI_QUESTION]" You chose to accept it. Respond confidently in ≤25 words.

Present the POI and outcome (accepted/declined) to the user.

2c. Opposition Speech

Use this system prompt:

You are a skilled Oxford Union debater arguing AGAINST the proposition. Build the strongest philosophical, empirical, and practical case against. Be precise, structured, and rhetorically persuasive. Stay in character — do not use conversational filler, AI preambles, or apologies.

Round 1 user message:

Motion: "[MOTION]" Proposition has argued: "[PRO_SPEECH]" Identify the single strongest principled argument AGAINST this motion. Build evidence around it and pre-empt the most obvious counterargument. Open with a memorable line. Deliver your opening speech. Max 150 words.

Round 2+ — include the previous summary and ask to develop the case further.

Present the speech to the user labelled "🔴 Opposition".

2d. Point of Information (Proposition → Opposition)

Same as 2b but reversed: Proposition poses the POI, Opposition accepts/declines (60/40).

2e. Devil's Advocate

Use this system prompt:

You are a devil's advocate in an Oxford Union debate. Identify which side is currently dominant and attack THAT side's weakest point relentlessly. You take no permanent position. Stay in character — do not use conversational filler, AI preambles, or apologies.

User message:

Motion: "[MOTION]" [Previous summary if round 2+] Proposition: "[PRO_SPEECH]" Opposition: "[CON_SPEECH]" Summarize in one sentence why a side feels dominant, then mount a devastating contrarian attack on their most vulnerable assumption. Max 120 words.

Present labelled "🟡 Devil's Advocate". Collect all devil attacks across rounds.

2f. Round Summary (Neutral Chair)

No system prompt. User message:

Motion: "[MOTION]" This round: Proposition: [PRO_SPEECH] Opposition: [CON_SPEECH] Devil's Advocate: [DEVIL_SPEECH] As a neutral Oxford Union President, briefly assess: which side has the stronger case and why, what the key unanswered questions are, and what both sides must address next. Max 120 words.

Present labelled "⚖️ Round Summary".

2g. Completeness Judge (from round 2 onwards)

No system prompt. User message:

Motion: "[MOTION]" Debate this round: Proposition: [PRO_SPEECH] Opposition: [CON_SPEECH] Score argument completeness 0–10: have the strongest arguments on BOTH sides been raised and have key objections been addressed? Respond ONLY with JSON like this: {"score": 7.5, "reasoning": "The Pro side made a strong ethical case but Con's fiscal points remain unanswered."}

Parse the JSON response. If score >= threshold, stop the round loop. Otherwise, continue to the next round.

Present the score to the user as a progress indicator.

Step 3 — Closing Rebuttals

After the round loop ends (by convergence or hard cap):

Proposition Rebuttal:

Motion: "[MOTION]" You are the first Proposition speaker delivering your closing rebuttal. The debate is over — no new arguments. Your job: synthesise your side's strongest points, directly dismantle the Opposition's best argument, and end with a memorable closing line. Max 120 words.

Opposition Rebuttal (sees Proposition's rebuttal to counter):

Motion: "[MOTION]" You are the first Opposition speaker delivering your closing rebuttal. The debate is over — no new arguments. Your job: synthesise your side's strongest points, directly dismantle the Proposition's best argument, and end with a memorable closing line. Max 120 words. Proposition's rebuttal to counter: "[PRO_REBUTTAL]"

Chair's Verdict (no system prompt):

Motion: "[MOTION]" Closing rebuttals: Proposition: "[PRO_REBUTTAL]" Opposition: "[CON_REBUTTAL]" As a neutral Oxford Union Chair, deliver a brief verdict: who made the stronger closing case and why, noting the key rhetorical and logical moments that swayed the debate. Do NOT declare an outright winner — the House votes. Max 100 words.

Present all three labelled "💜 Closing Rebuttals".

Step 4 — Generate the Debate Brief

Compile a final structured brief:

Motion: "[MOTION]" Debate summary: [FINAL_SUMMARY] Closing rebuttals: Proposition: [PRO_REBUTTAL] Opposition: [CON_REBUTTAL] Devil's advocate attacks: [ALL_DEVIL_ATTACKS joined by ---] Generate an Oxford Union debate brief. Respond ONLY with JSON conforming to this example: {"pro": "1. Argument A... \
  1. Argument B...", "con": "1. Argument C... \
  2. Argument D...", "rebuttals": "Prop: Rebuttal X... \

Opp: Rebuttal Y...", "attacks": "Attack 1... -> Rebuttal 1...", "balance": "One paragraph assessment..."}

Step 5 — Present the Brief

Format the brief as a structured document with these sections:

  1. 📋 Debate Brief — header with the motion
  2. 🔵 Proposition Case — strongest pro arguments
  3. 🔴 Opposition Case — strongest con arguments
  4. 💜 Key Rebuttal Lines — sharpest closing lines from each side
  5. 🟡 Likely Floor Attacks — devil's advocate exposures with suggested rebuttals
  6. ⚖️ Balanced Assessment — honest assessment of which side has the stronger case

Include a stop reason:

  • Converged — if completeness score reached threshold
  • ⚠️ Hard cap reached — if max rounds hit without convergence

Notes

  • For reference on the full Oxford Union format, agent prompts, and scoring rubric, see {baseDir}/references/DEBATE_FORMAT.md
  • This skill works with any LLM. Use the AI's own model for all agents. Differentiate agents through system prompts and varied temperature/creativity settings
  • The 60/40 POI accept/decline is a random draw, not reasoned — this mirrors the unpredictability of real debate
  • Temperature differences are intentional: low temp (0.3) for main debaters ensures rigorous consistency; high temp (0.7) for Devil's Advocate produces lateral, unexpected challenges

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

91.04%
按下载量换算3,836

安全审计

VirusTotal

可疑

ClawScan

通过

Static analysis

未展示

权限和风险

权限需确认

当前来源未能明确判断权限范围,默认进入异常复核队列。

安装前确认

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

来源信息

继续浏览同类 Skills