What problem does it solve?
Finding a specific stored memory in a large mem0 memory store is slow when you must browse full category listings. This Skill runs quick memory searches with compact output, letting you check whether a decision was recorded, resolve [mem0:id] citations, or look up a memory by ID without loading full detail.
Core Features & Use Cases
- Compact Search Results: Runs parallel broad and decision-targeted search_memories queries, deduplicates results, and displays one-line summaries with type, date, and short ID.
- Direct Memory ID Lookup: Detects bare hex IDs, full UUIDs, and [mem0:<hex>] citation references and fetches the memory directly via get_memory.
- Plain-Text Output: Formats results without markdown so they render correctly in the OpenCode TUI.
- Use Case: While reviewing code, you encounter a [mem0:a3f8b2c1] citation in a comment. Run the search with that reference to instantly retrieve the original recorded decision about JWT authentication.
Quick Start
Ask the assistant to search mem0 memories for "auth middleware" to see compact matching results.