recall

recall is a skill for Claude Code, Codex from memtomem/memtomem. It costs 33 tokens per session (273 once invoked), scanned A, original, Apache-2.0.

A memory-recall skill for memtomem, a system that stores information for later use. It retrieves memories created within a requested date range, source, or namespace.

In plain words
What is it for?
Use it to retrieve memories from a day, week, month, or other specified period. It can also narrow results by source, namespace, scope, or result limit.
Why use it?
It helps find recent stored memories without searching through all available information. It asks for a time range when the request does not provide one.

Skill for Claude CodeCodex

Part of the memtomem plugin — 7 skills, 1 MCP server shipped together

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/memtomem/memtomem/recall
Any agent
npx skills add memtomem/memtomem --skill recall
Clone the repo
git clone --depth 1 https://github.com/memtomem/memtomem

Made for: Claude Code, Codex.

Or install memtomem, the plugin that ships this one along with the rest of its 7 skills, 1 MCP server.

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 recall

README.md
[![agentmods](https://agentmods.dev/badge/skills/memtomem/memtomem/recall.svg)](https://agentmods.dev/skills/memtomem/memtomem/recall)
Your own site
<a href="https://agentmods.dev/skills/memtomem/memtomem/recall"><img src="https://agentmods.dev/badge/skills/memtomem/memtomem/recall.svg" alt="Measured on agentmods" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 273 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00033 $0.00273
Opus 5 $0.00016 $0.00137
Sonnet 5 $0.00007 $0.00055
Haiku 4.5 $0.00003 $0.00027

Measured 4d ago against content hash b0a6bd4b3133, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

packages/memtomem-claude-plugin/skills/recall/SKILL.md · 18 lines

What it actually says

Recall memories

Use $ARGUMENTS as the date range or recent-memory request. If the request does not clearly specify the date range or recent-memory request, ask before calling a tool — and in a non-interactive context (a subagent or scripted run with nobody to ask), do not stall and do not guess: stop and report insufficient_input naming the missing date range or recent-memory request. A request that does specify the date range or recent-memory request proceeds normally in either context. Translate relative dates such as “last week” into since and until values when possible, then call mem_recall. Preserve any source, namespace, scope, or result-limit constraint from the request.

Present memories newest first with their creation date and source. Ask for a date range only when the request provides no usable temporal constraint. Use topic search, not recall, when the user is asking what a memory says rather than when it was created.

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. 4d ago First seen · 18 lines · 33 tokens per session scan A b0a6bd4b3133

Subscribe to this mod's changes

recall is a skill published in the GitHub repository memtomem/memtomem (13 stars, last pushed today), licensed Apache-2.0. It adds 33 tokens to every session and 273 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

openclaw-memory-tencentdb-setup

用于在 OpenClaw 环境中安装、配置并验证 @tencentdb-agent-memory/memory-tencentdb 插件。当用户提到"安装记忆插件""配置 memory-tencentdb""开启长期记忆/召回"或出现相关报错时应触发。.

TencentCloud/TencentDB-Agent-Memory · 70 tokens

cortex-query

Search and retrieve content from the cortexes vault — the user's external memory. Use when the user explicitly asks to search or recall the vault ("查 cortex", "之前有記過", "cortex 裡有沒有", "check my notes", "what did I write about", /cortexes:query), or when the using-cortex skill routes a request here after one of its four…

XBlueSky/cortexes · 125 tokens

setup-proxy

交互式引导用户配置 AI Agent 接入 Memory Proxy(逐步探测、逐步验证).

TencentCloud/TencentDB-Agent-Memory · 27 tokens

agmem

Query and maintain agmem — the repo's persistent project memory. Use before any broad grep/find/Glob exploration of an agmem-initialized repo (a .agmem/ directory exists), when the task mentions unfamiliar modules/resources, or after learning something durable about the repo that future sessions should know. Also use…

albedoweb/agmem · 80 tokens

llm-wiki-kb

Build and maintain personal knowledge bases as LLM-compiled markdown wikis, inspired by Andrej Karpathy's LLM Wiki pattern. The LLM incrementally ingests raw sources (articles, papers, repos, images) into a structured, interlinked wiki of .md files — with summaries, entity pages, concept pages, cross-references, and a…

chengjialu8888/LLM-Wiki-KB · 219 tokens

memory-consolidate

Consolidate L1 memory atoms into L2 scene blocks and L3 persona. Invoked by the memory-consolidator agent, or manually via /memory-consolidate.

baodq97/tencentdb-agent-memory · 41 tokens