What problem does it solve?
This Skill automates discovery and management of Obsidian vaults using obsidian-cli, simplifying access to active vaults and notes across local folders.
Core Features & Use Cases
- Identify active vaults using obsidian-cli and surface the vault path for quick navigation.
- Switch between vaults, list notes, and perform create, move, and search operations via the CLI.
- Use Case: You want to switch to your work vault, locate a specific note, and create a new note with a template.
Quick Start
Install obsidian-cli and ensure it is in your PATH (e.g., brew tap yakitrak/yakitrak/obsidian-cli; brew install obsidian-cli). Set the default vault with obsidian-cli set-default "<vault-name>" and verify with obsidian-cli print-default. Then run commands like obsidian-cli search "query", obsidian-cli create "Folder/Note" --content "Your note content", or obsidian-cli move "old/path" "new/path".