obsidian

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

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/anilcan-kara/nozich-agent --skill obsidian-anilcan-kara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/anilcan-kara/nozich-agent/tree/main/skills/note-taking/obsidian
Command: npx skills add https://github.com/anilcan-kara/nozich-agent --skill obsidian-anilcan-kara

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read, search, create, and edit notes in an Obsidian vault to organize knowledge efficiently.

Core Features & Use Cases

  • Read notes by path with line-numbered access.
  • Search across vault notes with content and filename filters.
  • Create and edit notes with wikilinks and structured metadata for quick recall.

Quick Start

Create a new note in the vault and link it to an existing note.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I create and edit markdown notes in an Obsidian vault?

You can create and edit markdown notes in an Obsidian vault by applying the Skill to generate new files with structured metadata and wikilinks, requiring an absolute vault path for deterministic file operations.

Can I search across existing Obsidian vault content by filename and text?

Yes, you can search across existing Obsidian vault content using filters for both note filenames and internal text content to quickly locate specific markdown files within your knowledge base.

What is the best way to read specific lines from an Obsidian markdown note?

Reading specific lines from an Obsidian markdown note is done by retrieving the file via its absolute vault path, which provides line-numbered access for extracting precise content segments.

Do I need an absolute vault path to manage Obsidian notes?

Yes, managing Obsidian notes requires an absolute vault path defined by the OBSIDIAN_VAULT_PATH convention, ensuring all reading, searching, and editing operations return deterministic file results.

How do wikilinks work when creating new notes in an Obsidian vault?

Wikilinks connect new markdown notes to existing files in an Obsidian vault, establishing structured metadata for quick recall and efficient knowledge organization across your workflow.