Debate Arena
Analysis
This skill appears to run the advertised debate workflow, with expected local archiving and multi-agent coordination that users should understand before use.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
自动推动轮次:`autonext=true` 默认开启 ... `debate start`:启动辩论 ... `debate stop`:强制结束
After an explicit start, the debate can advance through turns automatically, but the behavior is disclosed and bounded by the configured debate rounds and stop command.
Source: unknown; Homepage: none
The package provenance is limited, although the artifacts do not show a remote installer, package dependency, or hidden helper being fetched.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
`debate set <pros|cons|judge>.accountId <id>`:指定发送账号
The skill allows a user to bind role agents to a sending account identifier, which is relevant delegated identity handling, though no credential storage or token use is shown.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`debate set prompt <补充要求>` ... `debate conf`:保存为默认配置 ... Default config: `~/.openclaw/debate-arena/default-config.json`; State: `~/.openclaw/debate-arena/debate-state.json`; Archive dir: `~/.openclaw/debate-arena/archives/`
User-supplied debate prompts and debate records can be stored locally and reused as default configuration when explicitly saved.
The host injects the current group context on `init`, spawns pros/cons/judge for each turn, and archives content + votes locally.
The intended design passes group context and debate content among a host and configured role agents, which is expected for the skill but still involves inter-agent data flow.
