obsidian

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

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill obsidian-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/note-taking/obsidian
Command: npx skills add https://github.com/moltis-org/moltis --skill obsidian-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Obsidian users want to quickly read, search, and create notes within their vault without leaving their workflow.

Core Features & Use Cases

  • Read notes from the configured Obsidian vault defined by OBSIDIAN_VAULT_PATH (default: ~/Documents/Obsidian Vault).
  • List and search notes using filename patterns or content queries to locate information quickly.
  • Create new notes directly in the vault and append to existing notes for ongoing ideas.
  • Use Case: Organize a knowledge base by collecting research notes, linking related ideas with Wikilinks.

Quick Start

Create a new note titled 'Idea' in the Obsidian vault and then search for related notes.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search and read Obsidian notes without leaving my current workflow?

The Skill reads and searches Obsidian notes using filename patterns or content queries. It directly accesses your vault defined by OBSIDIAN_VAULT_PATH, allowing rapid information retrieval without opening the Obsidian application.

Can I create new notes and append to existing ones in my Obsidian vault?

Yes, you can create new notes directly in your Obsidian vault and append content to existing ones. This enables ongoing idea collection and rapid knowledge base expansion from a unified interface.

Do I need the Obsidian binary installed to search my vault with this Skill?

Yes, searching your vault requires the Obsidian binary installed and accessible in your system PATH. You must also configure the OBSIDIAN_VAULT_PATH environment variable to point to your vault directory.

What is the default vault path used when reading Obsidian notes?

The default vault path for reading Obsidian notes is ~/Documents/Obsidian Vault. You can override this default by setting the OBSIDIAN_VAULT_PATH environment variable to your preferred directory.

How do I organize a personal knowledge base using Obsidian notes?

You organize a knowledge base by creating notes for research and appending related ideas. Use Wikilinks to connect related notes, enabling structured personal knowledge management within your vault.