What problem does it solve?
This Skill captures the user's Obsidian preferences and operational guidance so automation and assistance can safely interact with Obsidian vaults, notes, daily notes, tasks, searches, and vault settings without making incorrect assumptions or unsafe edits.
Core Features & Use Cases
- CLI-first operations: Prefer the Obsidian CLI for creating and opening daily notes, running native daily-note commands, and performing vault-scoped actions rather than editing files directly.
- Vault-aware workflows: Use vault=<name> when multiple vaults exist and follow per-vault priorities (for example, deprioritize archive/ in the hashicorp vault).
- Safety checks & installation gating: Verify the kepano/obsidian-skills repository is installed (via the /obsidian-cli skill) before performing actions and consult obsidian help when unsure of syntax.
- Use Case: Open today's daily note in the hashicorp vault, append a meeting summary, and export task items as JSON for downstream tooling.
Quick Start
Open today's daily note in the hashicorp vault using the Obsidian CLI and the obsidian skill.