What problem does it solve? Working with Obsidian vaults from the command line or an AI assistant normally requires manual file handling that bypasses Obsidian's own indexing, link resolution, and plugin state. This Skill uses the official obsidian CLI to perform vault-aware operations so notes, tasks, and properties stay consistent with the running Obsidian app. ## Core Features & Use Cases - Note Operations: Open, read, create, append, prepend, move, and delete Markdown notes using Obsidian-aware file resolution. - Search and Discovery: Run full-text and property-based searches, list backlinks, tags, and unresolved links across one or more vaults. - Tasks and Properties: Manage daily notes, toggle task checkboxes, and read or set frontmatter properties programmatically. - Use Case: Ask the assistant to find all notes tagged with a project, append a summary to today's daily note, and mark related tasks done, all through the running Obsidian app. ## Quick Start Use the obsidian skill to search my vault for notes mentioning "meeting notes" and append a summary to today's daily note.