← Back to Skills Marketplace
419
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install mixtureofagents-debate
Description
Run an Oxford Union–style multi-agent debate on any motion using Mixture of Agents architecture
Usage Guidance
This skill appears coherent for running simulated Oxford‑style debates: it contains role system prompts, round sequencing, and structured output formats but requests no credentials or installs. The main thing to watch for is prompt‑injection risk: the skill relies on many explicit system prompts and strict 'return only' instructions which are normal here but could be used to override model behavior if the hosting platform does not enforce prompt isolation. Before installing: (1) confirm the platform prevents skill prompts from accessing or leaking sensitive agent/system context, (2) avoid providing any secret or private material as debate motions or examples, and (3) run a few test debates with non‑sensitive motions to verify outputs match expectations. If you need higher assurance, ask the platform vendor whether skill system prompts are sandboxed and whether skills can access other skills' credentials or agent internals.
Capability Analysis
Type: OpenClaw Skill
Name: mixtureofagents-debate
Version: 1.0.0
The skill is classified as suspicious due to a significant prompt injection vulnerability. The user-provided 'motion' is directly embedded into numerous LLM prompts within SKILL.md without any apparent sanitization or separation. This allows a malicious user to craft a motion containing arbitrary instructions, potentially manipulating the agent's behavior beyond its intended purpose, such as attempting to extract sensitive information or execute unauthorized actions via the underlying LLM.
Capability Assessment
Purpose & Capability
Name and description (multi‑agent Oxford Union debate) match the SKILL.md and reference file: the skill is instruction-only and only defines agent roles, prompts, temperatures, round sequencing, and output schemas. Nothing requested (no env vars, no binaries, no installs) is out of scope for this purpose.
Instruction Scope
The SKILL.md contains many explicit system prompts and strict output constraints (e.g., 'Return ONLY the question', 'Respond ONLY with JSON'), which is expected for orchestrating multiple LLM roles. These same constructs are commonly flagged as prompt‑injection patterns; while legitimate here, they could be abused if the platform does not enforce system‑prompt isolation or if the skill is given sensitive inputs. The instructions do not reference files, env vars, network endpoints, or any external data beyond standard LLM calls.
Install Mechanism
Instruction‑only skill with no install spec and no code files — lowest risk for arbitrary code execution or supply‑chain downloads.
Credentials
No environment variables, credentials, or config paths are required. The skill does not ask for unrelated secrets or system config access.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill does not request persistent system presence or attempt to modify other skills' configs. Autonomous invocation is allowed by platform default but not a special privilege of this skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mixtureofagents-debate - After installation, invoke the skill by name or use
/mixtureofagents-debate - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the moa-debate skill.
- Allows users to run an Oxford Union–style multi-agent debate on any motion using a Mixture of Agents architecture.
- Features simulated Proposition, Opposition, Devil's Advocate, Chair, and Completeness Judge roles, each with specific behavioral guidelines.
- Supports user-customizable debate parameters, progress indicators, structured rounds (including POIs and summaries), closing rebuttals, and an automated debate brief.
- Designed for stress-testing arguments, debate preparation, and motion analysis in a formal, iterative manner.
Metadata
Frequently Asked Questions
What is MOA-Debate?
Run an Oxford Union–style multi-agent debate on any motion using Mixture of Agents architecture. It is an AI Agent Skill for Claude Code / OpenClaw, with 419 downloads so far.
How do I install MOA-Debate?
Run "/install mixtureofagents-debate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MOA-Debate free?
Yes, MOA-Debate is completely free (open-source). You can download, install and use it at no cost.
Which platforms does MOA-Debate support?
MOA-Debate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MOA-Debate?
It is built and maintained by ProfMP3i (@markoxmobs); the current version is v1.0.0.
More Skills