obsidian

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

6|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Strategic-Automation/arachne --skill obsidian-strategic-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/Strategic-Automation/arachne/tree/main/src/arachne/skills/default/note-taking/obsidian
Command: npx skills add https://github.com/Strategic-Automation/arachne --skill obsidian-strategic-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read, search, and create notes in the Obsidian vault by reading from a configured path, enabling quick access and manipulation without opening the Obsidian UI.

Core Features & Use Cases

  • Read a note by filename or path to view its content.
  • List notes across folders for quick inventory.
  • Search by filename or content to locate notes rapidly.
  • Create new notes and append content to existing notes to grow your knowledge base.
  • Use Obsidian-style wikilinks to link related notes for better navigation.

Quick Start

Set OBSIDIAN_VAULT_PATH to your vault location and use read, list, search, or create commands to manage notes.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I read and search Obsidian vault notes without opening the application?

You can read and search Obsidian vault notes by configuring the OBSIDIAN_VAULT_PATH environment variable. This allows you to list notes across folders, search by filename or content, and read specific files directly without launching the Obsidian UI.

How do I create new notes and append content to an existing Obsidian vault?

To create new notes and append content to an existing Obsidian vault, use the note creation commands provided after setting your vault path. These commands ensure safe file handling while expanding your personal knowledge base.

Can I use wikilinks to connect related notes in my personal knowledge base programmatically?

Yes, you can use Obsidian-style wikilinks to connect related notes in your personal knowledge base. This feature enables better navigation across your research notes and project documentation when creating or appending content.

What is the best way to inventory project documentation stored across multiple Obsidian folders?

The best way to inventory project documentation across multiple folders is using the list notes feature. It quickly scans your configured Obsidian vault path to provide a comprehensive overview of all stored files.

Do I need to set a specific environment variable to manage my Obsidian vault?

Yes, you must set the OBSIDIAN_VAULT_PATH environment variable to your vault location. This configuration is required before executing any read, list, search, or create commands to manage your notes.