Memory Context Recall

Recall past conversations and facts using the search_memory tool.

8|2|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/djinilabs/helpmaton --skill memory-context-recall
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Memory Context Recall
Source: https://github.com/djinilabs/helpmaton/tree/main/apps/backend/src/skills/memory-context-recall
Command: npx skills add https://github.com/djinilabs/helpmaton --skill memory-context-recall

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps retrieve and synthesize information from an agent's past interactions, enabling context-aware and personalized responses.

Core Features & Use Cases

  • Conversation History Recall: Access and summarize previous discussions.
  • Fact Retrieval: Find specific pieces of information discussed earlier.
  • Use Case: If a user asks "What did we decide about the API design last time?", this Skill can search the agent's memory for relevant past conversations and provide a concise summary.

Quick Start

Use the memory context recall skill to find out what we decided about the API design last time.

Frequently Asked Questions about Memory Context Recall

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

FAQPage Schema
How do I recall past conversation history in an AI agent?

You can retrieve past conversation history by searching the agent's memory with configurable parameters like query text and time window. This enables context-aware responses by summarizing previous discussions and fetching specific facts.

What is the best way to retrieve specific facts from previous interactions?

Retrieving specific facts from previous interactions relies on a memory search tool using a targeted query text. It filters past agent memory by configurable grain and time window to find exact decisions or data points discussed earlier.

How does an agent use memory recall for follow-up questions?

Memory recall for follow-up questions works by searching past agent memory to extract relevant prior context. The agent applies this retrieved history to understand references to previous decisions, enabling personalized and continuous interactions.

Can I configure the time window when searching conversation memory?

Yes, you can configure the time window when searching conversation memory. The memory search tool accepts time window parameters alongside query text and grain settings to scope retrieved past interactions accurately.

Does memory context retrieval require a built-in search tool?

Yes, memory context retrieval requires a built-in search_memory tool to function. This tool queries the agent's internal memory using configurable grain, queryText, and time window parameters to synthesize past interaction data.

When should I use memory recall instead of relying on current context?

Use memory recall instead of current context when users reference previous decisions or past discussions not present in the immediate session. It retrieves historical facts and conversation history to maintain contextual awareness across interactions.