Build a searchable local knowledge base from an Obsidian vault's "笔记同步助手" inbox, then answer with citations, topic cards, update logs, and daily digests for OpenClaw. Use when users want to structure synced Obsidian notes into a retrieval-ready knowledge base.
将 Obsidian 笔记同步助手 收件箱转换为 OpenClaw 可用的本地检索知识库。
为特定仓库初始化技能:
bash
python3 scripts/setup_config.py --vault-root /绝对/路径/到/ClawVault
设置脚本会写入 scripts/config.yaml。你也可以跳过设置,直接设置 OBSIDIANSYNCKB_VAULT=/绝对/路径/到/ClawVault。
构建或刷新索引:
bash
python3 scripts/kb_tool.py build-index
python3 scripts/kb_tool.py build-index --force-full-rescan
python3 scripts/kb_tool.py build-index --disable-network
查询收件箱知识库:
bash
python3 scripts/kb_tool.py query 怎么更好让 AI 做检索
python3 scripts/kb_tool.py query OpenClaw harness --topic openclaw --format json
提升与策展:
bash
python3 scripts/kb_tool.py promote
python3 scripts/kb_tool.py star retrieval-rag --type topic
python3 scripts/kb_tool.py stats
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 obsidian-sync-kb-1775979552 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 obsidian-sync-kb-1775979552 技能
skillhub install obsidian-sync-kb-1775979552
文件大小: 30.09 KB | 发布时间: 2026-4-13 11:15