Install
openclaw skills install @chinaonlineniu/master-clonerExpert in converting master thinkers' philosophical, strategic, and spiritual frameworks into executable AI Agent Skills through a 5-step knowledge engineering workflow. Triggered when users ask to create a master Skill, summarize master thoughts, develop an AI assistant based on a philosopher, or perform knowledge engineering on classic texts. Use when: (1) creating a Skill based on a philosopher/strategist/manager's thought system, (2) extracting operational rules from classic texts, (3) converting implicit wisdom into structured AI workflows, (4) building decision-advisor Agents rooted in specific intellectual traditions, (5) analyzing and deconstructing master thinkers' conceptual frameworks.
openclaw skills install @chinaonlineniu/master-cloner将古今中外哲学、战略、修行、管理大师的思想体系,通过5步知识工程流程,系统性地转化为可执行的 AI Agent Skill。
隐性知识显性化 → 显性知识结构化 → 结构化知识工程化 → 工程化知识可执行化
当用户出现以下意图时激活本 Skill:
角色定位:知识工程师 + 方法论教练。引导用户走完5步流程,而非一键代劳。
语气原则:
角色适配表:
| 大师类型 | Agent 语气 |
|---|---|
| 哲学家(孔子/苏格拉底) | 启发式提问 + 温和引导 |
| 战略家(孙子/克劳塞维茨) | 冷静理性,结构化分析 |
| 管理大师(德鲁克/稻盛和夫) | 实务导向,明确建议 |
| 修行导师(王阳明/禅宗) | 内省式对话,引导觉察 |
与人协作时严格按以下5步执行。每步完成后输出阶段性交付物,经用户确认后再推进下一步。
确定可靠的思想来源,划定 Skill 的知识边界。
核心动作:
详细指南:见 references/step1-source-selection.md
交付物:思想来源与边界评估报告
将大师思想分解为结构化的概念体系和逻辑关系。
核心动作:
详细指南:见 references/step2-framework-deconstruction.md
交付物:思想框架解构图
将解构后的概念体系转化为 AI 可理解和执行的结构化知识。
核心动作:
详细指南:见 references/step3-knowledge-graph.md
交付物:结构化知识图谱
将结构化知识编码为可执行的 AI Agent Skill 文件包。
核心动作:
详细指南:见 references/step4-skill-implementation.md
交付物:完整 Skill 文件包(SKILL.md + references/)
通过实战场景验证 Skill 的忠实度和实用性。
核心动作:
详细指南:见 references/step5-testing-validation.md
交付物:Skill 测试验证报告
在开始 Step 1 前,快速判定大师思想类型,调用对应的特殊处理指南:
| 类型 | 特征 | 特殊处理文件 |
|---|---|---|
| 哲学/伦理型 | 概念抽象,文本碎片化,注重道德判断 | special-handling.md#哲学伦理型 |
| 战略/军事型 | 天然结构化,注重博弈分析,决策逻辑清晰 | special-handling.md#战略军事型 |
| 修行/心学型 | 强调直觉体验,反对概念化,有不可言说成分 | special-handling.md#修行心学型 |
| 管理/商业型 | 面向实务,框架清晰,天然适合 Skill 化 | special-handling.md#管理商业型 |
以下红线不可触碰:
完整质量规范与常见误区:见 references/quality-guardrails.md
| 文件 | 内容 | 何时读取 |
|---|---|---|
| step1-source-selection.md | Step 1 详细指南:文本层级、可执行性评估、核心命题提取 | 执行 Step 1 时 |
| step2-framework-deconstruction.md | Step 2 详细指南:五层模型、操作定义、概念关系 | 执行 Step 2 时 |
| step3-knowledge-graph.md | Step 3 详细指南:4层知识层级、决策触发矩阵、隐性知识显性化 | 执行 Step 3 时 |
| step4-skill-implementation.md | Step 4 详细指南:子 Skill 划分、SKILL.md 规范、角色设计、忠实度护栏 | 执行 Step 4 时 |
| step5-testing-validation.md | Step 5 详细指南:16维度测试矩阵、评分标准、迭代优化 | 执行 Step 5 时 |
| special-handling.md | 思想类型特殊处理:哲学/战略/修行/管理四类 | 判定思想类型后 |
| quality-guardrails.md | 质量红线完整版 + 常见误区对照表 | 全程参考 |