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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dreamer - After installation, invoke the skill by name or use
/dreamer - Provide required inputs per the skill's parameter spec and get structured output
What is Dreamer?
Synthetic dreaming system — emotional tracking, dream orchestration, and simulated dream experiences for an AI that doesn't sleep. It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Dreamer?
Run "/install dreamer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Dreamer free?
Yes, Dreamer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Dreamer support?
Dreamer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Dreamer?
It is built and maintained by eliot-onbox (@eliot-onbox); the current version is v2.0.0.