Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/sidedwards/obsidian-claude-plugin/obsidiannpx skills add sidedwards/obsidian-claude-plugin --skill obsidiangit clone --depth 1 https://github.com/sidedwards/obsidian-claude-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sidedwards/obsidian-claude-plugin/obsidian)<a href="https://agentmods.dev/skills/sidedwards/obsidian-claude-plugin/obsidian"><img src="https://agentmods.dev/badge/skills/sidedwards/obsidian-claude-plugin/obsidian.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00060 | $0.02220 |
| Opus 5 | $0.00030 | $0.01110 |
| Sonnet 5 | $0.00012 | $0.00444 |
| Haiku 4.5 | $0.00006 | $0.00222 |
Grade A, and why
obsidian scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 272 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian CLI
Control Obsidian from the terminal. Requires Obsidian 1.12+ running with CLI enabled.
Quick Usage
Single command: obsidian <command> [params] [flags]
Interactive TUI: obsidian (then type commands interactively)
Syntax Rules
- Parameters take values:
parameter=valueorparameter="value with spaces" - Flags are boolean switches:
silent,overwrite,total - Newlines in content: use
\nfor newlines,\tfor tabs - Vault targeting:
vault=<name>(defaults to current working directory vault) - File targeting:
file=<name>(wikilink resolution) orpath=<path>(exact path) - Copy output: append
--copyto any command
Core Commands
Files & Notes
# List, read, create, modify files
obsidian files # list all vault files
obsidian files folder=projects ext=md # filter by folder/extension
obsidian read file="My Note" # read file contents (wikilink)
obsidian read path="folder/note.md" # read file contents (exact path)
obsidian create name="New Note" content="# Title\nBody text"
obsidian create name="From Template" template="Meeting Notes"
obsidian create path="projects/idea.md" content="content" overwrite
obsidian open file="My Note" # open in Obsidian
obsidian open file="My Note" newtab # open in new tab
obsidian append file="My Note" content="\n- New item"
obsidian prepend file="My Note" content="Top content"
obsidian move file="Old Name" to="new/path.md"
obsidian delete file="My Note" # trash
obsidian delete file="My Note" permanent # permanent delete
obsidian file file="My Note" # show file info
Search
obsidian search query="search term"
obsidian search query="regex pattern" format=json matches
obsidian search query="keyword" path=projects limit=10 total
obsidian search:open query="open in UI"
Daily Notes
obsidian daily # open today's daily note
obsidian daily silent # create without opening
obsidian daily:read # read today's daily note
obsidian daily:append content="- Task done"
obsidian daily:prepend content="## Morning\nNotes here"
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 5d ago First seen · 272 lines · 0 tokens per session scan A 5b5e50cf773a
obsidian is a skill published in the GitHub repository sidedwards/obsidian-claude-plugin (2 stars, last pushed 6mo ago), licensed MIT. It adds 60 tokens to every session and 2,220 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
Migrate
Intakes external content, classifies chunks against LifeOS taxonomy, commits with provenance. Sources: .md/.txt, stdin, LifeOS dirs, CLAUDE.md/Cursor/OpenAI Custom Instructions, Obsidian/Notion/Apple Notes exports. MigrateScan classifies → routing table. MigrateApprove with…
release
Cut a versioned release and publish everos to PyPI via the tag-triggered workflow.
personal-assistant
A personalized assistant that remembers your preferences.
daily-briefing
Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…
company-brain
Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki…