← 返回 Skills 市场
78
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-perspective-forum
功能描述
Run a structured multi-perspective debate in a single LLM call. Five hardcoded viewpoints argue across three rounds to eliminate confirmation bias and produc...
安全使用建议
This skill itself is coherent: it runs a 5-perspective forum. But before installing, confirm the following: (1) Where will the {DATA} come from? Identify exact connectors (analytics, billing, logs) the skill will read and who grants access. (2) Restrict what is sent to the forum—redact PII/credentials and avoid raw logs or secrets. (3) Verify the cron behavior: who can enable/disable the scheduled runs and what data they will include. (4) The SKILL.md names a nonstandard model string ("github-copilot/claude-opus-4.6"); confirm which model the platform will actually use. (5) Test the skill with sanitized or synthetic data first. If you need to proceed: require explicit approvals for any connector access, limit the frequency/data scope, and monitor runs and outputs for accidental data exposure.
功能分析
Type: OpenClaw Skill
Name: multi-perspective-forum
Version: 1.0.0
The skill implements a multi-perspective debate framework for business audits and retrospectives using OpenClaw's `sessions_spawn` capability. While it processes sensitive operational data such as revenue, error logs, and lead pipelines, this behavior is explicitly documented and aligned with its stated purpose of performing 'Leverage Audits' and 'Weekly Retros.' No evidence of unauthorized data exfiltration, malicious execution, or harmful prompt injection was found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name, description, and prompt all align: this is an instruction-only skill to run a structured, multi-perspective forum. However the SKILL.md expects the agent to collect a wide set of operational data (analytics, revenue/signups, error logs, pipeline counts, cron health, cost burn). Those data types are reasonable inputs for the stated use-cases, but they are sensitive and imply the need for connectors/credentials that the skill does not declare. This mismatch (asking for sensitive inputs but not documenting required access) is a design/clarity concern.
Instruction Scope
The instructions explicitly require resending analytics, logs, financials, and other operational state into the prompt. They also define cron schedules and say to use the platform's cron. The doc does not specify where to pull these data from, what should be redacted, or any limits on transmission. That produces scope creep: a forum skill could cause an agent to collect and transmit sensitive company data across connectors or to third-party models without clear constraints.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is the lowest-risk install mechanism: nothing is downloaded or written by the skill itself.
Credentials
The skill declares no required environment variables or credentials, which keeps its declared footprint minimal. At the same time, its DATA payload implies access to analytics, revenue, and logs — access that typically requires credentials or connectors. The absence of declared env/credentials means it's unclear whether the skill expects other skills/agent context to supply those values, which could lead to unexpected data access if connectors are available.
Persistence & Privilege
always is false (good) and model-invocation is allowed (normal). But the skill schedules recurring cron jobs (Monday and Friday) using the platform's cron service. Periodic autonomous runs that collect operational data increase the blast radius if misconfigured. The SKILL.md does not state explicit consent/limits for automatic runs or who may enable them.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-perspective-forum - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-perspective-forum触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Initial release of agent-forum: structured multi-perspective debate for unbiased decision-making.**
- Runs a 5-agent, 3-round debate in a single LLM call to challenge confirmation bias.
- Hardcoded agent viewpoints: Revenue Realist, Builder, Skeptic, Operator, and Customer Voice.
- Produces clear verdicts: consensus, contested points, and controllable assessment.
- Triggered by keywords (e.g., "run a forum", "leverage audit", "weekly retro") or for second-opinion framing.
- Includes Monday/Friday automated data collection and OpenClaw cron scheduling.
元数据
常见问题
Multi-Perspective Forum 是什么?
Run a structured multi-perspective debate in a single LLM call. Five hardcoded viewpoints argue across three rounds to eliminate confirmation bias and produc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 78 次。
如何安装 Multi-Perspective Forum?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-perspective-forum」即可一键安装,无需额外配置。
Multi-Perspective Forum 是免费的吗?
是的,Multi-Perspective Forum 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Multi-Perspective Forum 支持哪些平台?
Multi-Perspective Forum 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Multi-Perspective Forum?
由 KairoKid(@dodge1218)开发并维护,当前版本 v1.0.0。
推荐 Skills