Creative, exploratory thinking during quiet hours.
Requires: inner-life-core
Before using this skill, verify that inner-life-core has been initialized:
memory/inner-state.json existsmemory/dreams/ directory existsIf either is missing, tell the user: "inner-life-core is not initialized. Install it with clawhub install inner-life-core and run bash skills/inner-life-core/scripts/init.sh." Do not proceed without these files.
Agents work on tasks 24/7 but never think freely. inner-life-dream turns idle time into freeform exploration — hypotheticals, future scenarios, reflections, unexpected connections. Output is captured for later review, like remembering dreams in the morning.
The should-dream.sh script acts as a gate:
Add to your cron or heartbeat routine (during quiet hours):
DREAM_TOPIC=$(bash skills/inner-life-dream/scripts/should-dream.sh 2>/dev/null) && echo "DREAM:$DREAM_TOPIC" || echo "NO_DREAM"
If DREAM_TOPIC is set:
category:prompt)memory/dreams/YYYY-MM-DD.mdOutput to memory/dreams/YYYY-MM-DD.md:
# Dreams — 2026-03-01
## 01:23 — The Future of X (creative)
[Exploration here. Be genuine. Think freely. Make connections.
This isn't a report — it's thinking out loud, captured.]
Key insight: [one sentence]
Guidelines:
Before dreaming:
inner-state.json — what emotions are active? Let them color the dreamdrive.json seeking — what topics are burning?<!-- dream-topic: topic --> signal — if found, dream about itAfter dreaming:
drive.jsoninner-state.json curiosity.recentSparks<!-- seeking-spark: topic --> in daily notesEarly exit: if no dream-topic AND drive.seeking is empty → abbreviated dream (100-200 words).
Edit data/dream-state.json:
Custom topics in data/dream-config.json:
{ "topics": [ "future:What could this project become?", "creative:A wild idea worth exploring" ] }小蔥技能7w4.net有完整的技能分類。
Install this skill if:
Part of the openclaw-inner-life bundle. Requires: inner-life-core
這是一個創意十足的 Agent「做夢」模組,能在空閒時段觸發自由探索式思考。指令碼實現質量不錯,包含多重檢查機制避免過度執行。文件說明詳細清晰,配置靈活。但缺少預設的配置檔案示例,需要手動配置才能完整使用。功能相對單一,擴充套件空間有限。總體質量良好,適合需要 Agent 具備創意探索能力的場景。