recall

recall is a skill for Claude Code from kalinbogatzevski/captain-memo. It costs 36 tokens per session (400 once invoked), scanned A, original, Apache-2.0.

A command for printing the complete text of one result found by Captain Memo search, using its document ID.

In plain words
What is it for?
Expanding a selected search hit, displaying its source path and content, and showing available metadata; it also explains what to do when the document cannot be found.
Why use it?
Search results usually show only a snippet, so this retrieves the original memo when the full context is needed.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /home/kalin/.claude/projects/.../memory/feedback_no_clone_smy.md.

Part of the captain-memo plugin — 5 skills, 6 hooks shipped together

Good fit Expanding a selected search hit, displaying its source path and content, and showing available metadata; it also explains what to do when the document cannot be found.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add kalinbogatzevski/captain-memo
Claude Code
/plugin install captain-memo

Made for: Claude Code.

Or install captain-memo, the plugin that ships this one along with the rest of its 5 skills, 6 hooks.

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/kalinbogatzevski/captain-memo/recall/github.svg)](https://agentmods.dev/skills/kalinbogatzevski/captain-memo/recall)
Your own site
<a href="https://agentmods.dev/skills/kalinbogatzevski/captain-memo/recall"><img src="https://agentmods.dev/badge/skills/kalinbogatzevski/captain-memo/recall/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.

agentmods 80×15 button for recall

Your own site · 80×15
<a href="https://agentmods.dev/skills/kalinbogatzevski/captain-memo/recall"><img src="https://agentmods.dev/badge/skills/kalinbogatzevski/captain-memo/recall.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 400 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00036 $0.00400
Opus 5 $0.00018 $0.00200
Sonnet 5 $0.00007 $0.00080
Haiku 4.5 $0.00004 $0.00040

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

Security

Grade A, and why

recall scanned grade A with 1 finding 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 9d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -X POST http://127.0.0.1:39888/get_full \
plugin/skills/recall/SKILL.md · 45 lines

What it actually says

Captain Memo — recall full content by doc_id

When the user invokes this skill, they want the full text of a previously-found hit, not just a snippet.

What to do

  1. Take the user's argument as the doc_id (e.g. memory:feedback_no_clone_smy:abc1234).
  2. Run:
curl -s -X POST http://127.0.0.1:39888/get_full \
  -H 'content-type: application/json' \
  -d "$(jq -nc --arg id "<DOC_ID>" '{doc_id: $id}')"
  1. Format the response. The body is { content: "...", metadata: {...} }.

Output format

Show the source path from metadata.source_path first as a header, then the full content, then a small footer with notable metadata (memory_type, created_at_epoch as a date if present, etc.).

📄 /home/kalin/.claude/projects/.../memory/feedback_no_clone_smy.md
   type: feedback · 2026-04-15

In the multi-tenant ERP at /home/kalin/projects/erp-platform/, **do NOT** use
this pattern in CLI smoke tests:

```bash
php -r "require 'core/inc/boot.php'; \\$smy_test = clone \\$smy; ..."

[…full content…]


## On error

- 404 not_found: tell the user "no document with that doc_id — was the search recent? Try `/captain-memo:search` again to get fresh doc_ids"
- worker unreachable: `captain-memo doctor` to diagnose
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. 9d ago First seen · 45 lines · 36 tokens per session scan A 4dfe78695d21

Subscribe to this mod's changes

recall is a skill published in the GitHub repository kalinbogatzevski/captain-memo (3 stars, last pushed 5d ago), licensed Apache-2.0. It adds 36 tokens to every session and 400 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.