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/lvndry/jazz/obsidiannpx skills add lvndry/jazz --skill obsidiangit clone --depth 1 https://github.com/lvndry/jazzWrote 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/lvndry/jazz/obsidian)<a href="https://agentmods.dev/skills/lvndry/jazz/obsidian"><img src="https://agentmods.dev/badge/skills/lvndry/jazz/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 | $0.00071 | $0.02472 |
| Opus 5 | $0.00036 | $0.01236 |
| Sonnet 5 | $0.00014 | $0.00494 |
| Haiku 4.5 | $0.00007 | $0.00247 |
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 4d 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 — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Obsidian CLI
Use the official Obsidian CLI (help.obsidian.md/cli) to control Obsidian from the terminal. The CLI connects to a running Obsidian instance via IPC.
When to Use
- User asks about Obsidian or vaults.
- User wants to manage notes (open, create, read, append, move, delete).
- User wants daily notes, search, tasks, tags, or properties.
- User wants to automate templates, sync, publish, or workspaces.
- User asks for rich documentation with LaTeX, callouts, or diagrams (create content with Obsidian-flavored markdown).
Prerequisites
- Obsidian 1.12+ installed and running
- CLI enabled: Settings → General → Command line interface
- The
obsidianbinary in your PATH
Important: The CLI talks to the running app via IPC. Obsidian must be open for commands to work.
Platform Notes
- macOS/Windows: Installer usually adds the CLI to PATH.
- Linux: You may need a wrapper so Electron flags don’t break CLI args; ensure IPC socket is available (e.g.
PrivateTmp=falsefor systemd).
Command Overview (from official docs)
Syntax: obsidian [vault=Name] <command> [params]. Use param=value; quote values with spaces. Use vault= as the first parameter to target a vault.
General
obsidian help # List commands or help for a command
obsidian version # Obsidian version
obsidian reload # Reload the app window
obsidian restart # Restart the app
Vault
obsidian vault # Current vault info (name, path, files, size)
obsidian vault info=name # Vault name only
obsidian vault info=path # Vault path only
obsidian vaults # List known vaults (desktop)
obsidian vault=MyVault <cmd> # Run command in vault MyVault (must be first)
Files and Folders
obsidian read file=Recipe # Read by name (wikilink resolution)
obsidian read path="Work/notes.md" # Read by exact path
obsidian file file=Recipe # File info (path, size, dates)
obsidian create name=Note # Create empty note (prefer path + write_file for content)
obsidian create name=Note template=Travel # Create from template
obsidian create path="Work/note.md" # Create empty at path
obsidian create name=Note overwrite # Overwrite if exists
obsidian open file=Recipe # Open in Obsidian
obsidian open file=Recipe newtab # Open in new tab
obsidian append file=Log content="Line" # Append to file
obsidian prepend file=Log content="# H" # Prepend (after frontmatter)
obsidian move file=Old to="Archive/Old.md" # Move/rename (include .md)
obsidian delete file=Old # Delete to trash
obsidian delete file=Old permanent # Delete permanently
obsidian files total # File count
obsidian files folder="Work" ext=md # Filter by folder/extension
obsidian folders # List folders
obsidian folder path="Work" info=size # Folder size
What ships with it
2 files 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.
- 4d ago First seen · 234 lines · 71 tokens per session scan A ba7ba503a252
obsidian is a skill published in the GitHub repository lvndry/jazz (51 stars, last pushed today), licensed MIT. It adds 71 tokens to every session and 2,472 once invoked, about $0.0004 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-30.
Other skills, from other repositories
kb-builder
Build an Obsidian-compatible knowledge base from public web sources using the TinyFish CLI. Use this skill when a user wants a builder-grade markdown knowledge base on a technical topic, asks for a structured research vault, or wants a topic compiled from live public sources into interlinked markdown files. Supports…
self-improve-with-tinyfish
Enables Hermes to create new reusable skills for itself by researching live web sources with TinyFish Search and Fetch, analyzing source coverage, writing SKILL.md files, and installing them into Hermes memory. Use when the user asks Hermes to learn, teach itself, upgrade itself, or save a reusable capability.
heap-snapshot-analysis
Analyze V8 heap snapshots to investigate memory leaks and retention issues. Use when given .heapsnapshot files, asked to compare before/after snapshots, asked to find what retains objects, or investigating why objects survive GC. Provides snapshot parsing, comparison, retainer-path helpers, and scratchpad scripts.
memory-leak-audit
Audit code for memory leaks and disposable issues. Use when reviewing event listeners, DOM handlers, lifecycle callbacks, or fixing leak reports. Covers addDisposableListener, Event.once, MutableDisposable, DisposableStore, and onWillDispose patterns.
git-cleanup
Clean up local git branches and remotes accumulated from PR reviews. Use when the user asks to clean branches, remove stale remotes, or tidy up the local git state.
zeroclaw
Help users operate and interact with their ZeroClaw agent instance — through both the CLI (zeroclaw commands) and the REST/WebSocket gateway API. Use this skill whenever the user wants to: send messages to ZeroClaw, manage memory or cron jobs, check system status, configure channels or providers, hit the gateway API…