liuyao_basic
Generate a complete Liuyao divination chart with hexagrams, line attributes, and celestial markers from six line values and a timestamp.
Instructions
六爻排盤(基礎排盤)。
輸入六個爻值和起卦時間,返回完整的六爻盤面:
本卦/變卦(含卦名、卦宮、五行)
六爻納甲(每爻地支及五行)
六親(父母/兄弟/子孫/妻財/官鬼)
六神(青龍/朱雀/勾陳/螣蛇/白虎/玄武)
世應位置
動爻標註
日干支、月建、旬空
爻值說明:
6 = 老陰(動爻,陰變陽)
7 = 少陽(靜爻,陽)
8 = 少陰(靜爻,陰)
9 = 老陽(動爻,陽變陰)
輸入順序:自下而上(初爻到上爻)
輸出為 Markdown 格式,便於 AI 分析解讀。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yaoValues | Yes | 六個爻值(自下而上,初爻到上爻)。6=老陰(動), 7=少陽(靜), 8=少陰(靜), 9=老陽(動) | |
| year | Yes | 起卦年份(公曆) | |
| month | Yes | 起卦月份(1-12) | |
| day | Yes | 起卦日期(1-31) | |
| hour | Yes | 起卦時辰(0-23) | |
| isLunar | No | Whether the input date is in lunar calendar (農曆). If true, will be converted to solar calendar internally. |