Install
openclaw skills install obsidian-sync-kbBuild 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.
openclaw skills install obsidian-sync-kbTurn an Obsidian 笔记同步助手 inbox into a local retrieval-ready knowledge base for OpenClaw.
Initialize the skill for a specific vault:
python3 scripts/setup_config.py --vault-root "/absolute/path/to/ClawVault"
The setup script writes scripts/config.yaml. You can also skip setup and set OBSIDIAN_SYNC_KB_VAULT=/absolute/path/to/ClawVault.
Build or refresh the index:
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
Query the inbox knowledge base:
python3 scripts/kb_tool.py query "怎么更好让 AI 做检索"
python3 scripts/kb_tool.py query "OpenClaw harness" --topic openclaw --format json
Promote and curate:
python3 scripts/kb_tool.py promote
python3 scripts/kb_tool.py star retrieval-rag --type topic
python3 scripts/kb_tool.py stats
obsidian:// references before external search.简要结论, 相关文章, 关键摘录, and 引用来源.bad_capture or needs_manual_access, make that explicit instead of treating it as a valid source.