Install
openclaw skills install bazi-qimenBazi (Four Pillars Astrology) and Qi Men Dun Jia chart calculation and interpretation skills. Provides data analysis and cognitive science based calculations and interpretations, serving as an auxiliary decision-making reference rooted in traditional Chinese metaphysics.
openclaw skills install bazi-qimenProvides data analysis and cognitive science based Bazi (Four Pillars Astrology) and Qi Men Dun Jia chart calculation and interpretation, serving as an auxiliary rational decision-making reference rooted in traditional Chinese metaphysics.
Bazi, Four Pillars, chart calculation, interpretation, astrology, Day Master, Major Luck, Annual Luck, Ten Gods, Qi Men, Dun Jia, Qi Men chart, divination, Five Elements, Favorable Element, pattern, Divine Spirits, Peach Blossom, Horse, Heavenly Help Star, Star of Wisdom.
This skill supports two metaphysical systems, selected based on user intent:
Bazi Chart Calculation/Interpretation: User mentions "Bazi", "Four Pillars", "chart calculation", "astrology", "Day Master", "Major Luck", "Annual Luck", "Ten Gods" → Bazi route. Qi Men Dun Jia Chart Calculation/Interpretation: User mentions "Qi Men", "Dun Jia", "Qi Men chart", "divination" → Qi Men route.
If the user does not specify clearly, default to calculating the Bazi chart first to analyze the life profile, then supplement with a Qi Men chart based on the specific question.
Run scripts/bazi_calculator.py to generate a complete Bazi chart:
python3 "{SKILL_DIR}/scripts/bazi_calculator.py" --year 1990 --month 5 --day 15 --hour 14 --gender male
Output includes:
Refer to references/bazi_basics.md and references/interpretation_guide.md for analysis, following these layers:
Refer to the output standards in references/interpretation_guide.md for the output format.
(Year - 1984) % 60.Run scripts/qimen_calculator.py to generate a Qi Men chart:
python3 "{SKILL_DIR}/scripts/qimen_calculator.py" --year 2026 --month 5 --day 10 --hour 10
If no parameters are passed, it uses the current time. Output includes:
Refer to references/qimen_basics.md for detailed calculation principles.
Refer to the key judgment points in references/qimen_basics.md:
Load on demand to avoid consuming context:
references/bazi_basics.md — Bazi foundation tables (Heavenly Stems, Earthly Branches, Five Elements, Ten Gods, complete Divine Spirits list)references/qimen_basics.md — Qi Men foundation tables (9 Palaces, 9 Stars, 8 Doors, 8 Gods, Solar Term / Bureau table)references/interpretation_guide.md — Interpretation methodology framework and output standardsinterpretation_guide.md).