recall-memory

Load and summarize relevant memory files for a given topic.

1.2k|100|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/clacky-ai/openclacky --skill recall-memory-clacky-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recall-memory
Source: https://github.com/clacky-ai/openclacky/tree/main/lib/clacky/default_skills/recall-memory
Command: npx skills add https://github.com/clacky-ai/openclacky --skill recall-memory-clacky-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Recall relevant long-term memories on demand for the main agent, enabling context-aware responses and reducing unnecessary memory scans.

Core Features & Use Cases

  • Relevance judgment: matches memories to the requested topic or task description.
  • On-demand loading: loads only memory files that are relevant to the task.
  • Concise recall: returns a compact summary suitable for immediate decision-making.

Quick Start

Provide a topic to recall relevant memories and return a concise summary.

Frequently Asked Questions about recall-memory

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

FAQPage Schema
How do I recall relevant long-term memories on demand for an AI agent?

To recall long-term memories on demand, provide a topic or task description to trigger relevance judgment. The system matches the query against memory indexes, loads only the relevant memory files, and returns a concise summary for immediate context-aware decision-making.

What is the best way to load only relevant memory files for task planning?

The best way to load relevant memory files for task planning is using on-demand retrieval based on relevance judgments. By matching the task description against pre-loaded memory topics, the system avoids unnecessary memory scans and returns a compact summary.

How does AI memory retrieval work for contextual topic-based queries?

AI memory retrieval for contextual queries works by indexing pre-loaded memories and judging their relevance against a requested topic. It selectively loads matching memory files and summarizes the extracted context to provide immediate background for the main agent.

Does on-demand memory loading reduce unnecessary context scans?

Yes, on-demand memory loading reduces unnecessary context scans by performing relevance judgments against the topic or task description first. It ensures only relevant memory files are loaded and summarized, minimizing the scanning of irrelevant data.

Can I get a concise summary from retrieved memories for immediate decision-making?

Yes, you can get a concise summary from retrieved memories. After loading relevant files based on topic relevance, the system returns a compact summary of the contextual data, specifically formatted to support immediate decision-making and task planning.

When do I need to use memory indexing and relevance judging for AI retrieval?

You need memory indexing and relevance judging for AI retrieval when your agent requires contextual recall from pre-loaded memories. This is applicable for topic-based queries and task planning where scanning all memories is inefficient and on-demand summarization is necessary.