obsidian

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

471|92|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/jasonkneen/openclicky --skill obsidian-jasonkneen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/jasonkneen/openclicky/tree/main/AppResources/OpenClicky/OpenClickyBundledSkills/obsidian
Command: npx skills add https://github.com/jasonkneen/openclicky --skill obsidian-jasonkneen

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of reading, searching, creating, and editing notes in your Obsidian vault, enhancing productivity and organization.

Core Features & Use Cases

  • Read Notes: Access and read existing notes within your Obsidian vault.
  • Search: Conduct searches to find specific notes or content.
  • Create Notes: Generate new notes and append content.
  • Edit Notes: Modify existing notes while preserving syntax and formatting.
  • Use Case: When you need to quickly find a specific note or update a section of your knowledge base.

Quick Start

Use the 'obsidian' skill to read the note titled 'Project Plan.md' from your Obsidian vault.

Frequently Asked Questions about obsidian

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

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

To search and read Obsidian notes, the skill uses direct file system operations to locate your vault path and access markdown files, enabling quick retrieval of specific knowledge base content.

Can I create and edit markdown notes in my Obsidian vault programmatically?

Yes, you can create and edit markdown notes programmatically using direct file system operations to generate new notes and modify existing text while preserving original markdown syntax and formatting.

Does this approach require direct filesystem access to manage an Obsidian knowledge base?

Yes, managing an Obsidian knowledge base this way requires direct filesystem access and appropriate permissions to navigate the vault path for reading, searching, and editing markdown files.

What is the best way to append content to an existing markdown note in Obsidian?

The best way to append content to a markdown note in Obsidian is through direct file system operations that modify the existing file while preserving the document's markdown syntax and formatting.

When do I need filesystem operations instead of the Obsidian API for note management?

You need filesystem operations for note management when you want to streamline reading, searching, creating, and editing markdown files directly, bypassing API overhead for faster vault interactions.