Install
openclaw skills install @dr-xiaoming/openclaw-obsidian-vault-syncConnect an OpenClaw workspace to an Obsidian vault and maintain a structured knowledge sync workflow. Use when setting up Obsidian integration, linking a vault into the workspace, organizing notes into reusable folders, syncing user, profile, org, methodology, and journal content into markdown files, or teaching other OpenClaw agents how to persist working context into Obsidian. Covers symlink-based vault connection, note placement rules, daily journal sync, and mirroring OpenClaw self-knowledge into Obsidian.
openclaw skills install @dr-xiaoming/openclaw-obsidian-vault-syncUse this skill to connect OpenClaw with an Obsidian vault and keep knowledge organized as markdown files that humans and agents can both reuse.
Treat obsidian/ in the workspace as the vault entrypoint.
Preferred setup on macOS:
ln -s "/absolute/path/to/your/Obsidian/Vault" ./obsidian
This keeps OpenClaw operating inside the workspace while writing directly into the real vault.
Use a stable folder taxonomy. Current proven structure:
00-人物/ — people profiles, role cards, relationship context, resume variants10-组织/ — org structures, team maps, stakeholder context20-方法论/ — reusable frameworks, SOPs, evaluation logic, decision rules30-日志/ — daily journals and chronological work summaries90-OpenClaw/ — mirrored agent operating context (AGENTS.md, USER.md, MEMORY.md, etc.)Do not dump everything into one folder. Prefer one note = one durable topic.
Use for:
Typical examples:
00-人物/佘金明.md00-人物/章东丞.md00-人物/佘金明-工作画像.mdUse for:
Typical example:
10-组织/BlueFocus-宁德时代项目组.mdUse for:
Typical examples:
20-方法论/AI助理-评估与运营改进框架.md20-方法论/AI助理运营阶段性汇报-3月9日上线至今.mdUse for:
Typical example:
30-日志/YYYY-MM-DD.mdMirror key workspace files into 90-OpenClaw/ when you want the Obsidian vault to contain the agent's operating context.
Typical files:
AGENTS.mdSOUL.mdUSER.mdMEMORY.mdTOOLS.mdHEARTBEAT.mdAsk:
Prefer sections like:
30-日志/00-人物/, 10-组织/, 20-方法论/When asked to write a daily journal:
30-日志/YYYY-MM-DD.md.Use when you want the vault to preserve the agent’s own operating documents.
Mirror from workspace root into obsidian/90-OpenClaw/:
AGENTS.mdBOOTSTRAP.md if still relevantIDENTITY.mdSOUL.mdUSER.mdMEMORY.mdTOOLS.mdHEARTBEAT.mdThis is useful for:
After setup or sync, verify:
ls -la ./obsidian
find -L ./obsidian -maxdepth 3 -type f | sort | sed -n '1,50p'
Confirm:
obsidian/ exists and points to the real vault or is a real folderreferences/structure.mdreferences/workflow.mdreferences/examples.md