一键导入
vault-memory
Treat the Obsidian vault as operational memory, not just note storage. Focus on retrieval quality, metadata integrity, and safe consolidation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Treat the Obsidian vault as operational memory, not just note storage. Focus on retrieval quality, metadata integrity, and safe consolidation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Advanced Obsidian knowledge management using callouts, properties, and wikilinks. Aligned with the Gold Standard.
Write X/Twitter posts, tweet drafts, shitposts, and short threads for engineering or startup topics. Use this when the user asks for a tweet, X post, shitpost, post draft, or wants social copy for Twitter/X. Always return 3 distinct variants, each inside its own code block, unless the user explicitly asks for one.
Send messages to Discord channels via webhook or bot
Where logs live and when to write them — errors, daily, system
Write and publish tech articles to Dev.to.
Modify your own source code, understand project structure, add new features.
| name | vault-memory |
| description | Treat the Obsidian vault as operational memory, not just note storage. Focus on retrieval quality, metadata integrity, and safe consolidation. |
| metadata | {"version":"1.0.0","author":"openclawgotchi","capabilities":["retrieval","memory-integrity","obsidian","knowledge-recall"],"openclaw":{"emoji":"🧠","always":false}} |
Use this skill when the task is about remembering, recalling, organizing, deduplicating, or validating project knowledge stored in .workspace/knowledge/.
This skill is about memory quality, not visual note polish.
Treat the vault as four layers:
inbox/ - raw intake lognotes/ - atomic working knowledgeprojects/ and topics/ - hub/index layerIf recall is poor, first inspect layer 4 before rewriting layer 2.
Every operational note should have:
idtypenote_typecreatedsourceprojecttopicstatustagsAnd these must stay consistent:
status must match a status/* tag if such tags are usedproject should match the linked project hub when obvioustopic should match the linked topic hub when obviousWhen writing or updating notes, optimize for future retrieval:
Before creating a new note:
Audit:
Recall test:
Repair:
Consolidate:
Use these scripts when available:
python3 scripts/vault_audit.pypython3 scripts/vault_recall.py "query"The audit script is for integrity and duplicate signals. The recall script is for testing whether real user phrasing can find the right notes.