
Status
- 1 installs
- 2 repo stars
- Updated February 25, 2026
- dunkinfrunkin/openmem
Show persistent memory store statistics and health via the memory_stats MCP tool, including counts, edges, and average memory strength with guidance.
About
Reports the state of a persistent agent memory store including memory counts, relationship edges, and average strength via an MCP tool. A developer uses it to check memory-store health and freshness.
- Summarizes active, superseded, and contradicted memories
- Flags low average strength as stale memories
Status by the numbers
- 1 all-time installs (skills.sh)
- Ranked #14,098 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/dunkinfrunkin/openmem --skill statusAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 2 |
| Last updated | February 25, 2026 |
| Repository | dunkinfrunkin/openmem ↗ |
What it does
Show persistent memory store statistics and health via the memory_stats MCP tool, including counts, edges, and average memory strength with guidance.
Files
/openmem:status
Show the current state of the persistent memory store.
Instructions
1. Call the memory_stats MCP tool to retrieve store statistics.
2. Present the results to the user in a clear summary:
Memory Store Status
- Total memories and breakdown by status (active, superseded, contradicted)
- Total edges (relationships between memories)
- Average memory strength (indicates overall health/freshness)
3. Provide brief guidance:
- If average strength is low (< 0.5), suggest that many memories may be stale and the user might want to review and reinforce important ones.
- If there are many superseded or contradicted memories, mention that the store has been actively maintained.
- If the store is empty, suggest using
/openmem:storeto start building the memory base.