← 全部 Skills

紫微斗數

mystilink-ziwei

本 Skill 可免費下載 ZIP / SKILL.md,供 Agent 安裝使用。

解壓後放入宿主的 skills 目錄即可。

Mystilink Zi Wei (chart + read)

Combines calculator and analyzer.

When to use

  • Zi Wei Dou Shu chart or palace/star reading
  • Birth datetime, timezone, and gender available (or collectable)

When not to use

  • BaZi-only, tarot, Liu Yao, or western natal without Zi Wei framing → other skills / router

Locale

Wiki: locale/lang; default en; fallback zh-Hans.

Workflow

1. Profile

Need: local datetime, IANA timezone, gender (male|female). Optional: longitude, Si Hua year, midnight-zi rule.

2. Chart

python3 scripts/ziwei_chart_calculate.py \
  --datetime "YYYY-MM-DD HH:MM" \
  --timezone Asia/Shanghai \
  --gender female \
  [--si-hua] [--year YYYY] [--longitude E] [--midnight-zi] \
  --output json

Depends on zhdate (pip install zhdate).

3. Analyze

GET /api/v1/search?q=life+palace&system=ziwei&locale=en
GET /api/v1/pages/ziwei.concept.ming-gong?locale=en
GET /api/v1/pages/ziwei.concept.sihua?locale=en

Use references/overview.md as needed. Separate chart facts from reading. Cite Wiki provenance.

Scripts note

Chart script is aligned with Mystilink product Zi Wei calculator.