← Back to Skills Marketplace
172
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zhougong-dream-analysis
Description
基于传统周公解梦和现代心理学的双语解梦系统。支持格式化梦境输入、交互式引导提问、双版本解读(传统版+科学版)、智能吉凶建议。使用场景:梦境解读、运势咨询、心理安慰、文化娱乐。SEO关键词:dream analysis, dream interpretation, dream meaning, Chinese dr...
Usage Guidance
This skill appears to be a self-contained, local Python-based dream interpreter and is internally coherent. Before installing or running it: (1) prefer using the bundled scripts rather than blindly running npm/clawhub install commands — the skill.json references an npm package name that would pull remote code; verify that package on the registry first. (2) The trigger uses subprocess.run with an argv list (no shell), which is safer than shell invocation, but avoid feeding untrusted input into any system-level installers. (3) Note minor documentation mismatches (referenced reference files listed in SKILL.md are not present in the bundle, and skill.json homepage differs from the top-level metadata) — these suggest sloppy packaging rather than malicious intent. If you plan to publish or install from a remote registry, review the remote package contents and repository to ensure they match these local files.
Capability Analysis
Type: OpenClaw Skill
Name: zhougong-dream-analysis
Version: 1.0.1
The skill bundle provides a bilingual dream analysis tool based on traditional Chinese culture and modern psychology. The core logic in scripts/zhougong_dream.py is a straightforward dictionary-based lookup system, and trigger.py safely invokes it using subprocess.run with an argument list, avoiding shell injection risks. The instructions in SKILL.md and README.md are entirely consistent with the stated purpose, containing no evidence of malicious prompt injection, data exfiltration, or unauthorized system access.
Capability Assessment
Purpose & Capability
Name/description (ZhouGong dream analysis) align with the provided scripts and SKILL.md. The included Python scripts implement local dream parsing, dual (traditional + psychological) interpretations, bilingual output, and interactive questions — all coherent with the declared purpose.
Instruction Scope
Runtime instructions call the local script (scripts/zhougong_dream.py) via trigger.py. The scripts only parse the provided dream text and format local database responses. There are no instructions to read unrelated system files, environment variables, or to transmit data externally.
Install Mechanism
Most files are bundled, and no install-time downloads are required to run the included scripts. However, skill.json and SKILL.md mention npm/clawhub install commands (npm package 'zhougong-dream-analysis@latest' and clawhub), which could fetch code from a remote registry if used. That is a packaging/install inconsistency (registry metadata earlier indicated no install spec). Installing the npm package would be a moderate-risk action until you verify the package source and contents.
Credentials
The skill does not request any environment variables, credentials, or config paths. All behavior is local and does not require secrets or elevated service access.
Persistence & Privilege
The skill does not request persistent or system-wide privileges. always is false and the code does not attempt to modify other skills or system configuration. trigger.py invokes the local script and returns stdout; subprocess.run is used without a shell, reducing command-injection risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zhougong-dream-analysis - After installation, invoke the skill by name or use
/zhougong-dream-analysis - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Expanded SKILL.md to provide a full, structured user and feature guide in both Chinese and English.
- Added detailed descriptions of supported dream scenarios, categories, sample queries, and output formats.
- Included explanation of traditional and modern psychological interpretations, auspiciousness levels, and advice/prescription methods.
- Listed core scripts, database structure, and API call examples for both simple and advanced usage.
- Clarified applicable scenarios, legal notice, and cultural/psychological disclaimers.
- Improved SEO coverage with relevant keywords.
Metadata
Frequently Asked Questions
What is Zhougong Dream?
基于传统周公解梦和现代心理学的双语解梦系统。支持格式化梦境输入、交互式引导提问、双版本解读(传统版+科学版)、智能吉凶建议。使用场景:梦境解读、运势咨询、心理安慰、文化娱乐。SEO关键词:dream analysis, dream interpretation, dream meaning, Chinese dr... It is an AI Agent Skill for Claude Code / OpenClaw, with 172 downloads so far.
How do I install Zhougong Dream?
Run "/install zhougong-dream-analysis" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Zhougong Dream free?
Yes, Zhougong Dream is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Zhougong Dream support?
Zhougong Dream is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Zhougong Dream?
It is built and maintained by Koradji77 (@koradji77); the current version is v1.0.1.
More Skills