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 skills add wuisabel-gif/MemWhale --skill integrategit clone --depth 1 https://github.com/wuisabel-gif/MemWhaleWrote 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/wuisabel-gif/memwhale/integrate)<a href="https://agentmods.dev/skills/wuisabel-gif/memwhale/integrate"><img src="https://agentmods.dev/badge/skills/wuisabel-gif/memwhale/integrate/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/wuisabel-gif/memwhale/integrate"><img src="https://agentmods.dev/badge/skills/wuisabel-gif/memwhale/integrate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00079 | $0.00558 |
| Opus 5 | $0.00039 | $0.00279 |
| Sonnet 5 | $0.00016 | $0.00112 |
| Haiku 4.5 | $0.00008 | $0.00056 |
Grade A, and why
memorywhale 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 10d 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 — 57 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MemoryWhale memory
MemoryWhale records terminal commands, their arguments, exit codes, output, and errors into a local SQLite database. That history survives crashes, SSH drops, and switching machines — it's the record of what was already tried. It also holds freeform lessons you or a past agent session chose to remember.
When to read from it
- A build/test/deploy is failing and it might have failed before.
- You need the exact earlier error text, flags, or working directory, not a paraphrase.
- The user references past work ("last week", "on the Jetson", "how did I fix").
How to pull the memory
Prefer the MCP tools if the memorywhale MCP server is connected:
recent_errors, search_memory, get_context. Otherwise shell out:
mw context # recent failed commands + sessions, compact
mw context --last-error # just the most recent failure, with its error tail
mw context project:NAME # scope to a project tag
mw search "linker error" # full-text search across commands, output, notes, lessons
mw context/search_memory return failed commands with cwd, exit code, and
the tail of their error, plus any remembered lessons. Use it to avoid
re-deriving context: check whether the current failure already has a known
cause before proposing a fix.
When to write to it
Once you've figured out why something failed or how a fix worked — not just that it's fixed — save it. That's the part a raw command log doesn't capture, and it's what saves the next session (yours or a teammate's) from re-deriving the same conclusion.
Use the MCP remember tool if connected, otherwise:
mw remember "the E0308 in camera-driver was the fps field being a string; fix: parse it as i32"
Keep it a self-contained conclusion (what was wrong + what fixed it), not a narration of the debugging process.
Note
Captured output is secret-redacted on the way in, but treat it as real project data. Everything is local — nothing is uploaded.
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.
- 10d ago First seen · 57 lines · 79 tokens per session scan A 3fc55df2b164
memorywhale is a skill published in the GitHub repository wuisabel-gif/MemWhale (67 stars, last pushed 2d ago), licensed MIT. It adds 79 tokens to every session and 558 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
remem
Use when the user asks Codex to recall prior project context, save durable decisions or bug fixes, inspect remem memory health, or activate remem automatic memory hooks from the Codex plugin.
tree-ring-memory
Guides AI agents in using Tree Ring Memory for durable recall, project decisions, user preferences, warnings, future seeds, privacy-safe memory capture, and lifecycle-aware forgetting.
debug-log
Çözülen zor bug'ları kalıcı bilgiye çevirir — belirti, kök neden, çözüm ve ders formatında hub'a kaydeder. Uğraştıran bir hata çözüldüğünde (30+ dk debug, aldatıcı hata mesajı, ortama özgü sorun) kullan.
grape
Use Grape MCP for Codex context continuity in coding repositories. Use when a task needs repeated-turn context, omitted context restore, stale-context checks, invalidation checks, or safe continuity across branch and dirty-worktree changes.
operator-status
Use this skill when you want the fastest high-signal status check before acting. Run the command first, then summarize.
channels-doctor
Use this skill when you want a structured health check for the local runtime. Run the command first, then summarize reachability, interaction count, and the next suggested commands.