dr-memory-foundation
/install dr-memory-foundation
DR Memory Foundation
Use this skill to set up a memory layout that is easy to retrieve from, audit, and compress.
Apply to this workspace
When the user asks to apply this skill (for example: Apply dr-memory-foundation to this workspace), do this:
- Inspect the existing workspace memory files.
- Create any missing template files from
references/templates/. - Preserve existing notes; merge or relocate content rather than deleting it.
- Normalize
MEMORY.mdinto preferences + indexes only. - Ensure
memory/always_on.mdcontains a tiny policy header + topic catalog. - Confirm what changed.
This apply flow should be idempotent: if the structure already exists, do not duplicate sections or overwrite user content blindly.
Quick install commands (copy/paste)
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/.
Template layout
MEMORY.md(small): preferences + indexes only.memory/always_on.md: tiny policy header + topic catalog (with keywords).- Dashboards / registries:
memory/now.mdmemory/open-loops.mdmemory/automation.md
- Topics:
memory/topics/glossary.mdmemory/topics/\x3Ctopic>.md
- Daily logs:
memory/YYYY-MM-DD.md
Apply (safe steps)
- Create the folders/files from
references/templates/. - Move existing knowledge into topic files without deleting source logs.
- Keep
MEMORY.mdas indexes + preferences only. - Update the topic catalog in
memory/always_on.mdas topics evolve.
Templates
Use the files under references/templates/.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dr-memory-foundation - 安装完成后,直接呼叫该 Skill 的名称或使用
/dr-memory-foundation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
dr-memory-foundation 是什么?
Opinionated, file-based memory layout for OpenClaw-style agents: dashboards (now/open-loops/automation), topic files, glossary, and an always-on policy+topic... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 337 次。
如何安装 dr-memory-foundation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dr-memory-foundation」即可一键安装,无需额外配置。
dr-memory-foundation 是免费的吗?
是的,dr-memory-foundation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
dr-memory-foundation 支持哪些平台?
dr-memory-foundation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 dr-memory-foundation?
由 Daniel Refahi(@daniel-refahi-ikara)开发并维护,当前版本 v2.1.1。