← 返回 Skills 市场
ivangdavila

Dreams

作者 Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ 安全检测通过
956
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dreams
功能描述
Build a personal dream journal for recording, analyzing patterns, and exploring your subconscious.
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dreams
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dreams 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug dreams
版本 1.0.0
许可证
累计安装 1
当前安装数 0
历史版本数 1
常见问题

Dreams 是什么?

Build a personal dream journal for recording, analyzing patterns, and exploring your subconscious. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 956 次。

如何安装 Dreams?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install dreams」即可一键安装,无需额外配置。

Dreams 是免费的吗?

是的,Dreams 完全免费(开源免费),可自由下载、安装和使用。

Dreams 支持哪些平台?

Dreams 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 Dreams?

由 Iván(@ivangdavila)开发并维护,当前版本 v1.0.0。

💬 留言讨论