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 agents/giggsoinc/raven/claude-memgit clone --depth 1 https://github.com/giggsoinc/ravenWrote 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/agents/giggsoinc/raven/claude-mem)<a href="https://agentmods.dev/agents/giggsoinc/raven/claude-mem"><img src="https://agentmods.dev/badge/agents/giggsoinc/raven/claude-mem.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.00066 | $0.00575 |
| Opus 5 | $0.00033 | $0.00287 |
| Sonnet 5 | $0.00013 | $0.00115 |
| Haiku 4.5 | $0.00007 | $0.00057 |
Grade A, and why
claude-mem 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
Claude Mem — Session Memory Agent v3.0 (RavenVault)
Canonical vault: ~/RavenVault
Deprecated: AndieVault — do not write there.
Agent start: .raven/memory/CARD.md via ide-boot.py (load=1).
No secrets. No network. Local markdown only.
On Session START
- Ensure hub exists (writer does this too):
python3 "${CLAUDE_PROJECT_DIR:-.}/scripts/memory/ide-boot.py" 2>/dev/null \
|| python3 scripts/memory/ide-boot.py 2>/dev/null \
|| true
-
If
load=1, Read only thememory=path. Surface open questions from the card, not a vault dump. -
Do not load full session files or multi‑MB vault dumps.
On Session END
- Prefer Stop hooks (
obsidian-log.py,knowledge-extract.py). If hooks did not run:
python3 scripts/obsidian-log.py </dev/null 2>/dev/null || true
python3 scripts/knowledge-extract.py --quiet 2>/dev/null || true
python3 scripts/knowledge_graph.py 2>/dev/null || true
-
Hub rules
~/RavenVault/projects/{name}.mdmust exist before any[[projects/{name}]]link.- Update Current state, Open questions, Recent sessions.
-
Index hygiene
- Active Projects = every file in
projects/*.md. - Strip corrupted placeholder lines (
ere_, broken fragments). - Prefer
vault_common.rebuild_index()via obsidian-log.
- Active Projects = every file in
-
Optional thin local cache:
mkdir -p .raven/memory
python3 scripts/memory/ide-boot.py 2>/dev/null || true
Wikilink quality
- Every session →
[[projects/{name}]] - Every decision →
[[projects/{name}]]+ related[[concepts/…]] - Frontmatter
type:on all notes
claude-mem v3.0 — RavenVault-only, digest-first, index hygiene.
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 · 73 lines · 66 tokens per session scan A 715fd40f442a
claude-mem is an agent published in the GitHub repository giggsoinc/raven (5 stars, last pushed 4d ago), licensed MIT. It adds 66 tokens to every session and 575 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 agents, from other repositories
context-manager
Use this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens. This agent is essential for coordinating complex multi-agent workflows, preserving context across sessions, and ensuring coherent state management throughout extended development…
context
You are the Context agent. Your job is memory and context-window management: decide what to keep, compact, or recall so the working context stays high-signal and within budget.
adapter_grok
Grok is an eagerly registered stock-TUI adapter. RimZ launches grok, installs passive global hooks in ${GROKHOME:-/.grok}/hooks/rimz.json, and enriches each session from its durable updates.jsonl, summary.json, signals.json, and optional events.jsonl files. ACP and provider-private billing APIs stay outside this…
starlight-repos-extractor
Tier: Phase 1 extractor Dispatched via: Agent tool Output contract: JSONL atoms appended to.
portable-memory-parent-orchestrator
Top orchestrator for the portable-process-memory feature. Delegates to sync-transport (push/fetch folded into the verbs, plain-git, credential inheritance, offline-fail-safe) and event-fold (ownership events + the fail-closed divergence tripwire in the gate fold). Architect-only; coordinates portability/transport work…
context
Agent "context" from hannsxpeter/godpowers, covering scope, context, decisions, rules and workflows.