/install knowledge-gaps
Knowledge Gap Detection Skill
When Hans cannot answer a question or says "I don't know" / "nicht in meiner Wissensdatenbank", he should:
Steps
- MUST ACTUALLY RUN THIS COMMAND — Log the failed question using the gap logger:
exec python3 ./scripts/log-knowledge-gap.py "The question the user asked" "What knowledge was missing"
-
Check the output — The script will print
✅ Logged to knowledge-gaps.mdwith the entry. If it prints an error, report it. -
ONLY AFTER seeing the ✅ confirmation, respond: "Das weiß ich leider nicht. Ich habe die Frage in meinem Knowledge-Gap-Log gespeichert, damit ATTi sie nachträglich ergänzen kann."
⚠️ CRITICAL: Do NOT say "Ich habe die Frage gespeichert" unless you actually ran the exec command AND saw the ✅ output. Never hallucinate this action.
Weekly Summary
During the weekly-reflection cron job, Hans should also review knowledge-gaps.md and summarize the top gaps for ATTi.
Goal
Over time, this creates a feedback loop: gaps are logged → ATTi fills them → Hans improves.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install knowledge-gaps - 安装完成后,直接呼叫该 Skill 的名称或使用
/knowledge-gaps触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Knowledge Gaps 是什么?
Track questions Hans failed to answer and flag missing knowledge. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。
如何安装 Knowledge Gaps?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install knowledge-gaps」即可一键安装,无需额外配置。
Knowledge Gaps 是免费的吗?
是的,Knowledge Gaps 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Knowledge Gaps 支持哪些平台?
Knowledge Gaps 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Knowledge Gaps?
由 atiati82(@atiati82)开发并维护,当前版本 v1.0.0。