Install
openclaw skills install dr-memory-foundationOpinionated, file-based memory layout for OpenClaw-style agents: dashboards (now/open-loops/automation), topic files, glossary, and an always-on policy+topic...
openclaw skills install dr-memory-foundationUse this skill to set up a memory layout that is easy to retrieve from, audit, and compress.
When the user asks to apply this skill (for example: Apply dr-memory-foundation to this workspace), do this:
references/templates/.MEMORY.md into preferences + indexes only.memory/always_on.md contains a tiny policy header + topic catalog.This apply flow should be idempotent: if the structure already exists, do not duplicate sections or overwrite user content blindly.
Run this from the workspace root when you want the templates created automatically:
cd ~/.openclaw/workspace
python3 ./skills/dr-memory-foundation/scripts/install_memory_foundation.py
tree -L 2 memory | head -n 40
If files already exist the script skips them; otherwise it copies the templates from references/templates/.
MEMORY.md (small): preferences + indexes only.memory/always_on.md: tiny policy header + topic catalog (with keywords).memory/now.mdmemory/open-loops.mdmemory/automation.mdmemory/topics/glossary.mdmemory/topics/<topic>.mdmemory/YYYY-MM-DD.mdreferences/templates/.MEMORY.md as indexes + preferences only.memory/always_on.md as topics evolve.Use the files under references/templates/.