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.npx claudepluginhub verygoodplugins/mcp-automemManages persistent semantic memory across sessions: store/retrieve knowledge/TODOs/issues, hybrid semantic search, hierarchy/tags organization, and maintenance tools.
Stores and retrieves persistent knowledge across Claude Code sessions, including memory search, recall, and session history.
Cross-host durable memory for AI agents using the ling-mem CLI. Maintains a three-tier model of who the user is across sessions and hosts (Claude Code, Codex, OpenClaw).