What problem does it solve?
This Skill provides a robust interface for interacting with your Obsidian vault, allowing you to read, write, search, and manage notes and tags programmatically without leaving your current environment.
Core Features & Use Cases
- Note Management: Create, read, update, delete, and move notes within your vault.
- Content & Frontmatter Operations: Extract and manipulate note content and YAML frontmatter.
- Search & Tagging: Efficiently search notes by content or frontmatter and manage tags.
- Vault Operations: List directory contents and perform safe deletions with confirmation.
- Use Case: Automatically append meeting notes to your daily log, search for all notes tagged with "project-X", or update the frontmatter of a research paper with new keywords.
Quick Start
Use the obsidian skill to write a new note with the path 'notes/new-idea.md' and content '# My New Idea'.