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 instructions/roccodaffuso/obsidian-memory-closeout/agents-mdgit clone --depth 1 https://github.com/roccodaffuso/obsidian-memory-closeoutWrote 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/instructions/roccodaffuso/obsidian-memory-closeout/agents-md)<a href="https://agentmods.dev/instructions/roccodaffuso/obsidian-memory-closeout/agents-md"><img src="https://agentmods.dev/badge/instructions/roccodaffuso/obsidian-memory-closeout/agents-md.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.00276 | $0.00276 |
| Opus 5 | $0.00138 | $0.00138 |
| Sonnet 5 | $0.00055 | $0.00055 |
| Haiku 4.5 | $0.00028 | $0.00028 |
Grade A, and why
obsidian-memory-closeout AGENTS.md 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
AGENTS.md
Guidance for AI agents working on this public repository.
Repository Goal
Maintain a generic, public Codex skill for curated Obsidian memory closeouts. Keep the installable skill small, privacy-safe, and easy to validate.
Privacy Boundary
Do not add:
- Private vault notes.
- Raw transcripts or exported chats.
- Secrets, credentials, tokens, private keys, or seed phrases.
- Machine-specific personal paths.
- Personal names, emails, or organization-specific examples unless they are already public and intentionally documented.
Examples must be synthetic.
Edit Rules
- Keep behavioral instructions inside
skill/obsidian-memory-closeout/SKILL.md. - Put longer guidance in
skill/obsidian-memory-closeout/references/and link it fromSKILL.md. - Put deterministic helper code in
skill/obsidian-memory-closeout/scripts/. - Keep repo documentation outside the installable skill folder unless Codex needs it at runtime.
- Avoid adding generated artifacts to git;
dist/is ignored.
Validation
Run before commits:
python3 scripts/validate_skill.py --root .
python3 skill/obsidian-memory-closeout/scripts/secret_scan.py .
python3 scripts/package_skill.py --root . --check
If validation fails, fix the cause rather than loosening checks.
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 · 40 lines · 276 tokens per session scan A 002d7aa6e57d
obsidian-memory-closeout AGENTS.md is an instructions file published in the GitHub repository roccodaffuso/obsidian-memory-closeout (2 stars, last pushed 3d ago), licensed MIT. It adds 276 tokens to every session, about $0.0014 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 instructions, from other repositories
obsidian-mind CLAUDE.md
Claude Code instructions for breferrari/obsidian-mind, covering obsidian mind, skills & capabilities, custom slash commands, vault structure and obsidian cli.
obsidian-mind AGENTS.md
AGENTS.md instructions for breferrari/obsidian-mind, covering obsidian mind, hooks, commands, memory and reaching this vault from another repo.
obsidian-llm-wiki CLAUDE.md
Claude Code instructions for green-dalii/obsidian-llm-wiki, a project described as: Karpathy's LLM Wiki implementation plugin for Obsidian - turns notes and PDFs into a linked, LLM-powered knowledge base with entity pages, concept pages, graph-powered Q&A, and local-first privacy.
third-brain-v7-skills AGENTS.md
Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — codex / antigravity cli, skills summary (20 skills), 📥 knowledge pipeline, 🔄 daily loop and 🎨 behavior & creativity.
third-brain-v7-skills CLAUDE.md
Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — claude code, v8.1 multi-domain taxonomy specification, 20 core skills overview, 📥 knowledge pipeline and 🔄 daily loop.
third-brain-v7-skills GEMINI.md
Instructions for Mark393295827/third-brain-v7-skills, covering third brain v8.1 skills — gemini / antigravity cli, 20 core agent skills, 📥 knowledge pipeline, 🔄 daily loop and 🎨 behavior & creativity.