memory-search

Search agent memory and session history using QMD semantic search.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill memory-search-rogergimbel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: memory-search
Source: https://github.com/RogerGimbel/rodaco-workspace/tree/main/skills/memory-search
Command: npx skills add https://github.com/RogerGimbel/rodaco-workspace --skill memory-search-rogergimbel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to efficiently search through the agent's long-term memory and session history to find specific information.

Core Features & Use Cases

  • Keyword Search: Quickly find information using traditional keyword matching.
  • Semantic Search: Discover information based on the meaning and context of your query, even if exact keywords don't match.
  • Combined Search: Utilize advanced techniques for the most accurate and relevant results.
  • Collection Filtering: Narrow down searches to specific areas like workspace knowledge or past conversations.

Quick Start

Search your memory for information about "project timelines".

Frequently Asked Questions about memory-search

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

FAQPage Schema
How do I search agent memory for past conversation history?

You search agent memory for past conversation history by applying QMD semantic search to query stored knowledge, utilizing BM25 keyword matching, vector similarity, or a combined query with reranking for accurate recall.

What is semantic search and how does it find information in a knowledge base?

Semantic search finds information in a knowledge base by analyzing the meaning and context of your query using vector similarity, allowing you to discover relevant information even when exact keywords do not match.

Can I filter memory searches to specific collections like workspace knowledge?

You can filter memory searches to specific collections like workspace knowledge or past conversations, narrowing down the scope of your query to target specific areas of stored information.

What is the best way to recall learned information from agent session history?

The best way to recall learned information from agent session history is using a combined query with reranking, which fuses BM25 keyword search and vector similarity to return the most accurate and relevant results.

Does keyword search work for recalling past conversations if I only remember a few words?

Keyword search works for recalling past conversations if you remember specific words, utilizing traditional BM25 keyword matching to quickly find information based on exact term matching within the stored memory.