Memory Browser

Browse Genii Memory status and recent indexes using memory_overview first, then memory_list, and memory_get only for exact detail reads.

intelligent-internet 5c8c571 1.2 KB Updated

File contents

Memory Browser

Use this skill when the user asks what Genii Memory currently remembers, what indexes exist, or whether memory is fresh and healthy.

Primary Path

  1. Call memory_overview for counts, freshness, and runtime health.
  2. Call memory_list to browse recent or filtered memory indexes.
  3. If the user wants exact detail for one item, call memory_get only for that specific id.

Example User Requests

  • "What do you remember?" Start with memory_overview, then memory_list({ level: "l2" }).
  • "What L2 project memory entries exist?" Use memory_list({ level: "l2_project" }).
  • "What recent timeline memory entries exist?" Use memory_list({ level: "l2_time" }).
  • "Why was this not remembered?" Start with memory_overview, then use memory_flush if the user wants an immediate refresh.

Guardrails

  • Keep browse answers concise; do not dump raw records unless the user asks.
  • Prefer memory_list for browsing and memory_get for exact inspection.
  • If overview shows pending work or runtime issues, say that clearly.

intelligent-internet/genii/tree/main/src/genii/runtime/openclaw_plugins/genii_memory/agent-skills/memory-browser commit 5c8c571f54

Frequently asked questions

npx skillmds@latest add intelligent-internet/memory-browser