obsidian

Manage Obsidian vault notes with YAML frontmatter and wiki-link updates.

1|Updated Dec 7, 2025
One-click install
npx skills add https://github.com/CoachSteff/superskills --skill obsidian-coachsteff
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/CoachSteff/superskills/tree/main/superskills/obsidian
Command: npx skills add https://github.com/CoachSteff/superskills --skill obsidian-coachsteff

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Filesystem-based Obsidian vault manager that reads, writes, searches, and organizes Markdown notes directly from the file system without requiring Obsidian plugins or REST APIs.

Core Features & Use Cases

  • Full CRUD operations for notes with YAML frontmatter
  • Hierarchical tag support and hub-note creation for content organization
  • Auto-update of wiki links when notes are moved or renamed

Quick Start

Initialize the client with your vault path and run a basic list operation to verify setup.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage Obsidian vault notes from the filesystem without plugins?

You can manage Obsidian vault notes directly from the filesystem to read, write, search, and organize Markdown without requiring Obsidian plugins or REST APIs, enforcing YAML frontmatter and hierarchical tags automatically.

What happens to wiki-links when I move or rename Markdown files in an Obsidian vault?

When you move or rename Markdown files in an Obsidian vault via filesystem operations, wiki-links are automatically updated to prevent broken references and maintain your personal knowledge management network.

How do I organize Obsidian tags and create hub-notes for personal knowledge management?

To organize Obsidian tags and create hub-notes for personal knowledge management, apply a hierarchical tag taxonomy and generate hub-notes directly through filesystem operations to structure your vault content.

Does filesystem-based vault management require any Obsidian REST APIs?

Filesystem-based vault management does not require Obsidian REST APIs or plugins, operating directly on local Markdown files to enforce YAML frontmatter and execute safe read and write modes.

How do I add YAML frontmatter to Markdown notes in an Obsidian vault?

You can add YAML frontmatter to Markdown notes in an Obsidian vault by using filesystem-based write operations that automatically enforce frontmatter structure for consistent metadata across your notes.

Are there limitations to managing Obsidian vaults strictly from the filesystem?

Managing Obsidian vaults strictly from the filesystem means you bypass Obsidian's native plugin ecosystem, relying entirely on safe read/write modes and filesystem operations for tasks like searching and linking.