← 返回 Skills 市场
liuweifly

OpenClaw Dream

作者 liuweifly · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
141
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-dream
功能描述
Automatic memory consolidation for OpenClaw agents. Cleans, deduplicates, and organizes memory files (MEMORY.md + memory/*.md) like human REM sleep consolida...
安全使用建议
This skill appears coherent and limited to local memory consolidation, but take these precautions before installing or enabling automatic runs: (1) Backup your MEMORY.md and memory/ directory so you can recover if edits are unexpected. (2) Run the included preflight script (bash skills/openclaw-dream/scripts/dream-check.sh) to see what it would operate on. (3) Prefer a dry-run or manual invocation first — SKILL.md describes rules but I did not find an implemented dry-run enforcement. (4) Confirm you are comfortable with the agent sending memory file contents to the model during analysis (the sub-agent will read your memory files and may transmit their contents to the model provider), which could expose sensitive data. (5) Verify the skill source (README suggests a GitHub repo) before cloning or trusting future updates. (6) If you have platform-wide secrets or source code in the workspace, ensure those files are not stored in memory/ or MEMORY.md; the skill promises not to touch source files but you should validate that by inspection. If you want higher assurance, inspect and run the skill in an isolated workspace and check generated dream-log before allowing automatic cron schedules.
功能分析
Type: OpenClaw Skill Name: openclaw-dream Version: 1.0.0 The openclaw-dream skill is a legitimate utility for memory consolidation, designed to clean and organize an agent's memory files (MEMORY.md and daily notes). It follows a structured 4-phase process (Scan, Analyze, Consolidate, Write) to resolve contradictions, fix relative dates, and prune stale information. The bundle includes a functional pre-flight shell script (scripts/dream-check.sh) and detailed instructions in SKILL.md that include explicit safety rules, such as prohibiting the modification of source code or configuration files. The use of platform-specific features like 'sessions_spawn' and 'openclaw cron' is consistent with its stated purpose and lacks any indicators of malicious intent or data exfiltration.
能力评估
Purpose & Capability
Name/description match behavior: SKILL.md, README and scripts focus on scanning memory/*.md, MEMORY.md and self-improving JSONL and updating MEMORY.md/dream-log and .last_dream. No unrelated credentials, binaries, or install steps are requested.
Instruction Scope
Instructions explicitly read and modify memory files, rebuild a local index (openclaw memory index), and write a dream-log. Safety rules state not to touch source code or delete daily notes. One minor mismatch: design.md mentions session transcript JSONL as a possible data source, but SKILL.md and scripts do not instruct reading session transcripts by default.
Install Mechanism
Instruction-only skill with one small shell helper script (dream-check.sh). No install spec or remote downloads; no archives or third-party package installs declared.
Credentials
No required environment variables, no credentials, and no config paths requested. The skill operates on workspace files located under the user workspace; requested access is proportional to the stated functionality.
Persistence & Privilege
always:false and user-invocable:true. The skill spawns a sub-agent for background work (sessions_spawn) which is consistent with its design. Autonomous invocation is allowed by default for skills on the platform, but here it is not given elevated always-on privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openclaw-dream
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openclaw-dream 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 4-phase memory consolidation (scan, analyze, consolidate, write). Automatic cron scheduling, customizable via DREAM.md.
元数据
Slug openclaw-dream
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

OpenClaw Dream 是什么?

Automatic memory consolidation for OpenClaw agents. Cleans, deduplicates, and organizes memory files (MEMORY.md + memory/*.md) like human REM sleep consolida... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。

如何安装 OpenClaw Dream?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-dream」即可一键安装,无需额外配置。

OpenClaw Dream 是免费的吗?

是的,OpenClaw Dream 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

OpenClaw Dream 支持哪些平台?

OpenClaw Dream 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 OpenClaw Dream?

由 liuweifly(@liuweifly)开发并维护,当前版本 v1.0.0。

💬 留言讨论