Install
openclaw skills install munger-decision-freeCharlie Munger's mental model decision assistant. Analyzes your decision scenario, recommends the most relevant thinking models, and guides you through structured analysis. Free version includes 12 core models. Use when: making investment, product, strategy, or life decisions. NOT for: general Q&A or information lookup.
openclaw skills install munger-decision-free将查理·芒格的核心思维模型转化为可执行的决策工具。
当前版本: 免费版(12 个核心模型)
完整版: 83 个模型 + 83 个详细文档(即将推出)
# 开始决策分析
/munger analyze 是否应该投资中宠股份
# 查看所有模型
/munger models
# 查看历史记录
/munger history
import { assistant } from './src/index';
// 开始分析
const response = await assistant.startAnalysis('session-123', '是否应该投资中宠股份');
console.log(response);
// 处理回答
const next = await assistant.handleAnswer('session-123', '7分,我对行业有一定了解');
console.log(next);
src/
├── index.ts # 主入口
├── detector.ts # 场景识别器
├── recommender.ts # 模型推荐引擎
├── dialogue.ts # 对话管理器
├── reporter.ts # 报告生成器
└── types.ts # 类型定义
data/
└── munger-knowledge.js # 12 个核心模型库
用户输入
↓
场景识别(detector)
↓
模型推荐(recommender)
↓
多轮对话(dialogue)
↓
报告生成(reporter)
npm test
核心问题: 用户真正需要什么?
设计推导:
什么会导致失败?
我们擅长:
完整版将包含:
敬请期待!
MIT
开发者: edu-dev
版本: v1.2.0-free
日期: 2026-03-29