obsidian

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

2|Updated May 22, 2026
One-click install
npx skills add https://github.com/519lab/thoth-agent --skill obsidian-519lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/519lab/thoth-agent/tree/main/skills/note-taking/obsidian
Command: npx skills add https://github.com/519lab/thoth-agent --skill obsidian-519lab

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a seamless way to interact with your Obsidian notes, enabling you to read, search, create, and edit notes efficiently.

Core Features & Use Cases

  • Read and Search: Quick access to notes and content within your Obsidian vault.
  • Create and Edit: Easy creation and modification of new notes.
  • File Operations: Execute various file operations like listing, reading, and appending content to notes.
  • Use Case: Simplify your research workflow by searching for notes quickly or organizing information in your Obsidian vault.

Quick Start

Search for a specific note using the command: search "keyword".

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate searching and reading markdown notes in my Obsidian vault?

You can search and read markdown notes by using the Skill's file operation tools to query specific keywords and retrieve content directly from your configured Obsidian vault path.

Can I create and append content to existing markdown files for knowledge management?

Yes, you can create new markdown files and append content to existing notes within your vault using the supported file operation tools and environment variables for path configuration.

What environment setup is required to configure the vault path for file operations?

You need to configure the vault path using environment variables before executing filesystem-first note management commands to ensure the file tools access the correct Obsidian directory.

Does this approach support filesystem-first note management without complex database configurations?

Yes, it supports filesystem-first note management by relying entirely on standard file operations and markdown files, bypassing the need for any database setup or complex dependencies.

What is the best way to organize research information across multiple markdown files?

The best way to organize research information is by using the Skill to create, edit, and search through markdown notes, leveraging filesystem-first operations to manage your knowledge base efficiently.

Are there limitations when executing file operations on notes within the Obsidian vault?

Limitations include relying strictly on the configured vault path environment variable for file access, meaning incorrect path setups will prevent the file tools from reading or editing markdown notes.