자미두수
mystilink-ziwei
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.