obc
Installation
SKILL.md
OBC — Obsidian Commands
30 vault commands for AI-augmented personal knowledge management. Every command reads from an Obsidian vault in real time using the obsidian CLI at /usr/local/bin/obsidian.
Requirements
- Obsidian must be running (the CLI talks to the running app)
obsidianCLI installed at/usr/local/bin/obsidian- Some commands integrate with Google Calendar, Google Tasks, and Gmail MCPs (optional)
How This Skill Works
- Match the user's request to a command using the router below
- Run shared scripts from
scripts/to gather structural data (avoid repeating the same 5-6 CLI commands in every prompt) - Read the prompt file from the vault at
references/Prompt - <Name>.mdfor full command instructions - Execute the command following the prompt's step-by-step workflow
The prompt files in the vault are the source of truth. This skill is the orchestration layer — routing, shared tooling, workflow chains, and agents.