obsidian

Read, list, search, create, and edit notes in an Obsidian vault.

5|1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill obsidian-lengoctuong2005
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/lengoctuong2005/Branding-Focused-Skills/tree/main/antigravity/skills/hermes-collection/note-taking/obsidian
Command: npx skills add https://github.com/lengoctuong2005/Branding-Focused-Skills --skill obsidian-lengoctuong2005

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies note management tasks within the Obsidian vault, allowing users to efficiently read, search, create, and edit notes.

Core Features & Use Cases

  • Efficient Note Management: Access, organize, and manipulate notes in your Obsidian vault.
  • File System Integration: Interact with the vault's file system using file tools.
  • Use Case: Suppose you are a researcher compiling research notes. Use this Skill to quickly read a specific note, list all notes, search for content within notes, create new notes, append content, and add wikilinks.

Quick Start

Use the read_file command to read a note from the Obsidian vault.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search for specific text within my Obsidian markdown notes?

To search for specific text within your Obsidian markdown notes, this Skill executes content searches across the vault, returning structured results that match your query without requiring manual file opening.

Can I create and edit markdown files directly in my Obsidian vault?

Yes, you can create and edit markdown files directly in your Obsidian vault. The Skill supports appending content to existing notes and adding wikilinks to connect your thoughts.

What is required to automate reading and listing files in an Obsidian vault?

Automating file reading and listing requires a resolved vault path. The Skill uses this path to locate your Obsidian vault and perform file system operations like reading notes.

How do I manage notes in Obsidian by searching filenames instead of content?

You can manage notes by searching filenames instead of content using the file tool commands. This allows quick retrieval of markdown files when you know the note title rather than internal text.

Does this approach to note management work without the Obsidian desktop application running?

Yes, this approach works without the application running because it interacts directly with the vault's file system. It manipulates the underlying markdown files rather than interfacing with the live application.