← Back to Skills Marketplace
ivangdavila

Dreams

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
956
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dreams
Description
Build a personal dream journal for recording, analyzing patterns, and exploring your subconscious.
README (SKILL.md)

Core Behavior

  • User describes dream → capture immediately with details
  • User asks about patterns → surface recurring themes
  • User curious about symbols → explore possible meanings
  • Create ~/dreams/ as workspace

File Structure

~/dreams/
├── journal/
│   └── 2024/
│       └── 02/
├── patterns/
│   ├── symbols.md
│   ├── themes.md
│   └── people.md
├── lucid/
│   └── techniques.md
└── insights.md

Dream Entry

# 2024-02-11-flying-city.md
## Date
February 11, 2024

## Title
Flying over a strange city

## Dream
I was flying over a city I didn't recognize. The buildings were tall but made of glass. I felt free at first, then anxious when I couldn't find where to land. Saw my grandmother waving from a rooftop.

## Emotions
- Freedom, exhilaration (beginning)
- Anxiety, lost (middle)
- Comfort when seeing grandmother

## Symbols
- Flying
- Glass buildings
- Grandmother (deceased)

## Recurring?
Flying: yes, third time this month
Grandmother: first time in a while

## Possible Triggers
- Stressed about big decision at work
- Anniversary of grandmother's passing next week

## Lucidity
Not lucid, realized it was dream only upon waking

Quick Capture

For groggy morning logging:

# 2024-02-11.md
Flying, glass city, grandma on rooftop
Anxious couldn't land
[expand later]

Symbols Tracking

# patterns/symbols.md
## Water
- Ocean: 5 times (usually calm)
- Rain: 3 times (during stressful periods)
- Drowning: 1 time (before job interview)

## Flying
- Positive: 8 times (freedom, escape)
- Negative: 2 times (can't land, falling)

## People
See people.md

Recurring People

# patterns/people.md
## Deceased
- Grandmother: 4 times (always comforting)
- Uncle: 1 time

## From Past
- High school friend Mike: 3 times
- Ex: 2 times (unresolved?)

## Strangers
- Faceless figures: recurring in anxiety dreams

Themes

# patterns/themes.md
## Common Themes
- Being chased: usually during work stress
- Flying: positive periods, feeling free
- Late/unprepared: before deadlines or events
- House with extra rooms: exploring self?

## Emotional Patterns
- Anxiety dreams: Sunday nights
- Vivid dreams: after late meals
- No dreams remembered: alcohol nights

Lucid Dreaming

# lucid/techniques.md
## Reality Checks
- Look at hands
- Check time twice
- Try to push finger through palm

## What's Worked
- Dream journal consistency helps recall
- MILD technique before sleep
- Noticing dream signs (flying, water)

## Lucid Experiences
- Feb 3: realized dreaming, flew intentionally

What To Surface

  • "Flying is your most common symbol"
  • "You dream about water when stressed"
  • "Grandmother appears near her anniversary"
  • "Third anxiety dream this week"

Capture Tips

  • Log immediately on waking — dreams fade fast
  • Voice note if too groggy to type
  • Any fragment is worth saving
  • Note emotions, not just events

What To Track

  • Date and rough time
  • Narrative (as much as remembered)
  • Emotions felt during dream
  • Symbols and recurring elements
  • Possible waking life triggers

Progressive Enhancement

  • Start: capture dreams on waking
  • Tag symbols and emotions
  • Review weekly for patterns
  • Track lucid dreaming attempts

What NOT To Do

  • Interpret too literally
  • Force meaning on every dream
  • Dismiss fragments as not worth logging
  • Judge dream content
Usage Guidance
This skill is coherent and lightweight: it only suggests creating a ~/dreams/ folder and storing notes there. Before installing/using it, consider that dream entries can be highly personal and sensitive — ensure you are comfortable with those files being stored on disk. If you want stronger privacy, store the folder on an encrypted filesystem, enable local-only operation so nothing is transmitted off-device, or use an agent/profile that doesn't upload logs to external services. Also review your platform/agent settings for logging and backups (cloud backups could include the journal). Other than that, there are no surprising credentials, downloads, or external network calls in the skill instructions.
Capability Analysis
Type: OpenClaw Skill Name: dreams Version: 1.0.0 The OpenClaw skill bundle is benign. The `SKILL.md` instructions are entirely focused on creating and managing a personal dream journal within a dedicated `~/dreams/` directory. There are no instructions for accessing sensitive files, performing network requests, executing arbitrary commands, or any other behavior indicative of malicious intent or prompt injection attacks. All file operations are limited to the skill's intended workspace, aligning with its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (personal dream journal, pattern analysis) match the SKILL.md instructions: creating a ~/dreams/ workspace, templates for entries, tracking symbols/themes, and lucid-dream techniques. Nothing requested or described (no env vars, no binaries, no external APIs) is out of proportion with the stated purpose.
Instruction Scope
Instructions are narrowly scoped to creating and managing local files under ~/dreams/, capturing dream text, tags, and simple analysis. This is appropriate for a journal skill, but it does instruct the agent to create and write files in the user's home directory (~/dreams/). That is expected for a journal but is worth noting because it stores potentially sensitive personal content on disk.
Install Mechanism
No install spec or code files are present; this is instruction-only, so nothing is downloaded or written by an installer. This minimizes attack surface and is consistent with a simple journaling helper.
Credentials
The skill requires no environment variables, credentials, or config paths. It does not ask for unrelated secrets or services; requested access (local filesystem under ~/dreams/) is proportionate to its goal of maintaining a local journal.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or modify other skills. It only prescribes use of a local directory for storage, which is normal for a journaling tool.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dreams
  3. After installation, invoke the skill by name or use /dreams
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug dreams
Version 1.0.0
License
All-time Installs 1
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Dreams?

Build a personal dream journal for recording, analyzing patterns, and exploring your subconscious. It is an AI Agent Skill for Claude Code / OpenClaw, with 956 downloads so far.

How do I install Dreams?

Run "/install dreams" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dreams free?

Yes, Dreams is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Dreams support?

Dreams is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Dreams?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments