将当前对话、项目资料、会议记录、技术排障、工作流经验或主题讨论整理成结构化 Obsidian 知识库笔记。适用于用户要求总结、沉淀、保存、写入或整理 Obsidian 文档,并需要 Properties、Key takeaway、摘要、结构化内容块、Key references 和文件引用。
Memory
Obsidian Sync KB
Try itBuild a searchable local knowledge base from an Obsidian vault's "笔记同步助手" inbox, then answer with citations, topic cards, update logs, and daily digests for...
What it does
Build a searchable local knowledge base from an Obsidian vault's "笔记同步助手" inbox, then answer with citations, topic cards, update logs, and daily digests for...
The skill document
Obsidian Sync KB
Turn an Obsidian 笔记同步助手 inbox into a local retrieval-ready knowledge base for OpenClaw.
Setup
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.
Commands
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
Behavior
- Treat the synced inbox as read-only source material.
- Build normalized docs, chunks, topic cards, update logs, and a daily change digest.
- Prefer source notes, original URLs, and
obsidian://references before external search. - Return
简要结论,相关文章,关键摘录, and引用来源. - Every citation must include the Obsidian path and original URL when available.
- If a hit is a
bad_captureorneeds_manual_access, make that explicit instead of treating it as a valid source.
Related skills
知识库同步助手。在本地笔记目录与云端知识库(IMA / 腾讯乐享 / 通用 API)之间做增量同步,支持双向 diff、冲突检测、变更预览。当用户需要"把我的笔记同步到知识库""更新云端文档""本地和云端对一下"时调用。
Manage an Obsidian-based personal knowledge base (wiki) with strict ingestion, query, lint, reflect, merge, and system maintenance protocols. Trigger on inge...
Obsidian 多端同步引擎,解决 iCloud/Dropbox 同步冲突、插件配置漂移、`.obsidian/` 目录混乱、 移动端笔记丢失四大痛点。支持 Git 同步、选择性同步、冲突自愈与配置版本化。 核心能力: - 同步方案选型:Git(推荐)/ iCloud / Dropbox / Syncthing...
Write structured entries into an Obsidian daily note vault. Use when the user sends text, links, or content to be recorded, including research notes, task su...
Obsidian 知识库(vault)管理专家,基于 `obsidian-cli` 操作本地 Markdown 笔记。聚焦多库管理、 安全重构(移动/改名不断链)、附件治理、跨库搜索,让笔记系统长期保持井井有条。 核心能力: - 多库发现与切换:自动识别系统中的所有 vault,按需切换默认库 - 安全重构:`m...