hindsight-recall

hindsight-recall is a skill for Claude Code, Codex from vectorize-io/hindsight. It costs 21 tokens per session (247 once invoked), scanned A, original, MIT.

A guide for searching Hindsight’s long-term memory for information from earlier coding sessions. It explains when to search memory and how to use recalled context safely.

In plain words
What is it for?
Use it when someone asks about earlier work or project decisions, or when deeper memory is needed before making an architectural choice.
Why use it?
It helps recover past decisions, preferences, and project details when the current session does not contain enough context.

Skill for Claude CodeCodex

About the project

vectorize-io/hindsight is an agent memory system that stores experiences and helps AI agents learn over time instead of only recalling conversation history. It is used by developers adding long-term memory to agents, including coding agents. Catalogue add-ons connect agents to Hindsight and its memory workflows.

vectorize-io/hindsight · 22,530 stars · on GitHub

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/vectorize-io/hindsight/hindsight-recall.svg)](https://agentmods.dev/skills/vectorize-io/hindsight/hindsight-recall)
Your own site
<a href="https://agentmods.dev/skills/vectorize-io/hindsight/hindsight-recall"><img src="https://agentmods.dev/badge/skills/vectorize-io/hindsight/hindsight-recall.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 247 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.00021 $0.00247
Opus 5 $0.00010 $0.00123
Sonnet 5 $0.00004 $0.00049
Haiku 4.5 $0.00002 $0.00025

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

Security

Grade A, and why

hindsight-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 5d 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.

hindsight-integrations/cursor/skills/hindsight-recall/SKILL.md · 30 lines

What it actually says

Hindsight Recall

Trigger

Use when the user explicitly asks about past decisions, project context, preferences, or anything that may have been discussed in prior sessions.

Workflow

  1. Identify the key topic or question from the user's request.
  2. Check if <hindsight_memories> in the current context already contains relevant results from the automatic session-start recall.
  3. If session memory already covered it, use those memories directly.
  4. If the user needs more specific or deeper recall, use the Hindsight MCP recall tool to search for additional memories.
  5. If you want to reason over accumulated memories for architectural decisions, use the reflect tool.

Guardrails

  • Only use MCP tools for deeper recall when the session-start memory was insufficient.
  • When memories conflict with current context, prefer current context and note the discrepancy.
  • Do not expose raw memory metadata to the user unless asked.

Output

  • Relevant memories integrated into the response
  • If MCP tools are not available, advise the user to check their .cursor/mcp.json configuration
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. 5d ago First seen · 30 lines · 21 tokens per session scan A 90a732e1000c

Subscribe to this mod's changes

hindsight-recall is a skill published in the GitHub repository vectorize-io/hindsight (22,530 stars, last pushed today), licensed MIT. It adds 21 tokens to every session and 247 once invoked, about $0.0001 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

nocturnusai-knowledge

Use when working with NocturnusAI facts and rules — asserting (tell), querying (ask/infer), teaching rules (teach), retracting (forget), bulk operations, aggregation, or discovering predicates. Covers the core knowledge base CRUD operations. Triggers on: tell, ask, teach, forget, assert, query, infer, rule, fact…

Auctalis/nocturnusai · 92 tokens

nocturnusai-memory

Use when working with NocturnusAI agent memory — context windows, salience scoring, temporal queries, recall, consolidation, decay, TTL, expiration, event streaming, or memory lifecycle management. Triggers on: memory, context window, salience, temporal, recall, consolidate, decay, TTL, expire, events, NocturnusAI…

Auctalis/nocturnusai · 81 tokens

persistent-notes

Save notes locally to /mnt/workspace/notes.json file. Use when user wants to "save a note" or "remember something".

awslabs/agentcore-samples · 32 tokens

session-summaries

What the chat right-panel session summary shows, what it costs, and how to make a session summarize well. Load when the user asks about the session summary panel, why a summary looks wrong or empty, or how to turn it on.

kirodotdev/KiroCrew · 53 tokens

memory-audit

记忆审计入口。当我主动决定审视记忆质量时,先读此文件判断应使用哪个子技能。.

Dataojitori/nocturne_memory · 31 tokens

semantix

Install and use the semantix memory kernel as a middleware in your agent: extract user preferences / workflows / experience from past sessions, retrieve and inject them on demand. One binary + your agent's own tools.

Gnosil/semantix · 47 tokens