Overview
- Skill Key
- briancolinger/dreaming
- Author
- briancolinger
- Source Repo
- openclaw/skills
- Version
- 1.0.1
- Source Path
- skills/briancolinger/dreaming
- Latest Commit SHA
- 17ba880970fcb2f91e1b06412dc0c9782bfc46e5
Creative exploration during quiet hours. Turns idle heartbeat time into freeform thinking — hypotheticals, future scenarios, reflections, unexpected connections. Use when you want your agent to do something meaningful during low-activity periods instead of just returning HEARTBEAT_OK. Outputs written to files for human review later (like remembering dreams in the morning).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 dreaming 技能。 若已安装,则直接安装 dreaming 技能。
# Dreaming Creative, exploratory thinking during quiet hours. Not task-oriented work — freeform associative exploration that gets captured for later review. ## Environment Variables | Variable | Required | Default | Description | |----------|----------|---------|-------------| | `WORKSPACE` | No | Skill's parent directory (`scripts/..`) | Root directory where `data/` and `memory/` live. Optional — defaults to the skill's parent directory, which is correct for standard workspace layouts. | ## Directories Written The skill writes to these directories (relative to `WORKSPACE`): - **`data/dream-state.json`** — Tracks nightly dream count and last dream date - **`data/dream-config.json`** — Optional custom topic configuration (user-created) - **`memory/dreams/YYYY-MM-DD.md`** — Dream output files (written by the agent, not the script) ## Setup ### 1. Configure quiet hours and topics Edit `skills/dreaming/scripts/should-dream.sh` to customize: - **QUIET_START / QUIET_END** — when dreaming can happen (default: 11 PM - 7 AM) - **TOPICS array** — categories of exploration (see defaults for examples) ### 2. Create state and output directories ```bash mkdir -p data memory/dreams ``` ### 3. Add to HEARTBEAT.md Add this section to your heartbeat routine (during quiet hours): ```markdown ## Dream Mode (Quiet Hours Only) Check if it's time to dream: \`\`\`bash DREAM_TOPIC=$(./skills/dreaming/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. Write a thoughtful exploration to `memory/dreams/YYYY-MM-DD.md` 3. Keep it genuine — not filler. If the well is dry, skip it. 4. Append to the file if multiple dreams that night ``` ## How It Works The `skills/dreaming/scripts/should-dream.sh` script acts as a gate: 1. Checks if current time is within quiet hours 2. Checks if we've already hit the nightly dream limit 3. Rolls dice based on configured probab...
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.
capgoblin
Access unsecured credit lines for AI agents on the Arc Network using the Credex Protocol. Use for borrowing USDC against reputation, repaying debt to grow credit limits, providing liquidity as an LP, or managing cross-chain USDC via Circle Bridge. Triggers on "borrow from credex", "repay debt", "deposit to pool", "check credit status", "provide liquidity", or any credit/lending task on Arc.
capt-marbles
Control PhantomBuster automation agents via API. List agents, launch automations, get output/results, check status, and abort running agents. Use when the user needs to run LinkedIn scraping, Twitter automation, lead generation phantoms, or any PhantomBuster workflow.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".
camohiddendj
DuckDuckGo HTML search scraper CLI with JSON, CSV, OpenSearch, markdown, and compact outputs.