From verygoodplugins-mcp-automem
Persistent memory via native AutoMem OpenClaw tools. Store, recall, update, delete, and link memories for durable context across sessions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/verygoodplugins-mcp-automem:automemThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- automem-template-version: 0.15.0 -->
Use the native AutoMem tools exposed by the AutoMem plugin.
remember ... or store this -> call automem_store_memorywhat do you know about ... or recall ... -> call automem_recall_memoryupdate memory ... -> call automem_update_memorydelete memory ... -> recall first when needed, then call automem_delete_memorylink these memories ... -> call automem_associate_memoriesis memory healthy? -> call automem_check_healthTreat /automem remember ..., /automem recall ..., /automem update ..., and /automem delete ... as direct requests to use the matching AutoMem tool flow above.
Brief title. Context and details. Impact/outcome.memory-core alongside AutoMem when file-backed workspace memory is helpful. It complements AutoMem; it is not a replacement.Scans a codebase for architectural friction, presents candidates as a visual HTML report with before/after diagrams, and guides you through deepening refactors.
npx claudepluginhub verygoodplugins/mcp-automem