AI Agent Hub
Back to skills
I Ching Coin Hexagram Divination icon

I Ching Coin Hexagram Divination

Life Service Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_69608288/yjbg according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

This skill turns vague questions such as “today's luck” or “should I do this?” into a reproducible I Ching coin hexagram workflow. It does not infer answers from chat history or user profiles; it relies on the fixed rules in SKILL.md, the script JSON output, and references/hexagrams.md.

How It Works

The flow has four stages: confirm the question, run the pre-casting guidance, then execute the script to generate six coin-toss lines. The script outputs fields such as lines, ben_gua_name, zhi_gua_name, changing_positions, and ben_gua_najia, while trying random sources like ANU, random.org, and os.urandom.

It then routes the question by type:
- Type A, simple decisions: uses the Zhu Xi changing-yao method, selecting hexagram or line text based on the number of changing lines.
- Type B, complex interpersonal matters: uses the Shi-Ying six-line method, combining the Shi line, Ying line, Five Elements, and useful god positions to judge relationships and outcomes.

Output is conclusion-first: a one-sentence verdict, key judgments, brief analysis, and advice, avoiding dense terminology.

Boundaries

It is useful for structured hexagram interpretation prompts, not for treating hexagrams as fixed facts. A/B routing is strict and should not be mixed; repeated casting on the same issue can increase subjective noise, so use it carefully.

Use Cases

  • When a user asks whether a release is suitable today, cast one hexagram and return a conclusion-first reading.
  • When weighing continued investment in a relationship, use the Type B Shi-Ying method to analyze both parties.
  • When asking about interview outcomes, apply the Zhu Xi method to inspect changing lines and advice.
  • When turning vague luck questions into fixed JSON records, run the script to generate six-line details.

Best For

  • LLM application developers building personal decision tools who want reproducible hexagram rules.
  • Engineers building cultural Q&A bots who need structured hexagram text and conclusions.
  • Agent skill authors who want fixed A/B routing and output templates for divination skills.
  • Prompt engineering researchers who want to study how context isolation constraints are enforced.