Overview
- Skill Key
- dkistenev/inner-life-dream
- Author
- dkistenev
- Source Repo
- openclaw/skills
- Version
- 1.0.6
- Source Path
- skills/dkistenev/inner-life-dream
- Latest Commit SHA
- d09f5b46335af09266eb0ba89de4a58e3ca2c763
Your agent only works on tasks and never thinks creatively. inner-life-dream adds freeform exploration during quiet hours — hypotheticals, future scenarios, unexpected connections. Like dreaming, but captured for review.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 inner-life-dream 技能。 若已安装,则直接安装 inner-life-dream 技能。
# inner-life-dream > Creative, exploratory thinking during quiet hours. Requires: **inner-life-core** ## Prerequisites Check Before using this skill, verify that inner-life-core has been initialized: 1. Check that `memory/inner-state.json` exists 2. Check that `memory/dreams/` directory exists If 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. ## What This Solves 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. ## How It Works The `should-dream.sh` script acts as a gate: 1. Checks if current time is within quiet hours (default: 11 PM - 7 AM) 2. Checks if nightly dream limit is reached 3. Rolls dice based on configured probability 4. If all pass: returns a random topic and updates state 5. If any fail: exits non-zero (no dream) ### Integration Add to your cron or heartbeat routine (during quiet hours): ```bash 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: 1. Parse the topic (format: `category:prompt`) 2. Read emotional state and drive.json for context 3. Write a thoughtful exploration to `memory/dreams/YYYY-MM-DD.md` 4. Keep it genuine — if the well is dry, skip it ## Dream Categories - **future** — What could this become? - **tangent** — Interesting concepts worth exploring - **strategy** — Long-term thinking - **creative** — Wild ideas, maybe crazy, maybe brilliant - **reflection** — Looking back at recent work - **hypothetical** — What-if scenarios - **connection** — Unexpected links between domains ## Writing Dreams Output to `memory/dreams/YYYY-MM-DD.md`: ```markdo...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
openstockdata
OpenClaw Skill for stock data analysis
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.