Install
openclaw skills install @debtvc2022/obsidian-core-notesMaintain Obsidian vault core-file notes, topic synthesis notes, folder indexes, and graph links. Use when working in an Obsidian vault or document/code works...
openclaw skills install @debtvc2022/obsidian-core-notesKeep source files, generated .core.md notes, topic-level 专题综合.core.md notes, and Obsidian relationship indexes synchronized.
python <skill-dir>/scripts/obsidian_core_notes.py scan --root <vault-root> --json
.core.md for a non-Markdown source attachment.资料索引.md for navigation and direct source lists.专题综合.core.md only for high-value folders that can support V3-like synthesis..core.md note and nearest 资料索引.md in the same turn.python <skill-dir>/scripts/obsidian_core_notes.py refresh --root <vault-root>
refresh creates lightweight sidecars and indexes; it does not replace human/LLM synthesis for 专题综合.core.md.python <skill-dir>/scripts/obsidian_core_notes.py topic-candidates --root <vault-root> --json
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.md files should remain lightweight source maps unless the folder passes topic-synthesis screening.<!-- 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.references/topic-synthesis-core-notes.md before screening folders for V3-like 专题综合.core.md notes or rewriting many topic notes.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 topic-candidates: rank folders whose direct sources may justify V3-like 专题综合.core.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.If the user wants "像 V3 一样的专题综合", do not stop after refresh. refresh is a graph-maintenance pass; it can produce version/source statistics, but the V3-style note is a curated synthesis pass over selected folders.