← 返回 Skills 市场
athola

Nm Attune War Room

作者 athola · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install nm-attune-war-room
功能描述
Convene a multi-LLM expert panel to pressure-test high-stakes decisions and build consensus through structured deliberation
安全使用建议
This skill appears to implement a complex, legitimate multi-LLM deliberation process, but it has several surprising behaviors you should review before installing: - Credentials & CLIs: The SKILL.md assumes local CLIs (gh, gemini, qwen, claude, claude-glm/ccgd) and GitHub authentication are present. Confirm where those credentials live and that you want the skill to use them; the skill doesn't declare required env vars explicitly. - Automatic capture/publishing: By default it will (a) capture rejected COAs automatically into your local strategeion and (b) offer publishing to GitHub Discussions with publishing defaulting to "Publish" (opt-out). If you handle sensitive topics, change defaults to manual publish and require confirmation before any capture/publish. - Dangerous flags/aliases: The documentation recommends use of a '--dangerously-skip-permissions' flag and creating an alias that embeds it. Do NOT add such aliases or enable flags without understanding their effect — they bypass permission checks and are high-risk. - Inspect local scripts: Look for scripts referenced (e.g., scripts/deferred_capture.py) in the repository to verify what they do before running them. If they will be executed automatically, ensure they don't exfiltrate or modify unrelated data. - Least privilege & testing: Run the skill in a sandbox or with dummy repositories/accounts first. Verify what files it writes (the strategeion path and .attune session file) and whether the gh commands use the intended GitHub account/repo. Consider forcing explicit confirmation for any network publish or irreversible actions. If you want, provide the repository path or the contents of any referenced scripts (scripts/deferred_capture.py, any cli wrappers), and I can review those for specific risks and recommend configuration changes to make the skill safer.
功能分析
Type: OpenClaw Skill Name: nm-attune-war-room Version: 1.0.0 The bundle orchestrates a multi-LLM 'War Room' using high-privilege operations, including automated GitHub Discussion publishing via 'gh api graphql' and the use of 'tmux' for agent teams. Key indicators include the explicit use of the '--dangerously-skip-permissions' flag for GLM-4.7 model integration (expert-roles.md) and the execution of an external script ('scripts/deferred_capture.py') not included in the bundle. While these capabilities support the stated purpose of strategic deliberation, the automated publishing of session context to GitHub and the bypass of security prompts represent a significant attack surface.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The skill's name and description (multi-LLM war room) align with its instructions to orchestrate multiple expert models, persist sessions, and publish outcomes. The declared required config paths (conjure delegation, memory palace strategeion, leyline git-platform) are coherent with the described integrations. However, the SKILL.md assumes the presence of many local CLIs (gh, gemini, qwen, claude-glm/ccgd) and a local repository layout; those dependencies are not declared as required binaries or environment variables, which is an omission that reduces transparency.
Instruction Scope
Runtime instructions read/write local storage (~/.claude/memory-palace/strategeion and .attune/war-room-session.json), invoke local scripts (e.g., python3 scripts/deferred_capture.py), call local/external LLM CLIs, and by default publish session summaries to GitHub Discussions. Two specific troubling behaviors: (1) 'Capture is automatic: do not prompt the user for confirmation' — automatic capture of rejected COAs into local archives may surprise users and could persist sensitive drafts without consent; (2) Publishing defaults to 'Publish' (opt-out) and will create GitHub Discussions via the gh CLI if authenticated. The skill also references a flag/command (--dangerously-skip-permissions) and suggests creating an alias that bypasses permission checks — an operation outside the scope of a deliberation helper and potentially risky.
Install Mechanism
There is no install spec (instruction-only), so nothing is written by an installer. That limits supply-chain risk. However, the skill depends heavily on external binaries and CLIs (gh, gemini, qwen, claude, claude-glm/ccgd, tmux, python3) that must already exist; the SKILL.md both invokes and recommends aliases and flags for those tools. Because installations and aliasing are suggested in prose, the skill could prompt operators to perform potentially risky local changes (e.g., adding an alias that includes '--dangerously-skip-permissions').
Credentials
requires.env lists none, yet the instructions assume access to external platform credentials and local auth: gh CLI authenticated state (GitHub token), conjure delegations to external LLM services, and presumably config entries referenced by the required config paths (git-platform, delegation-core, strategeion). The skill therefore expects secrets/credentials to be available in the environment or via local CLI auth, but does not declare them, making credential use opaque. Also, the default publish-to-GitHub behavior can expose deliberation content to an external platform unless the user explicitly opts out.
Persistence & Privilege
The skill persists session artifacts to a local memory palace path and may update local session files (e.g., strategeion archive, .attune/war-room-session.json). It also offers automatic publication to GitHub Discussions (default 'Publish') and automatic deferred capture (explicitly 'do not prompt the user'). While the skill is not always-enabled (always: false), the defaults (automatic capture + default publish) increase the chance of unintended persistent storage or external disclosure of sensitive deliberation content.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install nm-attune-war-room
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /nm-attune-war-room 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
War Room v1.8.2 introduces a structured, multi-LLM deliberation protocol for high-stakes decision-making. - Convene expert AI panels (3–7 models) based on Reversibility Score to pressure-test strategic decisions. - New reversibility-based routing system determines resource allocation and protocol depth. - Automatic integration with project brainstorming skill for seamless transition from ideation to deliberation. - Deliberation protocol covers intelligence gathering, red teaming, voting, premortems, and final synthesis. - Supports session persistence, expert role customization, and multiple invocation modes (express, full council, Delphi). - Produces an auditable decision document outlining rationale, trade-offs, and next steps.
元数据
Slug nm-attune-war-room
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Nm Attune War Room 是什么?

Convene a multi-LLM expert panel to pressure-test high-stakes decisions and build consensus through structured deliberation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Nm Attune War Room?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install nm-attune-war-room」即可一键安装,无需额外配置。

Nm Attune War Room 是免费的吗?

是的,Nm Attune War Room 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nm Attune War Room 支持哪些平台?

Nm Attune War Room 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nm Attune War Room?

由 athola(@athola)开发并维护,当前版本 v1.0.0。

💬 留言讨论