recall

Agent skill from rohitg00/agentmemory.

rohitg00 26k ↓ 8k Apache-2.0 updated 28d ago
Claude Code
View source ↗

What it does

  • Every observation shown came from the tool response.
  • Results grouped by session, high-importance first.
  • Empty results trigger alternative-term suggestions, not invention.
  • No session id or score was paraphrased or rounded.
  • remember: the write side; recall retrieves what it stores.
  • recap, handoff, session-history: session-scoped views of the same data.

Requirements & configuration

  • memorysmartsearch { "query": "jwt refresh token rotation", "limit": 10 }
  • WRONG: results are empty, so you write "We probably discussed token expiry last
  • RIGHT: "No memories matched that query. Try refresh token, session expiry,

Configuration: ARGUMENTS

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

recall FAQ

What does the recall skill do?

Search agentmemory for past observations, sessions, and learnings about a topic using hybrid BM25 plus vector plus graph search. Use when the user says "recall", "what did we do about", "did we ever", "have we seen", or needs context from past sessions. Every observation shown came from the tool response. Results grouped by session, high-importance first.

What does recall require?

memorysmartsearch { "query": "jwt refresh token rotation", "limit": 10 } WRONG: results are empty, so you write "We probably discussed token expiry last RIGHT: "No memories matched that query. Try refresh token, session expiry, Configuration keys: ARGUMENTS.

How do I install recall?

Run: npx -y skills add https://github.com/rohitg00/agentmemory --skill recall --agent claude-code — the source lives at github.com/rohitg00/agentmemory.

Maintain recall?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

recall on getagentictools
[![recall on getagentictools](https://getagentictools.com/badge/skills/rohitg00-agentmemory-recall.svg)](https://getagentictools.com/skills/rohitg00-agentmemory-recall?ref=badge)
npx agentictools info skills/rohitg00-agentmemory-recall

The second line is the CLI lookup for this page — handy in READMEs and docs.