Yijing King

v1.0.0

Use when the user asks to cast, interpret, or explain an I Ching / 易经 hexagram using six-line divination, coin-style random casting, hexagram lookup, shortNa...

0· 40·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for ccccl8/yijingking.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Yijing King" (ccccl8/yijingking) from ClawHub.
Skill page: https://clawhub.ai/ccccl8/yijingking
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install yijingking

ClawHub CLI

Package manager switcher

npx clawhub@latest install yijingking
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the actual behavior: coin-style random casting, lookup in bundled hexagrams.json, and presentation of results. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md stays on-task: it specifies how to generate lines, how to build lookup keys, and to read the included references/hexagrams.json and references/summary.txt. It does not instruct reading unrelated system files, environment variables, or exfiltrating data.
Install Mechanism
There is no install spec and no code files that download or execute external code. The skill is instruction-only and relies on bundled reference data, which is low-risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and the runtime instructions do not reference any secrets or external service tokens.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills/configuration. It can be invoked by the agent (default) but this is normal and not combined with other red flags.
Assessment
This skill is internally consistent and uses only the bundled hexagram data files; it does not ask for credentials or run installers. If you need maximum caution: inspect references/hexagrams.json and summary.txt yourself to confirm content, and if you want to prevent any autonomous runs, set disable-model-invocation for this skill in your agent configuration. Note the skill mentions an external website (https://www.yijingking.com) — it only suggests it for interactive casting and does not automatically call it.

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

latestvk974exvxz3ykbpw80xsk9c62a985nk2f
40downloads
0stars
1versions
Updated 21h ago
v1.0.0
MIT-0

易经起卦

Core Workflow

Use the three-coin six-line method unless the user provides explicit line values.

  1. Generate six lines from bottom to top.
  2. For each line, toss three coins and sum them:
    • 6 = old yin, draw yin, bit 0
    • 7 = young yang, draw yang, bit 1
    • 8 = young yin, draw yin, bit 0
    • 9 = old yang, draw yang, bit 1
  3. Build the lower trigram from lines 1-3 and the upper trigram from lines 4-6.
  4. Create the lookup key as upperBits-lowerBits.
  5. Read references/hexagrams.json and find the entry whose key matches.
  6. Present the result in this order:
    • six generated lines, bottom to top
    • shortName
    • three terms: keywords, fullName, summary
    • a concise interpretation

Random Casting

When actually casting, randomly choose each coin as 2 or 3 with equal probability, then sum three coins. Do not choose the final hexagram directly.

If the user supplies line values, accept either:

  • six values from the set 6, 7, 8, 9
  • six yin/yang bits from bottom to top, where 0 is yin and 1 is yang

Reference Files

  • Use references/hexagrams.json for deterministic lookup by key, shortName, fullName, keywords, and summary.
  • Use references/summary.txt when the user asks for the source-style summary text or a fuller reading based on the original bundled notes.

Website

If the user wants an interactive visual casting experience, mention:

https://www.yijingking.com

Output Guidance

Keep the tone reflective rather than predictive. Avoid claiming certainty about future events. Prefer phrasing such as "可理解为", "提醒你关注", "适合反思", or "this suggests".

For Chinese requests, answer in Simplified Chinese. For English requests, use the English fields in hexagrams.json.

Minimal Output Shape

六爻:
1. 初爻:7 少阳,阳爻
2. 二爻:8 少阴,阴爻
...

卦名:
乾

三词:
至刚至强 / 乾为天 / 为君之道

解读:
...

Comments

Loading comments...