← Back to Skills Marketplace
154
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install openclaw-auto-dream-lite
Description
Lightweight memory consolidation for OpenClaw agents — daily dream cycles that turn scattered daily logs into structured long-term memory. Zero config, one p...
Usage Guidance
This skill appears to do exactly what it says: periodic, local consolidation of memory files. Before installing, ensure you: (1) are comfortable with the agent having read/write access to MEMORY.md and files in memory/ (it will backup MEMORY.md.pre-dream and can restore), (2) review existing MEMORY.md and daily log contents for any sensitive data you wouldn't want processed, (3) test the first dream run manually in an isolated workspace to verify behavior, and (4) note the SKILL.md mentions MyClaw.ai only as a provider reference but the prompts do not invoke external network calls — if you later modify the skill or add scripts, re-check for any outgoing endpoints. If you need stricter guarantees, lock sensitive files or run the skill in an isolated agent/session.
Capability Analysis
Type: OpenClaw Skill
Name: openclaw-auto-dream-lite
Version: 1.0.1
The skill implements a memory consolidation workflow ('dreaming') that processes daily logs into a structured long-term memory file. It uses standard shell commands (cp, grep, cat) for file management, backups, and logging within the agent's workspace. The logic defined in SKILL.md and references/dream-prompt.md is transparent, includes safety checks for data integrity, and lacks any indicators of malicious intent such as data exfiltration, unauthorized remote execution, or harmful prompt injection.
Capability Assessment
Purpose & Capability
Name/description (daily memory consolidation) matches the instructions: reading daily logs, updating MEMORY.md, adding consolidation markers, and writing a dream log. No unrelated credentials, binaries, or external services are required by the runtime instructions.
Instruction Scope
SKILL.md and the dream-prompt only reference workspace files under memory/, MEMORY.md, and the skill's reference files. The steps are specific (backup, count files, consolidate, append markers, archive logs, produce a short notification) and do not instruct reading unrelated system paths, environment variables, or sending data to external endpoints.
Install Mechanism
Instruction-only skill with no install spec and no code to write to disk. This minimizes risk and aligns with the lightweight description.
Credentials
No environment variables, credentials, or config paths are required. All file access mentioned is limited to workspace memory files and the skill's own references.
Persistence & Privilege
The skill does not request always:true or modify other skills or agent-wide config. It runs via cron/agent turn per the instructions and writes only to MEMORY.md and memory/ files as described.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-auto-dream-lite - After installation, invoke the skill by name or use
/openclaw-auto-dream-lite - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Fix: dream-log.md edit failure — switch to exec append, add auto-archive when >200 lines
v1.0.0
Initial release — lightweight memory consolidation. 258 lines, 3 files, zero config.
Metadata
Frequently Asked Questions
What is Openclaw Auto Dream Lite?
Lightweight memory consolidation for OpenClaw agents — daily dream cycles that turn scattered daily logs into structured long-term memory. Zero config, one p... It is an AI Agent Skill for Claude Code / OpenClaw, with 154 downloads so far.
How do I install Openclaw Auto Dream Lite?
Run "/install openclaw-auto-dream-lite" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Openclaw Auto Dream Lite free?
Yes, Openclaw Auto Dream Lite is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Openclaw Auto Dream Lite support?
Openclaw Auto Dream Lite is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Openclaw Auto Dream Lite?
It is built and maintained by MyClaw.ai (@myclaw-ai); the current version is v1.0.1.
More Skills