← 返回 Skills 市场
123
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install munger-decision
功能描述
Charlie Munger's mental model decision assistant. Analyzes your decision scenario, recommends the most relevant thinking models, and guides you through struc...
安全使用建议
This package mostly looks like a legitimate decision-assistant implementation, but there are two things to check before installing or running it in an agent environment:
1) Mismatch: the registry says "instruction-only" / no install, but the bundle contains many source files and a package-lock.json and SKILL.md instructs to run npm install. Ask the publisher why the registry metadata presents it as instruction-only and confirm the intended installation/run steps.
2) Inspect dependencies and scripts: open package.json and package-lock.json and check for any postinstall/prepare scripts or unusual dependencies (personal Git URLs, tarball URLs, or packages with broad permissions). If you must run npm install, do it in an isolated sandbox/container and scan network activity. Prefer to run tests and lints locally in a sandbox first.
Other practical checks:
- Review package.json scripts for lifecycle hooks that execute arbitrary code.
- Grep src/ for network calls (fetch, axios, http, net, child_process/exec), eval, or code that reads paths outside the skill directory (e.g., /root or system config paths).
- Confirm the skill will not require any API keys or credentials for its core functionality.
If you cannot audit the package, run it with restricted filesystem and network permissions (or in a disposable VM) rather than directly in an agent that has access to production data or other skills.
功能分析
Type: OpenClaw Skill
Name: munger-decision
Version: 1.3.0
The skill bundle is a comprehensive implementation of a 'Munger Decision Assistant' designed to guide users through 83 mental models for rational decision-making. The code follows a clean architecture with modules for scenario detection (src/detector.ts), dialogue management (src/dialogue.ts), and report generation (src/reporter.ts). The bundle includes extensive documentation, unit tests, and data maintenance scripts that are entirely consistent with its stated purpose. Security best practices are observed, such as Markdown escaping in the report generator to prevent injection. No indicators of data exfiltration, unauthorized execution, or malicious prompt injection were found.
能力评估
Purpose & Capability
The name/description (a decision assistant based on Munger models) align with the code and docs: there are detectors, recommenders, dialogue and reporter modules and a rich model database. However the registry metadata says 'instruction-only' / 'no install spec' while the package includes 30+ source files, package.json/lock, scripts and data — that mismatch is unexpected and should be explained by the publisher.
Instruction Scope
SKILL.md describes only decision-assistant runtime behavior (scene detection, model recommendation, guided Q&A, Markdown report generation) and does not ask to read unrelated system state or credentials. The development section instructs running npm install and tests inside an agent workspace path (/root/.openclaw/...), which is a developer action but could be confusing if executed in a production agent environment.
Install Mechanism
The package has no declared install spec in the registry, yet SKILL.md and project files instruct running 'npm install' and tests. A package-lock.json is present. Running npm install pulls external packages and may run lifecycle scripts (postinstall, prepare) that execute arbitrary code — this is the main practical risk. The absence of a registry install spec but presence of code + package-lock is an inconsistency and increases the chance of accidental execution of third‑party code.
Credentials
The skill declares no required environment variables, credentials, or config paths, and the runtime instructions do not request secrets. That is proportionate to a local rule-based decision assistant. Still, because npm install is suggested, the package dependencies should be inspected for any modules that expect or leak credentials.
Persistence & Privilege
The skill does not request 'always: true' and keeps normal invocation defaults. Development docs show file operations within the skill directory (e.g., generating references/models.md, backups of SKILL.md) which are reasonable for a code project but you should confirm the skill will only write inside its own directory and not modify other skills or system-wide agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install munger-decision - 安装完成后,直接呼叫该 Skill 的名称或使用
/munger-decision触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
架构优化 + Bug修复 + 性能提升99.98% + 测试覆盖率93.84%
v1.2.0
12个核心思维模型 + AI场景识别 + 引导式分析。免费版,完整版83个模型见 https://gumroad.com/l/munger-decision
元数据
常见问题
Munger Decision 是什么?
Charlie Munger's mental model decision assistant. Analyzes your decision scenario, recommends the most relevant thinking models, and guides you through struc... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Munger Decision?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install munger-decision」即可一键安装,无需额外配置。
Munger Decision 是免费的吗?
是的,Munger Decision 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Munger Decision 支持哪些平台?
Munger Decision 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Munger Decision?
由 David(@cdz0451)开发并维护,当前版本 v1.3.0。
推荐 Skills