retrieval-memory-brain

retrieval-memory-brain is a skill for Claude Code, Codex from murmur-io/murmur. It costs 117 tokens per session (2,120 once invoked), scanned A, original, AGPL-3.0.

A map of Murmur's existing search and agent-memory system, organized by source files and code symbols, with measured gaps and rules that must remain intact.

In plain words
What is it for?
Use it when working on search quality, memory storage, fact consolidation, the entity graph, or evaluation tests.
Why use it?
It helps developers understand how retrieval, stored facts, embeddings, reranking, and entity relationships fit together before changing them.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

Install

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.

agentmods
npx agentmods add skills/murmur-io/murmur/retrieval-memory-brain
Any agent
npx skills add murmur-io/murmur --skill retrieval-memory-brain
Clone the repo
git clone --depth 1 https://github.com/murmur-io/murmur

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for retrieval-memory-brain

README.md
[![agentmods](https://agentmods.dev/badge/skills/murmur-io/murmur/retrieval-memory-brain.svg)](https://agentmods.dev/skills/murmur-io/murmur/retrieval-memory-brain)
Your own site
<a href="https://agentmods.dev/skills/murmur-io/murmur/retrieval-memory-brain"><img src="https://agentmods.dev/badge/skills/murmur-io/murmur/retrieval-memory-brain.svg" alt="Measured on agentmods" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,120 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00117 $0.02120
Opus 5 $0.00059 $0.01060
Sonnet 5 $0.00023 $0.00424
Haiku 4.5 $0.00012 $0.00212

Measured 6d ago against content hash 90a1d5d40780, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

retrieval-memory-brain 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 6d 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.

.agents/skills/retrieval-memory-brain/SKILL.md · 110 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

4 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.

Changes

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.

  1. 6d ago First seen · 110 lines · 117 tokens per session scan A 90a1d5d40780

Subscribe to this mod's changes

retrieval-memory-brain is a skill published in the GitHub repository murmur-io/murmur (9 stars, last pushed yesterday), licensed AGPL-3.0. It adds 117 tokens to every session and 2,120 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

init-rag-rat

Use to set up rag-rat in a repository that is not indexed yet — when the rag-rat MCP server is DORMANT (its tools return {"status":"noindex"} with a "Run rag-rat init … then restart" remedy), or when the user asks to initialize / configure / "set up rag-rat" / "index this repo" / choose an embedding backend. Drives…

cq27-dev/rag-rat · 224 tokens

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…

tonydzi/second-brain-starter-kit · 77 tokens

qdrant-recall-sidecar

Use when adding, checking, or troubleshooting a local Qdrant recall sidecar for Hermes Agent skills or recent sessions. Prefer local-first indexing, dry-run previews, and privacy-preserving defaults.

phenomenoner/hermes-agent-harness-plus · 47 tokens

internal-rag

Mandatory persistent project memory for substantial coding tasks. Use at task start, recovery, milestones, failures, before risky operations, before compaction, and before finishing. v1.0.1 adds type filtering, type-priority scoring, query expansion, grouped context output, and promote workflow.

PeterPirog/mcp-light-memory · 62 tokens

turbo-quant-gatekeeper

Use for semantic-memory TurboQuant candidate acceleration, exact rerank, vector artifact lifecycle, and fallback receipts.

RecursiveIntell/Gloss · 29 tokens

power

P.O.W.E.R. 3.7.11 — Hybrid Knowledge Management Framework (P.A.R.A. + OKF v0.1 + Graph RAG + LLM-Wiki + Execution Rules).

weby-homelab/power-framework · 45 tokens