Install
openclaw skills install @misolith/agent-memory-journalDurable episodic memory for agents — file-based, inspectable, and easy to review. Use when an agent needs to keep a working journal of what happened, what ma...
openclaw skills install @misolith/agent-memory-journalManage and retrieve long-term memory using a 3-tier structure (Hot, Warm, Cold).
Primary integration surface: the Python Journal API.
The CLI is a convenience layer for shell and cron workflows.
agent-memory-journal note <text>: Add episodic note.agent-memory-journal remember <text> --category <cat>: Add core memory.agent-memory-journal search --query <q>: Search memory.agent-memory-journal forget <id>: Supersede a memory.agent-memory-journal ingest: Run promotion and rebuild cycle.decision: Strategic choices.constraint: Hard rules or limitations.gotcha: Lessons learned or bugs.preference: User or agent preferences.capability: New skills or tools.note for observations.remember for facts that must persist.--pinned for items that MUST be in the configured hot file.doctor periodically to ensure integrity.See docs/agent_install.md for:
.memory/config.json