/install agent-memory-journal
Skill: Agent Memory Journal
Manage 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.
Tools
agent-memory-journal note \x3Ctext>: Add episodic note.agent-memory-journal remember \x3Ctext> --category \x3Ccat>: Add core memory.agent-memory-journal search --query \x3Cq>: Search memory.agent-memory-journal forget \x3Cid>: Supersede a memory.agent-memory-journal ingest: Run promotion and rebuild cycle.
Core Categories
decision: Strategic choices.constraint: Hard rules or limitations.gotcha: Lessons learned or bugs.preference: User or agent preferences.capability: New skills or tools.
Guidelines
- Episodic first: Use
notefor observations. - Explicit curation: Use
rememberfor facts that must persist. - Atomic pinning: Use
--pinnedfor items that MUST be in the configured hot file. - Verification: Run
doctorperiodically to ensure integrity.
Agent installation
See docs/agent_install.md for:
- workspace installation
- CLI symlink setup
- startup contract for agents
- hot promotion target override via
.memory/config.json
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agent-memory-journal - After installation, invoke the skill by name or use
/agent-memory-journal - Provide required inputs per the skill's parameter spec and get structured output
What is Agent Memory Journal?
Durable 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Agent Memory Journal?
Run "/install agent-memory-journal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agent Memory Journal free?
Yes, Agent Memory Journal is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agent Memory Journal support?
Agent Memory Journal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agent Memory Journal?
It is built and maintained by misolith (@misolith); the current version is v0.2.3.