Openclaw obsidian-vault-maintainer
Maintain an Obsidian-friendly memory wiki vault with wikilinks, frontmatter, and official Obsidian CLI awareness.
install
source · Clone the upstream repo
git clone https://github.com/openclaw/openclaw
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/openclaw "$T" && mkdir -p ~/.claude/skills && cp -r "$T/extensions/memory-wiki/skills/obsidian-vault-maintainer" ~/.claude/skills/openclaw-openclaw-obsidian-vault-maintainer && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/openclaw "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/extensions/memory-wiki/skills/obsidian-vault-maintainer" ~/.openclaw/skills/openclaw-openclaw-obsidian-vault-maintainer && rm -rf "$T"
manifest:
extensions/memory-wiki/skills/obsidian-vault-maintainer/SKILL.mdsource content
Use this skill when the memory-wiki vault render mode is
obsidian or the user wants the wiki to play nicely with Obsidian.
- Start from
to confirm the vault mode and whether the official Obsidian CLI is available.openclaw wiki status - Use
before shelling out, then prefer the dedicated helpers likeopenclaw wiki obsidian status
,openclaw wiki obsidian search
,openclaw wiki obsidian open
, andopenclaw wiki obsidian command
.openclaw wiki obsidian daily - Prefer
, stable filenames, and frontmatter that works with Obsidian dashboards and Dataview-style queries.[[Wikilinks]] - Keep generated sections deterministic so Obsidian users can safely add handwritten notes around them.
- If the official Obsidian CLI is enabled, probe it before depending on it. Do not assume the app is installed, running, or configured.
- Avoid destructive renames unless you also have a link-repair plan.