obsidian

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

Updated Sep 1, 2021
One-click install
npx skills add https://github.com/unclehowell/unclehowell --skill obsidian-unclehowell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/unclehowell/unclehowell/tree/main/skills/note-taking/obsidian
Command: npx skills add https://github.com/unclehowell/unclehowell --skill obsidian-unclehowell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing notes in an Obsidian vault can be cumbersome without direct command-line utilities, leading to wasted time locating, reading, or updating information.

Core Features & Use Cases

  • Read Notes: Retrieve the contents of any markdown note in the vault.
  • List & Search: Find notes by filename or within their content across the vault.
  • Create & Append: Add new notes or extend existing ones, supporting rapid knowledge capture.

Quick Start

Ask the skill to create a new note titled “Meeting Summary” with the key points from your discussion.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I search markdown notes in my Obsidian vault?

To search markdown notes in an Obsidian vault, this skill matches queries against filenames and within file content. You provide a search term, and it scans the defined vault path to locate relevant notes.

What do I need to set up before reading and creating notes in an Obsidian vault?

Before reading and creating notes in an Obsidian vault, you need filesystem access and the OBSIDIAN_VAULT_PATH environment variable configured. This variable tells the skill where your markdown files are located.

Can I append new information to an existing markdown file?

Yes, you can append new information to an existing markdown file. The skill supports creating new notes or extending existing ones, allowing rapid knowledge capture directly into your vault.

How does listing notes by filename work across a vault directory?

Listing notes by filename works by scanning the vault directory specified in the OBSIDIAN_VAULT_PATH. It retrieves and lists the markdown files available in that location for quick access.

What is the best way to capture meeting summaries into markdown format?

The best way to capture meeting summaries into markdown format is to ask the skill to create a note with your key points. It generates a new markdown file in the vault path for immediate storage.