obsidian

Read, search, and edit Obsidian notes in local vault folders.

11|Updated May 17, 2026
One-click install
npx skills add https://github.com/StarryCod/cogitum --skill obsidian-starrycod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/StarryCod/cogitum/tree/main/cogitum/data/skills/note-taking/obsidian
Command: npx skills add https://github.com/StarryCod/cogitum --skill obsidian-starrycod

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian Vault work is simplified: reading, searching, and editing notes across your vault without switching apps.

Core Features & Use Cases

  • Read and view notes by file path or vault-wide search.
  • Search inside notes for keywords or patterns, and navigate to relevant headings.
  • Create, append, or update notes; link notes with wikilinks to maintain internal structure.
  • Use in real-world workflows like quickly updating meeting notes, organizing research, or maintaining a personal knowledge base.

Quick Start

Use Obsidian Vault skill to read a note located at Vault/Projects/Planning.md and display its content.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search and read Obsidian notes stored in nested folders?

You can search and read Obsidian notes in nested folders by using vault-wide search and explicit file path resolution to locate and display markdown content directly from the local filesystem.

What is the best way to update meeting notes in an Obsidian vault without switching apps?

The best way to update meeting notes in an Obsidian vault is using file read, write, and patch operations for safe, deterministic edits that append or modify content directly on the local filesystem.

Does this approach support navigating backlinks and wikilinks across a knowledge base?

Yes, navigating backlinks and wikilinks is supported across a knowledge base, allowing you to link notes with wikilinks to maintain internal structure and rapidly navigate related content.

Can I edit markdown notes in an Obsidian vault using local file operations?

Yes, you can edit markdown notes in an Obsidian vault using local file operations, relying on read, write, and patch actions with explicit vault path resolution to ensure safe, deterministic content updates.

What are the limitations of searching and editing notes directly on the local filesystem?

A key limitation of searching and editing notes directly on the local filesystem is that it requires explicit vault path resolution for safe, deterministic edits, meaning operations are bound strictly to local file read and write actions.