obsidian

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

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill obsidian-simon-copilot-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Simon-Copilot-Studio/ai-content-hub/tree/main/note-taking/obsidian
Command: npx skills add https://github.com/Simon-Copilot-Studio/ai-content-hub --skill obsidian-simon-copilot-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian vaults can be tedious to manually search and manage across many notes. This Skill provides simple commands to read, search, and create notes within the vault, reducing time spent navigating folders and improving note organization.

Core Features & Use Cases

  • Read a note: fetch and display a specific note from the vault using its path.
  • List notes: enumerate Markdown files across the vault or a subfolder.
  • Search: find notes by filename or content with flexible patterns.
  • Create a note: create a new Markdown note with a basic template.
  • Append to a note: add content to an existing note.
  • Wikilinks guidance: assist in linking related notes with Obsidian's [[Note]] syntax.

Quick Start

Ask to read, search, or create notes in your Obsidian vault by setting OBSIDIAN_VAULT_PATH (default: ~/Documents/Obsidian Vault) and specifying the operation.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search for content across Obsidian vault notes?

You can search Obsidian vault notes by filename or content using flexible patterns. The Skill locates Markdown files within the configured vault directory, reducing time spent navigating folders manually.

Can I create and append content to existing Obsidian notes?

Yes, you can create new Markdown notes with a basic template and append content to existing notes. This enables fast knowledge capture and updating without leaving your current workflow.

Do I need to set an environment variable to read Markdown files from my vault?

You need to set the OBSIDIAN_VAULT_PATH environment variable to specify your vault location. If left unset, it defaults to ~/Documents/Obsidian Vault to locate and read your Markdown files.

How do I add wikilinks to connect related notes in an Obsidian vault?

You can add wikilinks to connect related notes using Obsidian's [[Note]] syntax. The Skill provides wikilink guidance to assist in linking Markdown files within your vault structure.

What is the best way to list all Markdown files in an Obsidian subfolder?

The best way to list Markdown files in an Obsidian subfolder is using the list notes operation. It enumerates all Markdown files across the vault or a specified subfolder to provide a clear file overview.