openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Agent Debate

Coordinates multiple agents to independently argue competing approaches, then synthesizes their positions to identify the best solution for complex decisions.

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 192 · 1 current installs · 1 all-time installs

0

安装量(当前) 1

🛡 VirusTotal :良性 · OpenClaw :良性

Package:0xrichyrich/agent-debate

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requested actions (spawning sub-agents and using a file-based debate folder) match its description and require no extra credentials or installs, but the file-based coordination model has a few practical safety considerations to watch for.

目的

The name/description (coordinate multiple agents to debate and synthesize positions) aligns with the SKILL.md instructions: spawn multiple agents, have them write positions to plans/debate-{topic}/, then run a synthesis agent. No unrelated binaries, env vars, or installs are requested.

说明范围

Instructions are narrowly scoped to reading/writing files under plans/debate-{topic}/ and performing synthesis. This is consistent with the stated purpose. Practical risks: the skill stores debate content on disk (which can leak sensitive content if users place secrets in question.md or agent files), and the topic interpolation (debate-{topic}) could permit path traversal or unexpected paths if untrusted topic strings are used. The SKILL.md do…

安装机制

Instruction-only skill with no install spec and no external downloads — lowest-risk installation profile.

证书

No environment variables, credentials, or config paths are requested. The absence of secrets is appropriate for the declared functionality.

持久

always is false and the skill does not request elevated/persistent privileges or modify other skills. Autonomous invocation is allowed by default (disable-model-invocation is false), which is expected for a skill that spawns sub-agents.

综合结论

This skill appears coherent for facilitating multi-agent debates, but take the following precautions before installing or running it: 1) Avoid putting secrets or sensitive data into the debate question or agent files — these are written to disk and could be read later. 2) Sanitize the debate topic input (debate-{topic}) to prevent path traversal or accidental writes outside the intended folder; use a controlled folder name or a whitelist. 3) R…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Agent Debate」。简介:Coordinates multiple agents to independently argue competing approaches, then s…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/0xrichyrich/agent-debate/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。