← All skills
Tencent SkillHub · AI

Inner Life Dream

Your agent only works on tasks and never thinks creatively. inner-life-dream adds freeform exploration during quiet hours — hypotheticals, future scenarios,...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Your agent only works on tasks and never thinks creatively. inner-life-dream adds freeform exploration during quiet hours — hypotheticals, future scenarios,...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Manual review
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/should-dream.sh

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.6

Documentation

ClawHub primary doc Primary doc: SKILL.md 10 sections Open source page

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: Check that memory/inner-state.json exists 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: Checks if current time is within quiet hours (default: 11 PM - 7 AM) Checks if nightly dream limit is reached Rolls dice based on configured probability If all pass: returns a random topic and updates state If any fail: exits non-zero (no dream)

Integration

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: Parse the topic (format: category:prompt) Read emotional state and drive.json for context Write a thoughtful exploration to memory/dreams/YYYY-MM-DD.md 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: # 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: 300-500 words, one key insight Timestamp each entry Skip if you have nothing worth saying — forced dreams are worthless Let emotions color the dream (read inner-state.json first)

State Integration

Before dreaming: Read inner-state.json — what emotions are active? Let them color the dream Read drive.json seeking — what topics are burning? Read today's daily notes — what happened? Check for <!-- dream-topic: topic --> signal — if found, dream about it After dreaming: 5. If found a seeking insight → update drive.json 6. If found something interesting → add to inner-state.json curiosity.recentSparks 7. If the dream connects to something → write <!-- seeking-spark: topic --> in daily notes Early exit: if no dream-topic AND drive.seeking is empty → abbreviated dream (100-200 words).

Configuration

Edit data/dream-state.json: maxDreamsPerNight — cap per night (default: 1) dreamChance — probability per check (default: 1.0 = guaranteed) Custom topics in data/dream-config.json: { "topics": [ "future:What could this project become?", "creative:A wild idea worth exploring" ] }

When Should You Install This?

Install this skill if: Your agent only does tasks and never thinks creatively You want your agent to explore ideas during downtime You believe in the value of unstructured thinking You want captured insights for morning review Part of the openclaw-inner-life bundle. Requires: inner-life-core

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/should-dream.sh Scripts