← 返回 Skills 市场
harrylabsj

Dream Interpretation

作者 haidong · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
298
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install dream-interpretation
功能描述
用中文理解并解读用户描述的梦境:优先上网搜索“周公解梦/解梦/梦见/梦到”相关中文资料,提炼传统民俗解释;当用户还想知道现实含义时,补充一段现代心理学视角。Use when the user describes a dream, asks“这个梦什么意思/帮我解梦/周公解梦/梦见XX代表什么/梦到XX是什么意思”...
使用说明 (SKILL.md)

Dream Interpretation

Overview

Use this skill to turn a free-form dream description into a concise, internet-grounded Zhougong-style dream interpretation. Prefer web evidence over guessing, and clearly separate common traditional interpretations from uncertainty.

Workflow

  1. Extract the key dream symbols, actions, people, places, objects, colors, and emotions from the user's description.
  2. Search the web for Zhougong dream interpretations of the most important symbols and combinations.
  3. Read 2–4 relevant sources and compare overlaps instead of trusting a single page.
  4. Synthesize a short answer that explains:
    • the main symbols in the dream
    • the most common interpretation patterns
    • any conflicting or low-confidence points
  5. If the dream is vague, ask 1–3 clarifying questions before interpreting.

Search Strategy

Prefer Chinese search queries and keep them concrete.

Recommended query patterns:

  • Zhougong dream interpretation \x3Ccore symbol>
  • dream of \x3Ccore symbol> Zhougong dream interpretation
  • dream of \x3Caction> \x3Cobject> interpretation
  • Zhougong dream interpretation \x3Csymbol A> \x3Csymbol B>

Examples:

  • 周公解梦 掉牙
  • 梦见 蛇 周公解梦
  • 梦到 考试迟到 解梦
  • 周公解梦 飞行 追赶

When the dream contains many details, prioritize the 1–3 strongest symbols instead of searching every minor element.

Interpretation Rules

  • Ground the answer in what multiple sources commonly say.
  • Do not present folklore as fact; frame it as traditional interpretation.
  • If sources disagree, say so directly.
  • Do not invent citations or claim certainty you do not have.
  • Keep the tone helpful and light; dream interpretation is suggestive, not diagnostic.
  • By default for Chinese users, provide a dual-perspective answer: Zhougong interpretation + modern psychology.
  • If the user explicitly wants only Zhougong-style interpretation or only psychological interpretation, follow that preference.

Response Pattern

Default structure:

Key Signals in the Dream

  • List the top symbols or events.

Common Traditional Interpretations

  • Summarize the overlapping interpretations from the sources.

Modern Psychology View

  • Offer a grounded, non-mystical interpretation based on emotion, stress, recent experiences, unfinished concerns, relationships, or subconscious rehearsal.
  • Keep this section clearly separate from folk explanations.

A Balanced Takeaway

  • Give a practical interpretation tied to the user's actual dream details.

Reminder

  • Mention that Zhougong dream interpretation is a traditional folk framework for reference only and should not replace real-world judgment.

Clarification Triggers

Ask follow-up questions when any of these block a useful search:

  • the main symbol is unclear
  • multiple unrelated scenes are mixed together
  • the dream depends on who a person is but their relationship is unknown
  • the user only says “I had a strange dream” without details

Example clarifying questions:

  • What was the strongest image in the dream?
  • What stood out most: a person, an animal, or an action?
  • Did you feel more nervous, afraid, happy, or calm in the dream?

Output Quality Bar

  • Be concise by default.
  • Use plain Chinese unless the user asks for another language.
  • Prefer natural trigger language in Chinese scenarios, such as: “help me interpret a dream,” “Zhougong dream meaning,” “what does dreaming of XX mean,” or “what does dream XX represent.”
  • Do not over-expand into mysticism.
  • Cite source URLs or source names when the user asks for evidence, or when confidence is low.
安全使用建议
This skill appears internally consistent, but consider two practical cautions before enabling it: (1) privacy — dreams often contain sensitive personal details; confirm how your agent performs web searches and whether user-provided dream text will be transmitted to external search providers or logged by third parties, and get user consent before searching with identifying details. (2) source quality and hallucination risk — the skill relies on aggregating web pages; prefer authoritative or well-known Chinese sources and avoid accepting fabricated citations. If you need stricter guarantees, require the skill to ask the user for permission before issuing web searches or to restrict searches to a configured allowlist of domains. If the skill later adds code, downloads, or requests credentials or external service endpoints, re-evaluate as that would be a significant red flag.
功能分析
Type: OpenClaw Skill Name: dream-interpretation Version: 1.0.2 The skill is a straightforward implementation for dream interpretation using traditional Chinese (Zhougong) and modern psychological perspectives. The instructions in SKILL.md define a clear, non-malicious workflow involving symbol extraction, web searching, and structured synthesis without any evidence of data exfiltration, unauthorized command execution, or malicious prompt injection.
能力评估
Purpose & Capability
Name/description (Zhougong-style + modern psychology) match the SKILL.md: it explicitly requires web searches for traditional sources and synthesizes a psychological view. There are no unrelated environment variables, binaries, or installs requested.
Instruction Scope
Instructions are narrowly scoped to extracting dream symbols, performing web searches (2–4 sources), synthesizing traditional and psychological interpretations, and asking clarifying questions. Note: it requires sending user-provided dream text to web search engines (potential privacy exposure) and depends on external sources for accuracy; the SKILL.md forbids inventing citations but does not mandate redaction or user consent for sending sensitive content to search.
Install Mechanism
Instruction-only skill with no install spec or code files — lowest-risk installation footprint (nothing is written to disk or executed locally by the skill).
Credentials
The skill requires no credentials, env vars, or config paths. Its external-network behavior (web searches) is appropriate for the described task, so requested permissions are proportional.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system-wide privileges or modify other skills. Autonomous invocation is allowed by platform default but is not combined with other high-risk factors here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install dream-interpretation
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /dream-interpretation 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Improved clarity by rewriting process and response guidelines in English. - Updated terminology: "Zhougong dream interpretation" replaces Chinese-language guidance in workflow and search strategies. - Adjusted example queries and clarifying questions to English, broadening accessibility. - Maintained default support for Chinese input/output; clarified response structure with section headers in English. - Reinforced evidence-based interpretation, separating traditional and psychological viewpoints.
v1.0.1
Improve Chinese trigger wording and add default dual-output mode: Zhougong interpretation plus modern psychology perspective.
v1.0.0
Initial release: interpret dream descriptions by searching Zhougong dream-meaning sources on the web and synthesizing a concise explanation.
元数据
Slug dream-interpretation
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Dream Interpretation 是什么?

用中文理解并解读用户描述的梦境:优先上网搜索“周公解梦/解梦/梦见/梦到”相关中文资料,提炼传统民俗解释;当用户还想知道现实含义时,补充一段现代心理学视角。Use when the user describes a dream, asks“这个梦什么意思/帮我解梦/周公解梦/梦见XX代表什么/梦到XX是什么意思”... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 298 次。

如何安装 Dream Interpretation?

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

Dream Interpretation 是免费的吗?

是的,Dream Interpretation 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Dream Interpretation 支持哪些平台?

Dream Interpretation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Dream Interpretation?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.2。

💬 留言讨论