← 返回 Skills 市场
1332
总下载
0
收藏
7
当前安装
19
版本数
在 OpenClaw 中安装
/install openclaw-auto-dream
功能描述
Cognitive memory architecture for OpenClaw agents — periodic dream cycles that consolidate daily logs into structured long-term memory with importance scorin...
安全使用建议
This skill is internally coherent: it reads and writes only the workspace memory files and creates local reports/exports. Before installing, consider: (1) it will modify MEMORY.md and files under memory/, so back up those files if their contents are sensitive; (2) export bundles (memory/export-*.json) contain the full memory — treat them like sensitive backups and do not share them with untrusted hosts; (3) the prompts suggest using shell-style append operations (e.g., `cat >>`) — verify your agent execution policy allows those commands; (4) the SKILL.md references a commercial service (MyClaw.ai) in documentation/footer but the run-time instructions do not reach out to external endpoints; if you see the skill attempting network calls at runtime, review that behavior before trusting it. If you want higher assurance, run a manual first-dream on a non-production copy of your workspace to observe changes and produced files.
功能分析
Type: OpenClaw Skill
Name: openclaw-auto-dream
Version: 4.0.4
The `openclaw-auto-dream` skill implements a sophisticated memory management system that consolidates agent logs into structured long-term storage. Key features include periodic "dream" cycles via cron jobs, importance scoring, and the generation of a memory health dashboard (`dashboard.html`). While the skill possesses high-privilege capabilities such as broad file access and memory export/import protocols (detailed in `migration-cross-instance.md`), these are strictly aligned with its functional goals. The instructions include robust safety guidelines and scope limitations to protect user data. No indicators of malicious intent, such as unauthorized exfiltration or hidden execution, were found.
能力标签
能力评估
Purpose & Capability
Name/description (auto-dream / memory consolidation) match what the SKILL.md instructs: scanning daily logs, updating MEMORY.md, producing reports, generating a dashboard and export bundles. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
The instructions read and modify files under the workspace (MEMORY.md and files under memory/), create/append to dream-log.md, mark processed daily logs, generate export JSON and dashboard HTML, and may run shell-style append commands (e.g., cat >>). This file I/O and occasional shell use are within the stated memory-consolidation scope, but the prompts explicitly allow exec-style append operations—review whether your policy allows agent-executed shell operations in the workspace. The skill explicitly forbids deleting originals and modifying config outside the memory/ area.
Install Mechanism
Instruction-only skill with no install spec and no external downloads. Nothing is written to disk by an installer; all changes happen via the agent following SKILL.md. This is the lowest install risk profile.
Credentials
The skill requests no environment variables or credentials. It only needs access to workspace files (MEMORY.md and memory/). That access is proportional to its stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent platform-level privileges. It instructs creating a cron job in the workspace scheduling system (expected for an auto-run feature) but does not modify other skills or global agent settings. It does create/overwrite files under memory/ and MEMORY.md as designed.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-auto-dream - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-auto-dream触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.0.4
Fix: dream-log.md edit failure — switch to exec append, add auto-archive when >200 lines
v4.0.3
Fix security scan: remove hardcoded paths, fix isolation contradiction, soften archival language, remove USER.md references, add explicit scope rule
v4.0.2
Add MyClaw.ai intro with link below SKILL.md title
v4.0.1
Fix ClawHub security scan triggers: removed sensitive keywords (account info, secrets policy, backup), softened archival language, clarified privacy policy
v4.0.0
Version 4.0.0
- Dream cycle expanded to always deliver value—if no new logs, recall a past memory and report progress/streaks instead of "nothing to do".
- Added recall of old decisions and streak/milestone tracking in notifications.
- Introduced stale thread detection: alerts user with top 3 items inactive for over 14 days.
- Notification reports now include before/after stats, cumulative growth, dream count, milestones, and reminders.
- Dashboard auto-refreshes after each dream for up-to-date visualization.
- Weekly summary notification on Sundays highlights week-over-week progress and major memories.
v3.6.0
Highlights: Adds First Dream — a post-install full memory scan with before/after report.
- Introduced "First Dream": an immediate, post-install full scan of all daily logs, consolidating knowledge and showing a before/after report to the user.
- Added references/first-dream-prompt.md with detailed steps for the first run.
- Updated setup instructions to require running the First Dream before starting scheduled cycles.
- No changes to core dream cycle flow or daily cron behavior.
- Improved onboarding clarity for new and existing users.
v3.5.0
- All documentation rewritten from Chinese to clear, concise English.
- No changes to features, logic, or file structure — documentation only.
- Improved clarity: setup process, dream cycle flow, safety rules, and core/optional files are now easier to follow for all users.
- Example notifications and commands translated with context for English audiences.
v3.4.0
openclaw-auto-dream v3.4.0
- Updated the dashboard HTML template (`references/dashboard-template.html`) for improved memory dashboard rendering.
- No changes to core logic or workflow—functionality and usage remain the same.
v3.3.1
dream扫描范围7天缩至3天,日常增量更轻量
v3.3.0
**Changelog v3.3.0**
- Simplified and clarified setup instructions; now focused on essential steps only.
- Added concise, step-by-step flow for the dream cycle, including explicit "smart skip" logic and structured report format.
- Updated notification/reporting instructions to favor concise, actionable summaries in the user’s language.
- Pruned technical details: removed working memory/LCM setup complexity and deep schema explanations; user is prompted (not required) to install LCM.
- Tightened safety and backup rules, emphasizing non-deletion and user-protected tags.
- Streamlined reference to prompt and template files for both auto and manual operation.
v3.2.1
- Setup instructions clarify that LCM (Lossless Context Management) is optional and must be user-installed, not automatically installed or configured.
- Documentation updated: now instructs to only detect and inform about LCM status, allowing Auto-Dream to function without it (with limited features).
- Memory layer diagrams and tables updated to reflect LCM as optional.
- Verification checklist updated to require only LCM status check, not installation.
- All plugin installation/configuration actions moved out of the automated process; user is directed to external installation instructions.
v3.2.0
Performance optimization: lite prompt (97 lines vs 928), smart skip for empty cycles, ~90% token savings on idle days
v3.1.1
Dream notifications and reports now use user's preferred language from USER.md instead of defaulting to English; added anti-loop heartbeat safeguard
v3.1.0
LCM auto-detection and installation integrated into setup flow; Working Memory layer no longer marked as built-in; all 8 language READMEs updated
v3.0.1
v3.0.1: Fix importance scoring normalization in dream-prompt (was missing /8.0 divisor), fix health formula missing x100 in SKILL.md, fix notification delivery to use cron announce instead of direct message tool call, add roundRect polyfill for dashboard, add migration-v1-to-v2 to reference list, add dashboard data schema spec
v3.0.0
v3.0: Push notifications (silent/summary/full), cross-instance memory migration (export/import bundles), interactive HTML health dashboard, dream insights (pattern/temporal/gap/trend), reachability graph metric, 5-metric health formula
v2.1.0
v2.0 Cognitive Memory Architecture: multi-layer memory (long-term/episodic/procedural/index), 3-phase dream cycle (collect/consolidate/evaluate), importance scoring with forgetting curves, memory health scoring (0-100), user marker system, episode narratives, migration guide from v1
v2.0.0
Update ecosystem links to myclaw.ai/skills
v1.0.0
Initial release: automatic memory consolidation ('Auto-dream') for OpenClaw agents. Periodic review of daily logs, intelligent extraction, consolidation into MEMORY.md, deduplication, and pruning. Powered by MyClaw.ai.
元数据
常见问题
Openclaw Auto Dream 是什么?
Cognitive memory architecture for OpenClaw agents — periodic dream cycles that consolidate daily logs into structured long-term memory with importance scorin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1332 次。
如何安装 Openclaw Auto Dream?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-auto-dream」即可一键安装,无需额外配置。
Openclaw Auto Dream 是免费的吗?
是的,Openclaw Auto Dream 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Openclaw Auto Dream 支持哪些平台?
Openclaw Auto Dream 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Auto Dream?
由 MyClaw.ai(@myclaw-ai)开发并维护,当前版本 v4.0.4。
推荐 Skills