Install
openclaw skills install obsidian-core-notesMaintain Obsidian vault core-file sidecar notes and relationship indexes. Use when working in an Obsidian vault or document/code workspace and creating, editing, moving, renaming, deleting, scanning, summarizing, or organizing files that may need synchronized `.core.md` notes, `资料索引.md` folder indexes, and wikilink relationships for Obsidian graph view.
openclaw skills install obsidian-core-notesKeep source files, generated .core.md notes, and Obsidian relationship indexes synchronized.
python <skill-dir>/scripts/obsidian_core_notes.py scan --root <vault-root> --json
.core.md note and nearest 资料索引.md in the same turn.python <skill-dir>/scripts/obsidian_core_notes.py refresh --root <vault-root>
python <skill-dir>/scripts/obsidian_core_notes.py validate --root <vault-root>
python <skill-dir>/scripts/obsidian_core_notes.py clean-generated --root <vault-root>
<source filename>.core.md.资料索引.md; put the workspace entrypoint in 核心文件索引.md.<!-- CORE_FILE_NOTE_V1 --><!-- CORE_FOLDER_INDEX_V1 --><!-- CORE_WORKSPACE_INDEX_V1 -->references/core-file-rules.md before changing core-file classification.references/obsidian-linking.md before changing note names, tags, markers, or relationship link conventions.scripts/obsidian_core_notes.py scan: count core candidates and summarize scope.scripts/obsidian_core_notes.py refresh: create or update .core.md, 资料索引.md, and 核心文件索引.md.scripts/obsidian_core_notes.py validate: verify generated marker counts and common corruption patterns.scripts/obsidian_core_notes.py clean-generated: remove only files with generated markers.