hmem-recall

hmem-recall is a skill for Claude Code, Codex from Bumblebiber/hmem. It costs 37 tokens per session (432 once invoked), scanned A, original, MIT.

A memory-recall procedure that sends a search task to a smaller helper agent and returns matching hmem entries.

In plain words
What is it for?
Searching hmem by keywords or meaning, filtering by memory type, deduplicating results, and reading selected entries in full.
Why use it?
It finds past decisions, lessons, or session details without filling the main agent's working context with the entire search process.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Searching hmem by keywords or meaning, filtering by memory type, deduplicating results…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bumblebiber/hmem/hmem-recall
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.

Any agent
npx skills add Bumblebiber/hmem --skill hmem-recall
Clone the repo
git clone --depth 1 https://github.com/Bumblebiber/hmem

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 hmem-recall

README.md
[![agentmods](https://agentmods.dev/badge/skills/bumblebiber/hmem/hmem-recall.svg)](https://agentmods.dev/skills/bumblebiber/hmem/hmem-recall)
Your own site
<a href="https://agentmods.dev/skills/bumblebiber/hmem/hmem-recall"><img src="https://agentmods.dev/badge/skills/bumblebiber/hmem/hmem-recall.svg" alt="Measured on agentmods" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 432 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00037 $0.00432
Opus 5 $0.00018 $0.00216
Sonnet 5 $0.00007 $0.00086
Haiku 4.5 $0.00004 $0.00043

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

Security

Grade A, and why

hmem-recall 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.

skills/hmem-recall/SKILL.md · 58 lines

What it actually says

hmem-recall

TRIGGER

Use when:

  • You need to find past decisions, lessons, or session context from hmem
  • You don't know the exact node ID
  • You want to keep the search work out of the main context

STEP 1: Define the search query

Before dispatching, write down:

  • QUERY: what to search for (keywords, concept, or question)
  • TYPE: what kind of memory (L-Entry = lesson, O-Entry = session, P-Entry = project, any)

STEP 2: Dispatch Haiku sub-agent

Send the sub-agent exactly this prompt (fill in QUERY and TYPE):


Search hmem for: Memory type filter: <TYPE or "any">

Use these tools in order:

  1. search_memory(query: "") — keyword search
  2. find_related(id: "", query: "") — semantic search

Collect all results. Deduplicate by ID.

Return ONLY this format:

[RECALL RESULTS] | | ... [/RECALL RESULTS]

If nothing found: [RECALL RESULTS] none [/RECALL RESULTS]

Max 10 results. Most relevant first. IDs exact (e.g., L0042, O0056.3.2, P0048.6). Nothing before [RECALL RESULTS]. Nothing after [/RECALL RESULTS]. No commentary, no explanation.

STEP 3: Use results

The main agent receives the [RECALL RESULTS] block. To read a specific entry in full: call read_memory(id: "") To load a project: call load_project(id: "")

Do NOT load all results at once — pick only what the current question needs.

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 · 58 lines · 37 tokens per session scan A 28c6c52aed34

Subscribe to this mod's changes

hmem-recall is a skill published in the GitHub repository Bumblebiber/hmem (23 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 432 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.

Related

Other skills, from other repositories

kayba-ace

This skill ships learnfromtraces.py, a script that reads OpenClaw session transcripts, feeds them through the ACE learning pipeline, and writes an updated skillbook to disk.

kayba-ai/agentic-context-engine · 0 tokens

rekal-init

Bootstrap rekal memory for a project. Scans the codebase for architecture, conventions, dependencies, workflows, and config, then stores durable knowledge as properly typed, tagged, deduplicated memories. Use when starting rekal on a new project, or when user says "init rekal", "bootstrap memory", "populate rekal"…

janbjorge/rekal · 83 tokens

rekal-save

End-of-session memory capture with deduplication. Extracts durable knowledge, checks for duplicates, stores or replaces as appropriate. Use whenever a session wraps up, a task finishes, or the user says goodbye/thanks/done. Also use when significant preferences, decisions, or discoveries emerge mid-session. Make sure…

janbjorge/rekal · 79 tokens

rekal-usage

Operational guide for rekal memory tools. Precise rules for when/how to call each tool, with exact parameters and decision trees. Use at session start, when onboarding to a rekal workspace, or when user asks "how do I use rekal", "what rekal tools", "help with memory". Trigger: /rekal-usage.

janbjorge/rekal · 75 tokens

rekal-hygiene

Periodic memory maintenance and cleanup. Finds duplicates, contradictions, and quality issues in the memory database. Proposes fixes for user approval. Never auto-deletes or auto-modifies. Use when user says "clean up memories", "memory maintenance", "check memory health", or invokes /rekal-hygiene. Run monthly or…

janbjorge/rekal · 77 tokens

vault-for-llm

Connect OpenClaw to Vault Agent Memory as a local-first governed project memory layer. Search first, then bounded-read cited source ranges; propose new memories as candidates instead of writing directly into active memory.

zycaskevin/Vault-Agent-Memory · 46 tokens