Install
openclaw skills install memory-structureEnable AI to learn from mistakes and never repeat them. Error tracking, layered memory, regular self-reflection, continuous improvement.
openclaw skills install memory-structurememory-structure
Copy existing memory structure to new environments, enabling other Agents to use the same memory system.
This skill includes:
| File | Description |
|---|---|
memory.md | Main memory file: preferences, patterns, rules (HOT tier) |
corrections.md | Error correction log: "what I got wrong" and correct answers |
index.md | Memory index: tracks all memory file updates |
heartbeat-state.md | Heartbeat state: records self-reflection check timestamps and results |
heartbeat-rules.md | Heartbeat rules: defines triggers and execution logic for self-reflection |
setup.md | Setup guide: installation and configuration instructions |
Using ClawHub:
clawhub install memory-structure
Create memory directory in target workspace:
mkdir -p ~/self-improving/{domains,projects,archive}
Then manually create the following files (copy template contents below):
After completing important tasks, Agent should update heartbeat-state.md with reflection results.