Dreams

Build a personal dream journal for recording, analyzing patterns, and exploring your subconscious.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
2 · 845 · 0 current installs · 1 all-time installs
byIván@ivangdavila
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk970mwa78j09qks2dwqcq82es580yy36

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🌙 Clawdis
OSLinux · macOS · Windows

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

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…