What problem does it solve? Working with an Obsidian vault from a shell or script normally requires manual file handling and loses Obsidian's wikilink resolution, daily notes, and plugin context. This Skill provides the correct command syntax and conventions for the official obsidian CLI so vault operations work reliably from the terminal. ## Core Features & Use Cases - Read operations: print note content, read daily notes, run full-text search, list tags, and enumerate backlinks. - Write operations: create notes, append content, append to daily notes, and set frontmatter properties. - Developer inspection: reload plugins, view console errors, take screenshots, inspect the DOM, and evaluate JavaScript in the Obsidian context. - Use Case: While scripting a daily standup workflow, append a summary to today's daily note with obsidian daily:append content=... and verify it with obsidian daily:read, all without opening the vault manually. ## Quick Start Ask the assistant to read a note from your Obsidian vault by name using the obsidian CLI, making sure the Obsidian app is running first.