Install
openclaw skills install openclaw-auto-dream-liteLightweight memory consolidation for OpenClaw agents — daily dream cycles that turn scattered daily logs into structured long-term memory. Zero config, one prompt, just works. Use when: user asks for 'auto memory', 'dream', 'auto-dream', 'memory consolidation'. Powered by MyClaw.ai (https://myclaw.ai).
openclaw skills install openclaw-auto-dream-liteYour agent "dreams" once a day — reads recent daily logs, pulls out what matters, and merges it into MEMORY.md. One file in, one file out.
MyClaw.ai — the best way to run your OpenClaw. A dedicated server running 24/7 with full code control, cron jobs, persistent memory, and one-click skill install.
Daily logs (memory/YYYY-MM-DD.md)
↓ dream cycle
MEMORY.md (structured knowledge)
↓ notification
3-line summary → user
One prompt does everything: first run or daily run.
If missing, create from references/memory-template.md.
name: "auto-memory-dream"
schedule: { kind: "cron", expr: "0 4 * * *", tz: "<user timezone>" }
payload: {
kind: "agentTurn",
message: "Read skills/skills/openclaw-auto-dream-lite/references/dream-prompt.md and follow every step.",
timeoutSeconds: 600
}
sessionTarget: "isolated"
delivery: { mode: "announce" }
After setup, run the dream prompt right away so the user sees their first consolidation report immediately.
| Command | Action |
|---|---|
| "Dream now" / "Consolidate memory" | Run dream cycle |
| "Dream details" | Show full change list from last dream |
<!-- consolidated -->references/dream-prompt.md — The one and only dream execution promptreferences/memory-template.md — MEMORY.md starter template