Maintain Clawdbot's compounding knowledge graph under life/areas/** by adding/superseding atomic facts (items.json), regenerating entity summaries (summary.md), and keeping IDs consistent. Use when you need deterministic updates to the knowledge graph rather than manual JSON edits.
使用附带的Python脚本安全地更新life/areas/。
添加新事实:
bash
python3 skills/knowledge-graph/scripts/kg.py add \
--entity people/safa \
--category status \
--fact 在树莓派上运行Clawdbot \
--source conversation
取代旧事实(将旧事实标记为已取代 + 创建新事实):
bash
python3 skills/knowledge-graph/scripts/kg.py supersede \
--entity people/safa \
--old safa-002 \
--category status \
--fact 将Clawdbot从树莓派迁移到Mac mini
根据活跃事实重新生成实体摘要:
bash
python3 skills/knowledge-graph/scripts/kg.py summarize --entity people/safa
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 knowledge-graph-1776282619 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 knowledge-graph-1776282619 技能
skillhub install knowledge-graph-1776282619
文件大小: 3.67 KB | 发布时间: 2026-4-16 16:22