obsidian

Organize and update markdown notes in an Obsidian vault with safe file operations.

126|11|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/HybridAIOne/hybridclaw --skill obsidian-hybridaione
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obsidian
Source: https://github.com/HybridAIOne/hybridclaw/tree/main/skills/obsidian
Command: npx skills add https://github.com/HybridAIOne/hybridclaw --skill obsidian-hybridaione

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you read, search, and safely create or update notes in an Obsidian vault without breaking vault conventions or links.

Core Features & Use Cases

  • Vault discovery & safety: Resolves the correct vault path using user input, remembered memory, environment/config defaults, and asks for confirmation before making write changes when the path is inferred.
  • Note operations: Reads bounded note content, lists and searches markdown notes, creates new notes (with content), appends content, and supports move/rename and delete while avoiding accidental overwrites.
  • Wikilink-aware linking: Favors wikilinks (e.g., [[Note Name]]) and recommends reading before writing to preserve existing structure and references.

Quick Start

Ask the AI to find the right note in your Obsidian vault for a specific topic and add a new section while preserving wikilinks and existing formatting.

Frequently Asked Questions about obsidian

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

FAQPage Schema
How do I manage and search markdown notes in an Obsidian vault?

To manage markdown notes in an Obsidian vault, resolve the vault path first, then list and search notes using vault-aware tools. This approach ensures safe reading and controlled write operations while preserving existing wikilinks.

How do I create new notes and append content to an existing vault?

To create notes and append content, resolve the vault path and use controlled write operations. The system creates new notes when missing, appends content safely, and avoids accidental overwrites by recommending reading before writing.

Can I move, rename, or delete notes without breaking wikilinks?

Yes, move, rename, and delete operations maintain link consistency by favoring wikilinks and preserving existing references. The system avoids accidental overwrites and respects Obsidian vault conventions during these file operations.

How does vault path resolution work for safe note operations?

Vault path resolution uses user input, remembered memory, and environment defaults to find the correct vault. It asks for confirmation before write changes when the path is inferred and avoids unsafe directories like .obsidian.

What are the limitations when working with Obsidian vault files?

Limitations include avoiding unsafe directories like .obsidian and relying on YAML-frontmatter-driven behavior. The system reads bounded note content and uses shell fallbacks, which may restrict large-scale or complex vault operations.