obsidian

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

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill obsidian-brilly-bohyun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Brilly-Bohyun/skill-repository/tree/main/note-taking/obsidian
Command: npx skills add https://github.com/Brilly-Bohyun/skill-repository --skill obsidian-brilly-bohyun

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines note-taking and management in Obsidian, allowing users to quickly read, search, create, and edit notes without the hassle of manual file operations.

Core Features & Use Cases

  • Read Notes: Quickly access and read notes directly from the filesystem.
  • Search: Perform both filename and content searches within the Obsidian vault.
  • Create Notes: Easily create new notes and populate them with markdown content.
  • Edit Notes: Efficiently append or edit existing notes using native file tools.
  • Use Case: Suppose you are working on a project and need to access all your related notes. With this Skill, you can search for a specific note, read it, and then easily create a new note to append additional information.

Quick Start

To list all markdown notes in your Obsidian vault, use the command: list_notes ~/Documents/Obsidian%20Vault/*

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate Obsidian note management from the command line?

Automating Obsidian note management is achieved through filesystem-based operations for reading, creating, and editing markdown files. You can use script commands to retrieve and modify notes directly within your vault without manual file operations.

What do I need to set up before searching and reading notes in my Obsidian vault?

Searching and reading notes in an Obsidian vault requires setting the OBSIDIAN_VAULT_PATH environment variable. Configuring this path ensures the management scripts can correctly locate and interact with your markdown files.

Can I create and populate new markdown notes in Obsidian automatically?

Creating and populating markdown notes in Obsidian can be done automatically via native file tools. The system supports generating new notes and appending content to existing files directly on the filesystem.

How does content search work for finding specific text in an Obsidian vault?

Content search in an Obsidian vault works by scanning markdown files on the filesystem to match specific text. This allows you to retrieve notes by both filename and internal content without opening the application.

What are the limitations of using filesystem operations for Obsidian vault management?

Filesystem operations for Obsidian vault management are limited to direct file reading, editing, and searching. It does not interact with Obsidian's internal application state or plugins, focusing solely on markdown file manipulation.