← 返回 Skills 市场
92
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install knowledge-explainer
功能描述
知识点原子化拆解与专业讲解技能。将任意知识点拆解为不可再分的原子概念,按依赖关系排序, 逐个进行包含定义、公式、推导、定量分析、常见误区辨析的专业讲解,最终串联回原始问题给出完整回答。 适用于:学科教学、概念梳理、备课、自学、知识体系构建。 Triggers: 讲解、解释、拆解概念、原子概念、知识体系、知识点分析...
使用说明 (SKILL.md)
\r \r
Knowledge Explainer — 知识点原子化讲解\r
\r
目的\r
\r 将任意知识点拆解为不可再分的原子概念,按认知依赖关系排序,对每个原子概念进行专业级讲解(定义、公式、推导、定量分析、误区辨析),最终从原子概念推导回原始问题的完整解答。\r \r
工作流程\r
\r
Step 1: 确定知识点与边界\r
\r
- 明确要讲解的知识点\r
- 确定学科领域(物理、数学、化学、经济、计算机等)\r
- 确定讲解深度:入门 / 大学 / 研究生 / 专业\r
- 确定是否需要前置知识(如有,先简要说明)\r \r
Step 2: 原子概念拆解\r
\r 将知识点分解为不可再分的最小概念单元。每个原子概念必须满足:\r \r
- 不可再分性:无法在不丢失含义的前提下进一步拆分\r
- 独立性:每个概念自身含义完整\r
- 必要性:缺少任何一个都会导致知识点不完整\r \r 输出为原子概念表:\r \r
| # | 原子概念 | 定义(一句话精确表述) |\r
|---|---------|----------------------|\r
| ① | ... | ... |\r
```\r
\r
标注概念间的依赖关系链:① → ② → ③...(必须按顺序理解)\r
\r
### Step 3: 逐个原子概念专业讲解\r
\r
对每个原子概念按以下结构讲解:\r
\r
#### 3.1 定义\r
\r
- 精确的形式化定义\r
- 国际单位制单位和量纲\r
- 适用条件和边界\r
\r
#### 3.2 数学表达\r
\r
- 核心公式(使用 LaTeX 格式)\r
- 变量说明表(符号、名称、单位、取值范围)\r
- 公式的推导过程(非直接给出,要从更基础的原理推导)\r
\r
#### 3.3 物理直觉 / 逻辑直觉\r
\r
- 用类比或直觉解释为什么公式长这样\r
- 量级估算:给出具体数值帮助建立直觉\r
- 极端情况分析:公式在某些极限下是否退化到已知结论\r
\r
#### 3.4 常见误区\r
\r
- 列出 2-3 个最常见的误解\r
- 给出正确表述和错误表述的对比\r
- 解释误区产生的原因\r
\r
### Step 4: 概念间关联\r
\r
- 明确原子概念之间的逻辑关系(推导、并列、因果)\r
- 用公式推导链连接相邻概念\r
- 标注哪些概念可以推广到更广泛的领域\r
\r
### Step 5: 串联回原始问题\r
\r
从第一个原子概念出发,沿依赖链逐步推导,最终回到原始问题并给出完整、严谨的解答。\r
\r
**要求:**\r
- 推导链完整,不得跳跃\r
- 最终结论用一段精确的总结陈述\r
- 可选:给出该知识点的延伸方向(更高阶的相关理论)\r
\r
## 输出格式\r
\r
整个讲解输出为结构化 Markdown 文档:\r
\r
```markdown\r
# [知识点标题]\r
\r
## 1. 原子概念拆解\r
[原子概念表 + 依赖关系]\r
\r
## 2. 逐个原子概念讲解\r
### ① [概念名]\r
[定义 + 数学表达 + 直觉 + 误区]\r
### ② [概念名]\r
...\r
\r
## 3. 串联:从原子概念回到完整问题\r
[推导链 + 最终结论]\r
\r
## 4. 延伸(可选)\r
[更高阶理论方向]\r
```\r
\r
## 质量标准\r
\r
- **定义精确**:不使用模糊表述,优先使用形式化语言\r
- **公式完备**:关键结论必须有公式支撑,不是定性描述\r
- **推导可验证**:每一步推导都可以独立验证\r
- **误区有根有据**:误区不是臆造的,必须基于真实的学习痛点\r
- **量级具体**:给出具体数值而非"很大""很小"\r
- **边界明确**:说明公式/理论的适用范围和失效条件\r
\r
## 跨领域适配\r
\r
不同学科领域的讲解侧重点调整:\r
\r
| 领域 | 侧重 |\r
|------|------|\r
| 物理 | 公式推导 + 极端情况 + 物理直觉 |\r
| 数学 | 严格证明 + 反例 + 推广 |\r
| 化学 | 分子机制 + 反应方程 + 实验现象 |\r
| 经济 | 模型假设 + 均衡分析 + 现实偏离 |\r
| 计算机 | 算法复杂度 + 正确性证明 + 工程权衡 |\r
| 生物 | 机制 + 实验证据 + 进化逻辑 |\r
\r
## 不适用场景\r
\r
- 纯观点讨论(无明确知识点)\r
- 超出当前学科共识的前沿问题\r
- 需要实时数据或实验验证的问题\r
安全使用建议
This skill appears coherent and low-risk to install: it only contains instructions for producing structured, formal explanations and asks for no credentials or installs. Before using its outputs for high-stakes decisions (engineering designs, medical, legal, safety-critical proofs), independently verify formulas, derivations, and numeric estimates — language models can still make errors or present plausible-sounding but incorrect derivations. If you prefer to prevent autonomous runs, you can disable autonomous invocation at the agent level even though the skill itself is harmless.
功能分析
Type: OpenClaw Skill
Name: knowledge-explainer
Version: 1.0.0
The skill bundle is a structured prompt template designed to guide an AI agent in breaking down and explaining complex academic or technical concepts into atomic components. It contains no executable code, network requests, or instructions that could lead to data exfiltration or unauthorized access. The content in SKILL.md is entirely focused on educational methodology and formatting standards.
能力评估
Purpose & Capability
The name/description (atomic decomposition and professional explanations of knowledge points) directly match the SKILL.md workflow. There are no unrelated requirements (no binaries, env vars, or installs) that would be inconsistent with a pedagogical/explanatory skill.
Instruction Scope
SKILL.md strictly prescribes how to decompose concepts, produce formal definitions, derivations, numeric estimates, and common-misconception notes, and to output structured Markdown/LaTeX. It does not instruct the agent to read user files, access environment variables, contact external endpoints, or perform actions outside producing explanatory text.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes filesystem/network footprint and there is nothing being downloaded or written by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. The instructions also do not reference secrets or external services, so requested access is proportional to the stated purpose.
Persistence & Privilege
always:false (not force-included). disable-model-invocation:false (normal — allows autonomous invocation) but this is not combined with broad credential access or other risky behavior, so its privilege level is appropriate.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install knowledge-explainer - 安装完成后,直接呼叫该 Skill 的名称或使用
/knowledge-explainer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the "knowledge-explainer" skill for systematic, atomic-level breakdown and expert explanation of any knowledge point.
- Supports step-wise decomposition into indivisible concepts, with definitions, formulas, derivations, quantitative analysis, and common misconceptions.
- Outputs fully structured Markdown documents, including atomic concept tables, formula derivations, misinterpretation analysis, and end-to-end logical explanations.
- Adapts explanation focus based on discipline (e.g., physics, mathematics, computer science) with domain-specific priorities.
- Includes clear criteria for precision, rigor, and applicability; notes scenarios not suitable for this skill.
元数据
常见问题
Knowledge Explainer 是什么?
知识点原子化拆解与专业讲解技能。将任意知识点拆解为不可再分的原子概念,按依赖关系排序, 逐个进行包含定义、公式、推导、定量分析、常见误区辨析的专业讲解,最终串联回原始问题给出完整回答。 适用于:学科教学、概念梳理、备课、自学、知识体系构建。 Triggers: 讲解、解释、拆解概念、原子概念、知识体系、知识点分析... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 92 次。
如何安装 Knowledge Explainer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install knowledge-explainer」即可一键安装,无需额外配置。
Knowledge Explainer 是免费的吗?
是的,Knowledge Explainer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Knowledge Explainer 支持哪些平台?
Knowledge Explainer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Knowledge Explainer?
由 波动几何(@wangjiaocheng)开发并维护,当前版本 v1.0.0。
推荐 Skills