obsidian-vault-maintainer

Maintain an Obsidian-compatible memory wiki vault with wikilinks, frontmatter, and CLI integration.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill obsidian-vault-maintainer-amirulandalib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-vault-maintainer
Source: https://github.com/AmirulAndalib/Vilvona-AI/tree/main/extensions/memory-wiki/skills/obsidian-vault-maintainer
Command: npx skills add https://github.com/AmirulAndalib/Vilvona-AI --skill obsidian-vault-maintainer-amirulandalib

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping a memory wiki vault consistent with Obsidian conventions is error-prone: broken wikilinks, missing frontmatter, and unsafe renames can silently corrupt a personal knowledge base. This Skill ensures the vault stays Obsidian-friendly and that the official Obsidian CLI is used correctly when available. ## Core Features & Use Cases - Vault Mode Verification: Runs openclaw wiki status and openclaw wiki obsidian status to confirm the render mode and CLI availability before acting. - Obsidian CLI Helpers: Prefers dedicated commands like openclaw wiki obsidian search, openclaw wiki obsidian open, openclaw wiki obsidian command, and openclaw wiki obsidian daily over raw shell operations. - Safe Vault Hygiene: Enforces [[Wikilinks]], stable filenames, Dataview-compatible frontmatter, and deterministic generated sections so handwritten notes coexist safely. - Use Case: A user syncing their AI memory wiki into Obsidian asks the assistant to add a new note; the Skill checks CLI availability, creates the note with proper frontmatter and wikilinks, and avoids destructive renames without a link-repair plan. ## Quick Start Ask the assistant to check the memory wiki vault status and add a new Obsidian-compatible note with wikilinks and frontmatter.

Frequently Asked Questions about obsidian-vault-maintainer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make a memory wiki vault compatible with Obsidian?

Use [[Wikilinks]] for internal references, keep filenames stable, and add frontmatter that works with Obsidian dashboards and Dataview queries. Start by running openclaw wiki status to confirm the vault render mode is set to obsidian.

How do I check if the official Obsidian CLI is available?

Run openclaw wiki obsidian status before shelling out to any CLI commands. Never assume the Obsidian app is installed, running, or configured; always probe first before depending on CLI helpers.

What commands does the Obsidian CLI integration support?

The integration provides dedicated helpers: openclaw wiki obsidian search, openclaw wiki obsidian open, openclaw wiki obsidian command, and openclaw wiki obsidian daily. Prefer these over raw shell operations when the CLI is enabled.

Can I rename notes in an Obsidian vault without breaking links?

Avoid destructive renames unless you also have a link-repair plan, since wikilinks reference note names directly. Stable filenames are the recommended default to keep the vault consistent.

Will generated wiki sections overwrite my handwritten Obsidian notes?

No, generated sections are kept deterministic so Obsidian users can safely add handwritten notes around them. This separation prevents automated updates from clobbering manual edits.