hmem-search

Search hmem memory entries using keywords and time hints.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/YuryZZZ/opencode-global --skill hmem-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hmem-search
Source: https://github.com/YuryZZZ/opencode-global/tree/main/skills/hmem-search
Command: npx skills add https://github.com/YuryZZZ/opencode-global --skill hmem-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps retrieve relevant information from long-term memory when a user references past conversations without giving an ID, reducing the need to recall exact details manually.

Core Features & Use Cases

  • Full-text memory search across hmem entries to surface relevant past discussions.
  • Time-window-aware retrieval that favors recent references while allowing older context when needed.
  • Ranking and summarization of hits, with an option to drill-down into a specific entry using read_memory(id).

Quick Start

Invoke the memory search to retrieve a relevant past-context entry based on your prompt.

Frequently Asked Questions about hmem-search

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

FAQPage Schema
How do I search past conversation history in memory without an entry ID?

Search past conversation history by providing a prompt referencing past context. The Skill extracts keywords and time hints, queries memory, and returns the most relevant summarized entries without needing an ID.

Can I retrieve older context from dialogue history, or does it only favor recent memory?

You can retrieve older context from dialogue history. The search applies time-window-aware retrieval that favors recent references but still allows surfacing older memory entries when the query requires them.

How do I drill down into a specific memory entry after a context search?

Drill down into a specific memory entry by using read_memory(id) with the identifier provided in the initial search results. This fetches the full details of that specific past context hit.

What is the best way to recall past context from long-term memory on demand?

The best way to recall past context on demand is invoking a full-text memory search. It ranks results by relevance, summarizes the top hits, and offers drill-down options for specific dialogue history.

Does memory search work if I only provide vague keywords instead of exact details?

Yes, memory search works with vague keywords. It uses a two-step extraction process to identify keywords and time hints from your prompt, querying long-term memory to surface relevant past discussions automatically.

What are the limitations of searching dialogue history without knowing exact past details?

The main limitation of searching without exact details is reliance on keyword and time extraction accuracy. If the prompt lacks specific context references, the ranking may surface less relevant memory entries.