AgentMemory Usage Notes
This workspace uses AgentMemory as a structured sidecar memory.
Database
Default path:
~/.agent-memory/memory.db
Suggested usage
- Store durable facts with
remember(...)
- Store lessons with
learn(...) - Track people/projects/tools with
track_entity(...) - Prefer file memory (
MEMORY.md,memory/*.md) for human-readable continuity - Prefer AgentMemory for structured recall and entity tracking
Important
Installing this skill does not automatically patch OpenClaw internals.
It becomes effective when the assistant follows workspace instructions and intentionally uses the package in its workflow.