obsidian-vault-maintainer

Organize Obsidian vaults with Wikilinks, frontmatter, and CLI detection.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/frankhli843/gemmahermes --skill obsidian-vault-maintainer-frankhli843
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian-vault-maintainer
Source: https://github.com/frankhli843/gemmahermes/tree/main/extensions/memory-wiki/skills/obsidian-vault-maintainer
Command: npx skills add https://github.com/frankhli843/gemmahermes --skill obsidian-vault-maintainer-frankhli843

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains an Obsidian-friendly memory wiki vault by ensuring Wikilinks, frontmatter compatibility, and Obsidian CLI awareness.

Core Features & Use Cases

  • Check vault mode with life-cycle status commands to confirm Obsidian rendering mode and the presence of the official Obsidian CLI.
  • Use openclaw wiki obsidian status and related helpers like openclaw wiki obsidian search, open, command, and daily to perform targeted wiki operations.
  • Favor Obsidian-friendly formatting: Wikilinks, stable filenames, and frontmatter compatible with Obsidian dashboards and Dataview-style queries.
  • Generate content deterministically so Obsidian users can safely add handwritten notes around generated sections.
  • Probe the Obsidian CLI when available before relying on it, and avoid assuming the app is installed or configured.
  • Avoid destructive renames unless a link-repair plan is in place.

Quick Start

Check the vault status and then run the Obsidian-specific wiki actions to manage your memory vault.

Frequently Asked Questions about obsidian-vault-maintainer

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

FAQPage Schema
How do I maintain an Obsidian vault with Wikilinks and frontmatter automatically?

Obsidian vault maintenance is handled by coordinating vault mode checks and CLI detection, ensuring Wikilinks, stable filenames, and frontmatter compatibility for seamless Obsidian rendering and Dataview queries.

What's the best way to organize a memory wiki vault for Obsidian Dataview queries?

Organizing a memory wiki vault for Dataview requires deterministic content generation with frontmatter compatibility, so Obsidian users can safely add handwritten notes around generated sections without breaking query structures.

Does the Obsidian CLI need to be installed before managing a wiki vault?

The Obsidian CLI does not need to be pre-installed; the Skill probes for the CLI before use and avoids assuming the app is installed or configured, ensuring safe operation without dependencies.

How do I check if my Obsidian vault is in the correct rendering mode?

Checking Obsidian vault rendering mode uses life-cycle status commands to confirm the vault's mode and detect the presence of the official Obsidian CLI for targeted wiki operations.

Why does my Obsidian vault rename break Wikilinks, and how can I avoid it?

Vault renames break Wikilinks when no link-repair plan exists; the Skill avoids destructive renames unless a link-repair plan is in place, ensuring stable filenames and deterministic output.

Can I safely add handwritten notes to a generated Obsidian memory wiki?

Handwritten notes can be safely added because content is generated deterministically, allowing Obsidian users to layer personal annotations around generated sections without risking overwrites or structural conflicts.