What problem does it solve? Managing Obsidian notes from the command line or scripts is error-prone when done with raw file operations, since moving or renaming notes breaks wikilinks and vault locations vary across machines. This Skill provides reliable workflows for finding vaults, searching, creating, moving, and deleting notes using obsidian-cli. ## Core Features & Use Cases - Vault Discovery: Locate active vaults by reading obsidian.json or using obsidian-cli print-default instead of hardcoding paths. - Search and Content Query: Search note names or full note contents with snippets using obsidian-cli search and search-content. - Safe Refactoring: Move or rename notes while automatically updating wikilinks and Markdown links across the vault. - Use Case: A user wants to reorganize their personal knowledge base by moving 20 project notes into a new folder without breaking any internal links; obsidian-cli move handles the link updates automatically. ## Quick Start Find my default Obsidian vault and create a new note called Meeting Notes in the Work folder with today's agenda.