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/cobibean/agent-memory-wiki/obsidiannpx skills add cobibean/agent-memory-wiki --skill obsidiangit clone --depth 1 https://github.com/cobibean/agent-memory-wikiWrote 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/cobibean/agent-memory-wiki/obsidian)<a href="https://agentmods.dev/skills/cobibean/agent-memory-wiki/obsidian"><img src="https://agentmods.dev/badge/skills/cobibean/agent-memory-wiki/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.00032 | $0.00373 |
| Opus 5 | $0.00016 | $0.00187 |
| Sonnet 5 | $0.00006 | $0.00075 |
| Haiku 4.5 | $0.00003 | $0.00037 |
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.
What it actually says
Obsidian — Compatibility Alias
This skill keeps /obsidian and older profile references working. The canonical package is obsidian-memory-wiki.
Before doing vault work, load and follow obsidian-memory-wiki and execute its Vault Operations phase. If the parent skill is unavailable, use this safe fallback:
- Resolve the vault path from injected skill config
obsidian_memory_wiki.vault_path; for non-Hermes compatibility, useOBSIDIAN_VAULT_PATH. If neither is concrete, stop rather than guessing an ambient vault. - Resolve both the vault root and final write target; refuse any write outside the resolved vault root.
- Search before creating notes to avoid duplicates and contradictions.
- Use filesystem-native note operations and Markdown files.
- Use stable filenames, clear headings, dates where useful, and Obsidian wikilinks.
- Never store or print raw secrets; reference secret locations only.
- Verify every created or edited path after writing.
For new installs and automation, use obsidian-memory-wiki; this alias exists only for command continuity.
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 · 32 lines · 32 tokens per session scan A a8156a37c746
obsidian is a skill published in the GitHub repository cobibean/agent-memory-wiki (23 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 373 once invoked, about $0.0002 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
adapter-authoring
Build a custom source → raw-intake adapter for Athenaeum. Use when someone wants to feed an external source (an API, an export file, a message feed, a scraper, another tool's output) into an Athenaeum knowledge base, asks "how do I write an adapter / integration for athenaeum", or wants to turn some data source into…
llm-wiki-orient
Explain the LLM-Wiki pattern, its raw/wiki/schema architecture, how it differs from RAG, GraphRAG and agent memory, and what ready-made solution families exist. Use when the user asks what LLM-Wiki is, whether it is worth adopting, what OpenWiki/wiki memory means, or how the ecosystem fits together.
llm-wiki-local-first-stack
Design a local-first LLM-Wiki stack. Use when the user wants Markdown, git, Obsidian, ripgrep, local embeddings, qmd-style retrieval, SQLite/FTS/vector indexes, local LLMs, offline operation, or safe sync without cloud lock-in; route retrieval/index layer design to llm-wiki-retrieval-architect.
personal-api
Turn an Obsidian vault into an AI-readable personal identity layer. Use when setting up ME.md and AGENT.md, scaffolding the full Knowledge Palace v2 structure, onboarding AI assistants, or maintaining the vault contract. Default setup creates the complete 30.knowledge system; --minimal creates only the lightweight…
brain
One-glance health of the "second brain" so failures aren't SILENT — is the local search server alive, is the RAG index fresh, is the session-memory ledger filling, did the nightly distillation run. Trigger on "/brain", "/memory", "brain health", "is the reindex alive". READ-ONLY diagnostic with a green/red verdict per…
knowledge-base-interop
Two-layer knowledge architecture — curate in LLM Wiki, search in Astra KB. Covers input classification, source-to-wiki ingestion, wiki-to-KB export (batch + realtime), semantic chunking, SAG extraction, health checks, and multi-format export.