obsidian

Manage and manipulate notes within local and cloud-based Obsidian vaults.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill obsidian-donzzzilla
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/DonZzzilla/kalshi-explorer/tree/main/skills/user-skills/note-taking/obsidian
Command: npx skills add https://github.com/DonZzzilla/kalshi-explorer --skill obsidian-donzzzilla

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users streamline their note-taking process in Obsidian by providing a suite of file management and text manipulation tools.

Core Features & Use Cases

  • File Management: Read, list, search, create, and edit notes within an Obsidian vault.
  • Content Manipulation: Append content to notes, target edits, and create wikilinks.
  • Vault Path Resolution: Supports various vault path configurations, including local and cloud-based vaults.
  • Use Case: A user can search for a specific note, read its content, and append additional information without manually navigating the file structure.

Quick Start

Call the 'read_file' function with the path to the note you want to read.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I automate note management and search text in an Obsidian vault?▼

To automate note management in an Obsidian vault, you can use file system and text manipulation commands to read, list, search, create, and edit notes directly without manual navigation.

Can I append content and create wikilinks in Obsidian notes programmatically?▼

Yes, you can append content to existing notes and create wikilinks programmatically by targeting edits and applying text manipulation commands within your configured Obsidian vault.

Does this note-taking automation work with cloud-based Obsidian vault configurations?▼

Yes, this note-taking automation supports both local and cloud-based Obsidian vault configurations by resolving various vault path setups to locate and manipulate your files.

What is the best way to read and search notes within a large Obsidian vault?▼

The best way to read and search notes within a large Obsidian vault is to call the read_file and search functions with the specific note paths, bypassing manual folder navigation.

Why does my automated file manipulation fail to locate the Obsidian vault path?▼

Automated file manipulation fails to locate the Obsidian vault path when the directory configuration is incorrect, requiring you to verify your local or cloud-based vault path resolution settings.