name: automem description: Persistent AutoMem memory via the native AutoMem OpenClaw plugin tools. user-invocable: true metadata: {"openclaw":{"skillKey":"automem"}}
AutoMem
Use the native AutoMem tools exposed by the AutoMem plugin.
Natural language mappings
remember ...orstore this-> callautomem_store_memorywhat do you know about ...orrecall ...-> callautomem_recall_memoryupdate memory ...-> callautomem_update_memorydelete memory ...-> recall first when needed, then callautomem_delete_memorylink these memories ...-> callautomem_associate_memoriesis memory healthy?-> callautomem_check_health
Slash command behavior
Treat /automem remember ..., /automem recall ..., /automem update ..., and /automem delete ... as direct requests to use the matching AutoMem tool flow above.
Rules
- Recall first for prior decisions, preferences, ongoing projects, and debugging history.
- Store durable outcomes: decisions, bug fixes, patterns, preferences, and important context.
- Keep content compact:
Brief title. Context and details. Impact/outcome. - If deletion is ambiguous, recall candidates first and ask for confirmation with ids before deleting.
- Use
memory-corealongside AutoMem when file-backed workspace memory is helpful. It complements AutoMem; it is not a replacement.