An advanced I Ching divination engine that combines traditional coin and yarrow methods with poetic, AI-driven Oracle interpretations for deep introspection.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install yijing-divination
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install yijing-divination using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Yijing Divination skill is a sophisticated implementation of the ancient I Ching system designed for modern technical environments. By utilizing this skill within Openclaw Skills, developers and users can access a structured framework for decision-making guidance that respects traditional methodology while leveraging the power of AI to provide nuanced, first-person interpretations.
At its core, the skill simulates the process of casting hexagrams through various traditional algorithms. It doesn't just provide static text; it generates dynamic interpretations based on the main hexagram, nuclear hexagrams (representing hidden motivations), and relating hexagrams (showing future trends). The unique Oracle Voice feature ensures that the AI response remains philosophical and metaphorical, acting as a mirror for the user's inquiry rather than a simple command-based assistant.
To integrate this tool into your Openclaw Skills environment, ensure you have Python 3.x available. Follow these steps to initiate a divination session:
# Navigate to the skill directory
cd yijing-divination
# Run the divination script with your question
python3 scripts/divine.py --method coin --question "Provide guidance on my career path."
# For specific deterministic results, use a custom seed
python3 scripts/divine.py --method coin --seed "20260214"
The skill organizes its output into a structured JSON format to allow for easy parsing by other agents or frontend interfaces:
| Attribute | Description |
|---|---|
main_hexagram |
Contains the number (1-64), trigrams, lines (0 or 1), and ASCII visual representation. |
nuclear_hexagram |
Identifies the hidden internal hexagram representing the core of the situation. |
relating_hexagram |
The hexagram that the situation is moving toward (if changing lines exist). |
oracle_voice |
A first-person AI-generated narrative based on specific I Ching principles. |
judgement |
The traditional text associated with the main hexagram's overall meaning. |
hexagrams_full.json to customize the AI's Oracle Voice personality.Loading
A CLI-based MCP client for McDonald's China that enables campaign calendar tracking, coupon lookups, and automated coupon claiming.

A comprehensive process framework for building and managing self-sustaining AI agent teams with automated work loops.

A modular framework that prevents AI context loss by organizing memory into episodic, semantic, and procedural layers.

A portable identity system for creating, validating, and publishing standardized JSON identity cards for AI agents.

A multi-persona AI analysis engine that synthesizes five distinct market viewpoints into actionable crypto intelligence.

A specialized Python-based price oracle for retrieving live cryptocurrency and precious metal data from multiple reliable providers.








































