obsidian

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

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill obsidian-changzhou-xj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/ChangZhou-xj/zxj_skill/tree/main/note-taking/obsidian
Command: npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill obsidian-changzhou-xj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of notes in an Obsidian vault by enabling quick access to reading, searching, and creating notes through a simple, environment-driven workflow.

Core Features & Use Cases

  • Read and view notes directly from the vault using a predictable path defined by OBSIDIAN_VAULT_PATH (defaulting to ~/Documents/Obsidian Vault).
  • List, search by filename or content across the vault, and create new notes with consistent formatting.
  • Leverage Obsidian-style linking (Wikilinks) to connect related notes and build a knowledge graph.

Quick Start

Set OBSIDIAN_VAULT_PATH and start reading, creating, or searching notes in 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 search and create notes in my local Obsidian vault programmatically?

You can search and create notes in an Obsidian vault by setting the OBSIDIAN_VAULT_PATH environment variable, which allows automated workflows to read content, search filenames, and create markdown files.

How do I set up the environment to read and manage Obsidian vault notes?

To read and manage Obsidian vault notes, set the OBSIDIAN_VAULT_PATH environment variable to your local directory, defaulting to ~/Documents/Obsidian Vault, supporting quoted paths for access.

Can I search through note content and filenames across folders in an Obsidian vault?

Yes, you can search through an Obsidian vault across folders by matching filenames and querying content within notes to locate specific knowledge-management entries quickly.

Does creating markdown notes in an Obsidian vault support wikilinks for knowledge graphs?

Yes, creating markdown notes in an Obsidian vault supports wikilinks, allowing you to connect related notes and build a knowledge graph directly within the newly generated files.

What's the best way to automate note creation in a local knowledge-management vault?

The best way to automate note creation in a local knowledge-management vault is using an environment-driven workflow that applies consistent formatting and saves files directly to the OBSIDIAN_VAULT_PATH.