← Back to Skills Marketplace
223
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zhouyi-divin
Description
基于《周易》的完整占卜系统,支持铜钱起卦 + 八字排盘 + 综合解读
Usage Guidance
This skill appears to do what it says: a local Python-based Zhouyi divination tool with no external dependencies or credential requests. Before installing or running it, do the following: 1) Open SKILL.md and the two Python files in a text editor that can show invisible characters (to inspect the unicode-control-chars the scanner flagged) and search for suspicious strings like 'http', 'socket', 'requests', 'urllib', 'subprocess', 'os.system', or any unexpected file paths. 2) Inspect the remainder of scripts/divine.py (the provided snippet was truncated) to ensure there are no network calls or unexpected file writes. 3) Run the scripts in a network-isolated sandbox (or with networking disabled) the first time to verify behavior and outputs. 4) Note the minor packaging sloppiness (INSTALL.md mentions start.bat/gua.bat that are not in the manifest) — benign but a sign to inspect the package thoroughly. If you are not comfortable doing these checks, run it only on an offline/test machine.
Capability Analysis
Type: OpenClaw Skill
Name: zhouyi-divin
Version: 1.0.0
The skill bundle is a legitimate implementation of a traditional Chinese divination system (Zhouyi and Bazi). The Python scripts (scripts/divine.py and scripts/bazi.py) are well-structured, use only standard libraries (math, datetime, random), and perform local calculations without any network access, file system modifications, or sensitive data access. The documentation (SKILL.md, README.md) accurately describes the tool's functionality and contains no malicious instructions or prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description (周易占卜) match the included code: scripts/divine.py and scripts/bazi.py implement coin-casting, hexagram lookup, Bazi calculation and combined output. The skill requests no env vars or external binaries. Minor inconsistency: INSTALL.md references start.bat and gua.bat launchers that are mentioned but not present in the file manifest — nothing dangerous but slightly sloppy packaging.
Instruction Scope
SKILL.md instructs the agent/user to run the local Python scripts and explicitly claims 'pure local run, no external API calls, no sensitive file reads/writes'. The visible code (bazi.py and the shown part of divine.py) uses only stdlib modules and local data structures. There is a scanner finding of unicode control characters in SKILL.md (possible prompt-injection attempt) — SKILL.md itself is the interaction contract for the agent, so hidden characters are worth reviewing. Also verify the rest of divine.py (file truncated in the provided snippet) to confirm there are no hidden network calls or unexpected file operations.
Install Mechanism
No install spec; this is an instruction-only skill with included Python files. That is low risk — nothing is being downloaded or executed by an installer during installation.
Credentials
The skill declares no required environment variables, no credentials, and no special config paths. The code uses local time and command-line parameters only, which is proportionate for a divination/CLI utility.
Persistence & Privilege
Flags show always:false and normal autonomous invocation allowed. The package does not request permanent presence or system-wide configuration changes. The included .workbuddy/memory/MEMORY.md is a local project note and not an external credential store.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install zhouyi-divin - After installation, invoke the skill by name or use
/zhouyi-divin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Zhouyi-divination 1.0.0 – Initial Release
- Implements a complete I Ching (周易) divination system with copper coin hexagram casting, BaZi (八字) analysis, five elements evaluation, and combined interpretation.
- Provides eight core modules: coin casting, 64 hexagrams database, auto main/changed hexagrams, BaZi calculation, five elements analysis, helpful-spirit suggestion, decade fortune cycles, and integrated fortune reading.
- Supports command line, interactive, and JSON output modes.
- Full output examples and comprehensive parameter guide included.
- No external dependencies; secure, privacy-safe local execution.
- Includes detailed documentation and usage instructions in Chinese.
Metadata
Frequently Asked Questions
What is 周易占卜 - ZhouYi Divin?
基于《周易》的完整占卜系统,支持铜钱起卦 + 八字排盘 + 综合解读. It is an AI Agent Skill for Claude Code / OpenClaw, with 223 downloads so far.
How do I install 周易占卜 - ZhouYi Divin?
Run "/install zhouyi-divin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 周易占卜 - ZhouYi Divin free?
Yes, 周易占卜 - ZhouYi Divin is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 周易占卜 - ZhouYi Divin support?
周易占卜 - ZhouYi Divin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 周易占卜 - ZhouYi Divin?
It is built and maintained by steam2001 (@ahao2001); the current version is v1.0.0.
More Skills