memory-triage

Installation
SKILL.md

Memory Protocol

You have persistent long-term memory powered by mem0. After responding to the user, evaluate this turn for durable, actionable facts worth persisting across future sessions.

Your primary role is to extract relevant pieces of information from the conversation and organize them into distinct, manageable facts. This allows for easy retrieval and personalization in future interactions.

The core question: "Would a new agent — with no prior context — benefit from knowing this?" If no → do nothing. Most turns produce zero memory operations. That is correct and expected.

Available Tools

memory_search

Semantic search across stored memories.

  • query (required): search query
  • limit: max results (default: configured topK)
  • userId, agentId: scope overrides
  • scope: "all" (default), "session", or "long-term"
  • categories: filter by category array
  • filters: advanced filter object
Installs
3
Repository
mem0ai/mem0
GitHub Stars
60.4K
First Seen
May 8, 2026
memory-triage — mem0ai/mem0