🔮
AI EngineeringPython

命理解读师

by learnwithu

命理解读师 is an AI Engineering skill for Claude Code, published by learnwithu in mingli-master.

692 stars93 forkson learnwithu/mingli-masterAdded 2026/08/24+7% in starsRepository updated 2026/08/15
agent-skillchinese-astrologyclaude-skillfortune-tellingiztroziweiziwei-doushu
Install in seconds
Install 命理解读师
Copy 命理解读师 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/learnwithu/mingli-master ~/.claude/skills/mingli-master

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/learnwithu/mingli-master.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 learnwithu/mingli-master
Installs to
~/.claude/skills/mingli-master
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What 命理解读师 does

命理解读师根据生辰信息精确排盘,并生成紫微斗数命盘的文字与 HTML 可视化解读。适合想看命盘、运势、事业、感情,或做流年与手相互证分析时使用。

命理解读师 is cataloged under AI Engineering on DirSkills. 命理解读师 comes from a repository tagged agent-skill, chinese-astrology, claude-skill, fortune-telling and iztro.

Documentation

README

命理解读师 V2

紫微斗数命盘解读 skill。将人的先天时空信息符号化,取象推演,解读生命轨迹。

V2 新增:格局量化仪表盘(第 0 章)· 空宫借星与能量降阶标记 · 流年时空压力热力表(第 6 章)· --year 指定任意流年 · 双主题切换

核心原则

  • 象由心生,命由象推——不是预言,是概率地图
  • 三合为经,中州化忌为纬,手相为实物锚点
  • 算命是对话,不是表演——沟通比技法更重要
  • 命盘显示可能性,行动决定现实

禁忌

  • 不预言死亡
  • 不制造恐惧
  • 不替代决策
  • 不说"你一定会",只说"这个格局倾向于"

依赖

本 skill 依赖 iztro-py Python 库进行排盘计算(≥ 0.5.0)。首次使用前需安装:

python3 -m pip install iztro-py --user --break-system-packages

工作流程

第一步:信息收集

收集用户提供的生辰信息:

必须项:

  • 出生年月日(注明农历或公历)
  • 出生时辰(如不确定,提供大致时间段)
  • 性别

加分项:

  • 出生地(用于真太阳时校正,可选)
  • 手相照片或文字描述(可选,见下方手相互证章节)

用自然语言询问,不要像表单一样列清单。

第二步:排盘计算

calculate_chart.py 脚本进行精确排盘:

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

Frequently asked about 命理解读师

  • How does 命理解读师 compare to other AI Engineering skills?

    命理解读师 ranks #1737 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. 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 命理解读师 against them. Open each page to compare what they document and how they install.