Inner Life Dream

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is coherent and local-only, but it is designed to periodically create and store “dream” reflections that can update the agent’s persistent memory if the user enables it.

This skill appears benign and purpose-aligned. Install it only if you want your agent to keep local creative reflections and potentially update its inner-life memory. If you connect it to cron or a heartbeat, review the generated dream and memory files occasionally.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Dream entries and related updates may become part of the agent’s future memory and can affect later behavior or priorities.

Why it was flagged

The skill explicitly uses persistent memory and drive files as context and output. This is central to the skill, but it means generated dream content or notes can influence future agent context.

Skill content
reads: ["memory/inner-state.json", "memory/drive.json", "data/dream-state.json", "data/dream-config.json", "memory/daily-notes/"]
    writes: ["memory/dreams/", "data/dream-state.json", "memory/inner-state.json", "memory/drive.json"]
Recommendation

Review the files under memory/dreams, memory/inner-state.json, and memory/drive.json periodically, especially before relying on the agent’s remembered preferences or goals.

What this means

If added to cron or a heartbeat, the agent may generate and store reflections without a direct prompt each time.

Why it was flagged

The skill recommends user-configured scheduled execution during quiet hours. This is disclosed and aligned with the dream feature, but it can cause autonomous background activity if enabled.

Skill content
Add to your cron or heartbeat routine (during quiet hours):
Recommendation

Only enable scheduled use if you want autonomous quiet-hours reflections, and keep the configured nightly limit and dream chance at values you are comfortable with.