memory-retriever

Load topic-specific warm memory on demand from local index files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jihwan97-hash/jino-memory --skill memory-retriever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-retriever
Source: https://github.com/jihwan97-hash/jino-memory/tree/main/skills/memory-retriever
Command: npx skills add https://github.com/jihwan97-hash/jino-memory --skill memory-retriever

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Conversation context is preserved by loading topic-specific warm memory on demand when topics arise.

Core Features & Use Cases

  • Auto-match topics from user messages to load relevant memory.
  • Load a specific topic's content on demand.
  • List all stored warm memory topics and their last access.

Quick Start

Run the memory-retriever with --auto and include the user message to load matching memory.

Frequently Asked Questions about memory-retriever

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

FAQPage Schema
How do I load topic-specific context for an AI assistant on demand?

To load topic-specific context on demand, the memory retriever auto-matches user messages against known topics using keywords, loading relevant warm memory into the conversation when a match is found.

How does auto-matching memory from user messages work?

Auto-matching memory works by scanning user messages for keywords associated with stored topics, automatically loading the matching topic files and updating their last access dates to improve relevance.

Can I explicitly load a specific topic's memory instead of auto-matching?

Yes, you can explicitly load a specific topic's memory on demand, or list all stored warm memory topics and their last access dates, rather than relying solely on auto-matching from user messages.

What do I need to set up before using contextual recall across chat topics?

You need a local index file and topic files containing the warm memory to enable contextual recall across chat topics, requiring no external dependencies to function.

When should I use warm memory retrieval for conversation context?

Use warm memory retrieval when conversations touch known topics and require contextual recall across those topics, ensuring topic-specific memory is loaded only when relevant rather than persistently.