memory-recall

Retrieve relevant long-term memories and return source-aware summaries.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/dawsonblock/OracleOS --skill memory-recall-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-recall
Source: https://github.com/dawsonblock/OracleOS/tree/main/ThirdParty/OpenViking/examples/claude-memory-plugin/skills/memory-recall
Command: npx skills add https://github.com/dawsonblock/OracleOS --skill memory-recall-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps sub-agents retrieve long-term memories and historical context when users ask about past decisions, fixes, or earlier sessions, reducing cognitive load and improving continuity.

Core Features & Use Cases

  • Memory bridge resolution: Identifies and verifies the memory bridge path to access stored memories.
  • Recall search: Executes recall queries against the memory store and ranks results by relevance.
  • Curated summaries with sourcing: Produces concise, source-tagged summaries for quick traceability to original memories.
  • Output discipline: Returns only relevant memories or a clear "No relevant memories found." fallback.

Quick Start

Provide a concise, relevant memory summary for the current user query by running the memory bridge and summarizing top results.

Frequently Asked Questions about memory-recall

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve historical context from past agent sessions?

To retrieve historical context, the Skill resolves the memory bridge using your project directory and state file, issuing a recall query to return source-aware summaries of relevant long-term memories.

What is a memory bridge and how does it control recall scope?

A memory bridge is a workflow binding mechanism that identifies the path to stored memories. It controls recall scope and provenance using inputs like the project directory, state file, and top-k results.

How do I get concise summaries of past decisions for agent review?

You get concise summaries of past decisions by executing a recall search against the memory store. The Skill ranks results by relevance and produces curated, source-tagged summaries for quick traceability.

Can I control the number of memories returned during a recall query?

Yes, you can control the number of memories returned during a recall query by configuring the top-k input parameter within the memory bridge workflow, which directly limits the ranked results.

What happens when a recall search finds no relevant long-term memories?

When a recall search finds no relevant long-term memories, the Skill enforces output discipline by returning a clear fallback message stating no relevant memories were found, ensuring no hallucinated context.

Does the memory recall process provide traceability to original session data?

Yes, the memory recall process provides traceability to original session data by generating source-aware summaries. These curated outputs include source tags for quick traceability back to the original memories.