Skip to content

pdmartins/obspm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obspm — Obsidian Vault AI Management

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.

Features

  • 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

Installation

Step 1 — Install the plugin

/plugin install obspm

That's it. On first use, Claude Code will ask for your vault path and configure everything automatically.

Manual install (without marketplace)

Clone the repo and run the setup script:

git clone https://github.com/pdmartins/obspm
bash obspm/obspm-setup.sh --vault /path/to/your/vault

Usage

Talk to the guardian agent:

@obspm-guardian Triage inbox
@obspm-guardian Create daily note
@obspm-guardian Inbox status

Requirements

  • Claude Code (claude CLI)
  • jq — JSON processor
  • yq — YAML processor
  • obsidian-cli — Obsidian vault access (optional but recommended)
  • pdftotext — PDF text extraction (optional)

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors