What problem does it solve?
Obsidian users often struggle with manually managing vaults, configurations, and note operations across multiple folders. This Skill automates vault selection and CLI-driven interactions to save time and reduce errors.
Core Features & Use Cases
- Vault discovery and switching using obsidian-cli to identify the active vault and switch contexts.
- CLI-backed note creation, search, and link management within a chosen vault.
- Quick setup for common workflows: set a default vault, create notes from templates, and perform batch searches.
Quick Start
Install obsidian-cli via Homebrew as described in the frontmatter, then set a default vault and perform a sample operation:
- Install: brew install yakitrak/yakitrak/obsidian-cli
- Set default vault: obsidian-cli set-default "<vault-folder-name>"
- Search notes: obsidian-cli search "query"
- Create note: obsidian-cli create "Note/Title" --content "Your content" --open