AI-powered Obsidian vault management via Claude Code agents. Triage inbox notes, extract knowledge, generate daily notes, and index your vault — all from natural language.
- Inbox triage — classify and file new notes automatically
- Daily notes — generate structured daily notes from templates
- Knowledge extraction — extract and link concepts across the vault
- Systemd timer — background processing every 30 minutes
/plugin install obspm
That's it. On first use, Claude Code will ask for your vault path and configure everything automatically.
Clone the repo and run the setup script:
git clone https://github.com/pdmartins/obspm
bash obspm/obspm-setup.sh --vault /path/to/your/vaultTalk to the guardian agent:
@obspm-guardian Triage inbox
@obspm-guardian Create daily note
@obspm-guardian Inbox status
- Claude Code (
claudeCLI) jq— JSON processoryq— YAML processorobsidian-cli— Obsidian vault access (optional but recommended)pdftotext— PDF text extraction (optional)
MIT