What problem does it solve? When working with a mem0 memory store, you often need a fast answer to questions like "did we record that decision?" without loading full category detail. This Skill performs lightweight memory searches and direct ID lookups, returning compact one-line summaries instead of verbose output. ## Core Features & Use Cases - Quick Memory Search: Runs parallel broad and decision-targeted search_memories queries with reranking, then deduplicates results. - Direct ID Lookup: Detects bare hex IDs, full UUIDs, and [mem0:<id>] citation references to fetch a specific memory via get_memory. - Compact Display: Formats results as one-liners with type, truncated content, date, and short citation ID. - Use Case: While reviewing a pull request, you see a [mem0:a3f8b2c1] citation and want to verify the recorded decision. Run a peek lookup to instantly retrieve that memory's summary without browsing the full memory tour. ## Quick Start Ask the assistant to peek at mem0 memories for "auth middleware" to see compact matching results.