← 返回 Skills 市场
294
总下载
0
收藏
2
当前安装
4
版本数
在 OpenClaw 中安装
/install memory-dream
功能描述
Memory consolidation for OpenClaw agents. Periodically reviews daily memory files (memory/*.md), extracts durable knowledge, and merges it into MEMORY.md — l...
安全使用建议
What to consider before installing or enabling:
- Backup: Make a copy of MEMORY.md and your memory/ directory before first run so you can inspect changes and recover if needed.
- Inspect source: The registry lists no homepage/source; README points to a GitHub repo. If you plan to clone/install, review that repository (SKILL.md/README/LICENSE) yourself to ensure it matches what's in the registry.
- Manual first run: Trigger the skill manually (e.g., say "dream") and review the consolidation report and the diff of changes to MEMORY.md before allowing automatic cron runs.
- Cron/automation: If you enable the recommended cron job, start with a low-frequency schedule (manual or weekly) until you confirm behavior is safe and idempotent.
- Principle of least surprise: The skill will read recent daily logs and edit MEMORY.md and today's journal (append log). It claims not to delete files or surface secrets, but verify reports do not accidentally leak sensitive data.
- Trust boundary: Because the skill can autonomously edit files, only enable it if you trust the author/source. If the source is unknown, keep confidence lower and require manual review of changes.
- If you want higher assurance: ask the publisher for a signed release or a repository URL included in registry metadata; check for community reviews or run the skill in a sandbox/workspace copy first.
功能分析
Type: OpenClaw Skill
Name: memory-dream
Version: 1.0.3
The memory-dream skill is a utility designed for memory consolidation within the OpenClaw environment. It scans daily journal files and merges relevant information into a long-term memory file (MEMORY.md). The logic in SKILL.md and README.md is transparent, follows a well-defined 5-phase process, and includes safety constraints such as avoiding the deletion of files and preventing the logging of secrets. No indicators of data exfiltration, malicious execution, or unauthorized persistence were found.
能力评估
Purpose & Capability
Name/description, declared behavior, and runtime instructions all match: the skill lists/reads memory/*.md, extracts facts, and edits MEMORY.md. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md confines actions to listing/reading memory files, reading/writing MEMORY.md (via surgical edits), and appending a run log to today's journal. It explicitly forbids deleting files and exposing secrets in reports. The instructions do reference cron/heartbeat integration and an `edit` tool for precise file edits — these are within scope but require the corresponding agent tools to exist.
Install Mechanism
There is no install spec in the registry (instruction-only skill). README suggests installing via ClawHub or cloning from a GitHub repo (raw.githubusercontent.com). Fetching code from GitHub is common but would introduce executable code from an external source; the registry metadata shows source/homepage unknown which reduces traceability. This is not necessarily malicious but worth verifying the repo before cloning/installing.
Credentials
The skill declares no environment variables, credentials, or config paths. Runtime instructions do not require secrets or unrelated tokens. The only file access is to memory/ and MEMORY.md, which is appropriate for the stated function.
Persistence & Privilege
always:false (normal). The skill is user-invocable and allowed to be invoked autonomously by the agent (platform default). It will write to MEMORY.md and append a Dream Log to today's memory file — this is necessary for its function but means it will make persistent changes to user files, so initial runs should be monitored/backed up.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memory-dream - 安装完成后,直接呼叫该 Skill 的名称或使用
/memory-dream触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Major README enhancement: detailed bilingual docs with 5-phase walkthrough, output examples, FAQ, design principles, and Smart Compact integration guide.
v1.0.2
Removed external references. Updated descriptions to be self-contained.
v1.0.1
Rename to Memory-Dream: updated SKILL.md name and all GitHub repo references.
v1.0.0
Initial release: memory consolidation skill inspired by Claude Code autoDream. Bilingual README (EN + CN).
元数据
常见问题
Memory-Dream 是什么?
Memory consolidation for OpenClaw agents. Periodically reviews daily memory files (memory/*.md), extracts durable knowledge, and merges it into MEMORY.md — l... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 294 次。
如何安装 Memory-Dream?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memory-dream」即可一键安装,无需额外配置。
Memory-Dream 是免费的吗?
是的,Memory-Dream 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memory-Dream 支持哪些平台?
Memory-Dream 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memory-Dream?
由 wavmson(@wavmson)开发并维护,当前版本 v1.0.3。
推荐 Skills