obsidian

Read, list, search, create, and append to Obsidian vault notes via bash scripts.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/fikriaf/agentos --skill obsidian-fikriaf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/fikriaf/agentos/tree/main/src/agentos/skills/note-taking/obsidian
Command: npx skills add https://github.com/fikriaf/agentos --skill obsidian-fikriaf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies accessing and manipulating notes in your Obsidian vault, streamlining your note-taking and organization process.

Core Features & Use Cases

  • Read Notes: Retrieve and view notes from your Obsidian vault.
  • List Notes: Navigate and explore your notes and folders.
  • Search: Find specific notes quickly using filenames or content.
  • Create Notes: Start new notes in your vault.
  • Append to Notes: Add new content to existing notes.
  • Use Case: When you need to access a note quickly, search for a keyword, or start a new note from scratch, this skill saves time and enhances your productivity.

Quick Start

Use the obsidian skill to create a new note named 'Meeting Minutes.md'.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate note-taking and search within my Obsidian vault?

You can automate note-taking in your Obsidian vault by running bash scripts to read, list, search, create, and append text directly to your markdown files.

Can I create and append content to Obsidian notes using bash scripts?

Yes, you can create new notes and append content to existing files within your Obsidian vault by executing targeted bash scripts without opening the graphical interface.

Does the Obsidian skill require a specific vault path configuration?

Yes, the Obsidian skill requires the desktop application to be installed and properly configured with a specified vault path to locate and manipulate your notes.

What is the best way to search for specific text across notes in an Obsidian vault?

The best way to search notes in an Obsidian vault is using bash scripts that query filenames and file contents, allowing you to quickly retrieve matching markdown notes.

How do I list and navigate folders in my Obsidian vault programmatically?

You can list and navigate folders in your Obsidian vault programmatically by executing bash scripts designed to explore and return the directory structure of your notes.