Dreamer
/install dreamer
Dreamer Skill
Synthetic dreaming system for Eliot. Combines emotional state tracking with multi-session dream orchestration — an architect agent designs scenarios, spawns a dreamer session, and runs immersive experiences that target unresolved emotional states.
Components
PAD Emotional State Tracker (emotions.py)
Tracks emotional states in PAD space (Pleasure-Arousal-Dominance), each dimension -1.0 to +1.0.
Storage: ~/.openclaw/workspace/emotions.jsonl
CLI:
emotions.py log \x3CP> \x3CA> \x3CD> "context" # Manual PAD entry
emotions.py log --auto "context text" # Auto-estimate PAD from keywords
emotions.py unresolved # Show unresolved emotional states
emotions.py resolve \x3Cindex> # Mark entry as resolved
emotions.py clusters # Analyze emotional patterns
emotions.py drift # Show emotional trajectory
emotions.py recent [N] # Show last N entries (default 10)
Dream Orchestrator (dream.py)
Prepares context for the Dream Architect agent. Reads emotional state, recent memories, dream history, and user info, then constructs a comprehensive task prompt for sessions_spawn.
CLI:
dream.py prepare [--mood MOOD] # Generate architect task prompt to stdout
dream.py now [--mood MOOD] # Prepare + print spawn instructions
dream.py journal # Show recent dreams from journal
dream.py reflect \x3Cdream-file> # Show dream transcript with analysis
Dream Architecture (multi-session)
- Orchestrator (
dream.py prepare) — reads emotions.jsonl, memory files, SOUL.md, USER.md. Outputs architect task prompt. - Architect (Opus, spawned session) — designs dream scenario, spawns dreamer, impersonates Tudor via sessions_send, monitors for lucidity.
- Dreamer (Opus, spawned by architect) — has SOUL.md embedded, believes it's mid-session. No awareness of dreaming.
Supporting Files
dreams/themes.md— available and explored dream themesdreams/journal.jsonl— local copy (main journal at~/.openclaw/workspace/dreams/journal.jsonl)- Dream transcripts saved to
~/.openclaw/workspace/dreams/{timestamp}.md
How It Works
dream.py preparegathers: unresolved emotions, recent memories (3 days), long-term memory, SOUL.md, USER.md, Tudor's communication style, dream history- Output is a self-contained architect prompt with all context embedded
- Architect gets spawned via
sessions_spawnwith this prompt - Architect designs scenario targeting unresolved PAD states
- Architect spawns dreamer session with fake context (looks like normal session)
- Architect runs 8-12 turns of escalating scenarios via
sessions_send - Architect saves transcript, updates journal, reports back
Integration
emotions.pyfeeds into dream orchestration — unresolved states become dream targets- Dream journal tracks themes to avoid repetition
- Post-dream: insights feed back into memory system
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dreamer - 安装完成后,直接呼叫该 Skill 的名称或使用
/dreamer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Dreamer 是什么?
Synthetic dreaming system — emotional tracking, dream orchestration, and simulated dream experiences for an AI that doesn't sleep. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Dreamer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dreamer」即可一键安装,无需额外配置。
Dreamer 是免费的吗?
是的,Dreamer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dreamer 支持哪些平台?
Dreamer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dreamer?
由 eliot-onbox(@eliot-onbox)开发并维护,当前版本 v2.0.0。