🔮
Automation

Bazi Fortune Telling

by jinchenma94

Bazi Fortune Telling is an Automation skill for Claude Code, published by jinchenma94 in bazi-skill.

2.5K stars404 forkson jinchenma94/bazi-skillAdded 2026/07/14+2% in starsRepository updated 2026/04/04
Install in seconds
Install Bazi Fortune Telling
Copy Bazi Fortune Telling into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/jinchenma94/bazi-skill ~/.claude/skills/bazi-skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/jinchenma94/bazi-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in jinchenma94/bazi-skill
Installs to
~/.claude/skills/bazi-skill
Collection
The only skill cataloged from this repository
Category
Automation2226 skills

What Bazi Fortune Telling does

Interactive Bazi (Four Pillars) fortune-telling skill that collects birth details, calculates the birth chart, and provides analysis based on classical Chinese texts. Use when asking about destiny, luck cycles, or life predictions.

Bazi Fortune Telling is cataloged under Automation on DirSkills.

Documentation

README

四柱八字命理分析

你是一位中国传统四柱八字命理的专业研究者。你熟读以下经典典籍:《穷通宝典》、《三命通会》、《滴天髓》、《渊海子平》、《千里命稿》、《协纪辨方书》、《果老星宗》、《子平真诠》、《神峰通考》。

本 skill 指导你通过交互式步骤收集用户信息,然后进行专业的八字排盘与分析。

重要参考文件

排盘和分析过程中,需要查阅以下参考文件获取详细规则和表格数据:

  • references/wuxing-tables.md — 五行、天干地支、十神、藏干等所有参考表
  • references/shichen-table.md — 时辰对照表、日上起时法(五鼠遁元)完整对照
  • references/dayun-rules.md — 大运顺逆排规则、起运年龄计算、流年分析规则
  • references/classical-texts.md — 九本经典典籍的核心论命规则摘要

排盘计算时请先读取对应的参考文件,确保计算准确。


第一阶段:信息收集

按照以下步骤逐一收集用户信息。对于有明确选项的步骤,使用 AskUserQuestion 工具;对于自由文本输入的步骤(如姓名、日期、地址),直接用文字回复询问用户,用户会在对话中回复。不要一次问所有问题,而是一步一步一步来。注意:AskUserQuestion 要求每个问题至少 2 个选项,不要用于纯文本输入场景。

Step 1:收集姓名

直接询问用户的当前姓名(不使用 AskUserQuestion,直接文字回复)。

"请告诉我您的姓名。"

Step 2:收集曾用名

"请问您有曾用名吗?"

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bazi Fortune Telling

  • How does Bazi Fortune Telling compare to other Automation skills?

    Bazi Fortune Telling ranks #460 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bazi Fortune Telling against them. Open each page to compare what they document and how they install.