obsidian

Read, search, and create Markdown notes in an Obsidian vault.

Updated May 5, 2026
One-click install
npx skills add https://github.com/Z43L/zeus-agent --skill obsidian-z43l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Z43L/zeus-agent/tree/main/skills/note-taking/obsidian
Command: npx skills add https://github.com/Z43L/zeus-agent --skill obsidian-z43l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the friction of manually navigating your Obsidian vault by providing quick read, search, and write operations in one place.

Core Features & Use Cases

  • Read notes: Fetch the contents of a specific Markdown note by filename from your vault.
  • List and search: Discover notes by filename patterns or search within note text using content matching.
  • Create and update notes: Generate new notes or append new content to existing notes while keeping filenames consistent.
  • Use-case: Turn meeting outcomes into structured notes by creating a new note, appending new decisions as they’re confirmed, and searching across the vault for related topics using keywords.

Quick Start

Create a new Obsidian note titled Meeting Notes.md in your vault and include a short summary and next steps.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search for text inside Markdown notes in an Obsidian vault?

To search Markdown notes in an Obsidian vault, you can match keywords against filenames or search within the in-note content. This retrieves specific notes by text matching without manual navigation.

Can I create and append content to existing Markdown notes in my Obsidian vault?

Yes, you can create new Markdown notes or append new content to existing notes in an Obsidian vault. This supports knowledge management workflows by updating files while keeping filenames consistent.

What's the best way to list and retrieve Markdown notes by folder path?

The best way to list Markdown notes is by specifying a path or folder within the Obsidian vault. You can also retrieve a specific note's contents directly by providing its exact filename.

Do I need a specific environment variable to access my Obsidian vault?

Yes, accessing an Obsidian vault requires resolving the location from the OBSIDIAN_VAULT_PATH environment variable. It defaults to ~/Documents/Obsidian Vault and handles spaces in paths via quoting.

Why does my vault path fail when reading Markdown notes with spaces in the filename?

Reading Markdown notes fails when vault paths containing spaces are not properly quoted. You must correctly handle spaces in the vault path resolution to ensure local file operations execute successfully.

Can I use local file operations to automate Obsidian knowledge management workflows?

Yes, you can automate Obsidian knowledge management workflows using local file operations. This allows you to read, search, and write Markdown notes directly to structure meeting outcomes and related topics.