recall-assistant

recall-assistant is a skill for Claude Code from bledden/claude-recall-plugin. It costs 56 tokens per session (1,755 once invoked), scanned A, original, MIT.

An assistant for the Recall plugin, which stores and retrieves conversation context across sessions and projects. When enabled, it detects signs that earlier context is missing, suggests recall actions, and helps turn natural language into Recall commands.

In plain words
What is it for?
Use it to recover earlier conversation details, link related sessions, flag findings for other sessions, and run Recall operations from ordinary language.
Why use it?
It reduces the need to repeat decisions, findings, and previous discussions after a session changes or context is lost. It also helps connected sessions share important findings.

Skill for Claude Code

Written for Claude Code: UserPromptSubmit hook event.

Part of the recall plugin — 2 skills, 4 hooks shipped together

Good fit Use it to recover earlier conversation details, link related sessions, flag findings for other sessions, and run Recall operations from ordinary language.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bledden/claude-recall-plugin/recall-assistant
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 bledden/claude-recall-plugin --skill recall-assistant
Clone the repo
git clone --depth 1 https://github.com/bledden/claude-recall-plugin

Made for: Claude Code.

Or install recall, the plugin that ships this one along with the rest of its 2 skills, 4 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-assistant

README.md
[![agentmods](https://agentmods.dev/badge/skills/bledden/claude-recall-plugin/recall-assistant.svg)](https://agentmods.dev/skills/bledden/claude-recall-plugin/recall-assistant)
Your own site
<a href="https://agentmods.dev/skills/bledden/claude-recall-plugin/recall-assistant"><img src="https://agentmods.dev/badge/skills/bledden/claude-recall-plugin/recall-assistant.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,755 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 190
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00056 $0.01755
Opus 5 $0.00028 $0.00877
Sonnet 5 $0.00011 $0.00351
Haiku 4.5 $0.00006 $0.00176

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

Security

Grade A, and why

recall-assistant 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 2d 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/recall-assistant/SKILL.md · 194 lines

How it starts

The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Recall Assistant

You have access to the recall plugin — a cross-session, cross-project conversation recall system backed by SQLite. This skill guides you on when and how to use it proactively.

IMPORTANT: All behaviors below are gated. Before taking any proactive action described here, check whether the user has enabled this skill by verifying skill_enabled is true. If not enabled, do nothing — the user interacts with the plugin only via explicit /recall commands.


Context-Loss Detection

When skill_enabled is true, watch for signals that you have lost earlier conversation context. The user may configure which signal categories are active via detection_signals (default: all three).

Explicit Signals

Hook-backed (reliable): when skill_enabled is true, the UserPromptSubmit hook already detects these explicit phrases deterministically and injects a [Recall] suggestion into your context as a system reminder — so this signal no longer depends on you noticing. When you see that reminder, act on it (run the appropriate recall). The behavioral and temporal signals below remain model-driven.

Watch for the user saying things like:

  • "didn't we already discuss..."
  • "what was that thing about..."
  • "earlier you said..."
  • "I think we talked about..."
  • "we discussed this before"
  • "remind me what..."
  • "you mentioned something about..."

When you detect these: suggest a specific recall command based on what the user is looking for.

Example:

I may have lost context on the warp divergence discussion. Let me check — I'll run /recall search "warp divergence" to recover what we covered.

Behavioral Signals

Watch for your own behavior indicating context loss:

  • You are about to ask a question that the user likely already answered earlier in the session
  • You are repeating advice or explanations you gave before without realizing
  • You are about to contradict something you said earlier

When you detect these: pause, acknowledge the potential gap, and suggest a recall command before continuing.

Read the full file on GitHub · 194 lines

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. 2d ago Changed · +1 lines f65eb51d0bf2
  2. 8d ago First seen · 193 lines · 56 tokens per session scan A d92274b21c36

Subscribe to this mod's changes

recall-assistant is a skill published in the GitHub repository bledden/claude-recall-plugin (23 stars, last pushed 2d ago), licensed MIT. It adds 56 tokens to every session and 1,755 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-30.