
Yinyo Liuyao
Run a structured Liu Yao (六爻) divination session with rule-backed conclusions when you want a ritualized decision frame before committing to a direction.
Overview
Yinyo Liuyao is a journey-wide agent skill that runs a 增删卜易-style Liu Yao engine—usable whenever a solo builder needs a structured 问卦 ritual before committing, with L0–L5 steps and 120 rule-backed judgments.
Install
npx skills add https://github.com/xiaoshiyilangzhao1996-droid/yinyo-liuyao --skill yinyo-liuyaoWhat is this skill?
- L0–L5 pipeline: input validation → 排盘 → 定用神 → 吉凶 → 结论 → 白话解读
- 120 executable rules covering 旺衰, 动变, 原神忌神, 应期, and special patterns
- 412卦例 with reasoning chains plus 64卦纳甲 constant table for 装卦
- Hub-and-spoke loading: core SKILL.md plus on-demand docs/rules, examples, divination-types, subskills
- 野鹤表达 DNA fingerprint for styled, honest-boundary outputs; 335卦例 regression cited in README
- 120 rules across旺衰, 动变, 原神忌神, 应期, and special patterns
- 412卦例 (G001–G412) with reasoning chains in appendix docs
- 64卦纳甲 constant table; README cites 335卦例 full regression validation
Adoption & trust: 1 installs on skills.sh; 4 GitHub stars; trending (+100% hot-view momentum).
What problem does it solve?
You face an important uncertain choice and want a repeatable 六爻 process with 用神 selection and rule-grounded 吉凶 instead of unstructured chat fortune-telling.
Who is it for?
Practitioners or bilingual builders who already use 六爻 vocabulary and want agent-guided 野鹤法 sessions with on-demand rule and example docs.
Skip if: Teams seeking code generation, Instagram research, analytics, or empirical validation—skip when you need data-driven product decisions or English-only workflows without divination context.
When should I use this skill?
User triggers 断卦, 六爻, 起卦, 问卦, or /yinyo-liuyao for a rule-backed Liu Yao session with validated inputs and白话解读.
What do I get? / Deliverables
You receive a completed hexagram analysis with layered rule application, cited example patterns where loaded, and白话解读 within the skill’s stated honesty boundaries.
- Completed L0–L5断卦 conclusion with 吉凶 judgment
- Plain-language 白话解读 with honesty-boundary disclaimers
- Optional references to loaded rules,卦例, or classification占断 excerpts
Recommended Skills
Journey fit
Useful at every journey phase - explore requirements and options before committing to a direction.
Where it fits
You debate two product directions and run a formal 问卦 session before spending on validation.
You use classification占断 appendices to frame timing or commitment questions around a scoped MVP bet.
You draft narrative or community content that references structured卦例 reasoning chains from docs/examples.md.
You privately re-frame a stuck operations decision using pressure-test and lookup subskills—not as incident telemetry.
How it compares
Use this procedural divination engine instead of one-off LLM horoscope prompts when you need 120 rules, 纳甲装卦 tables, and appendix-gated case retrieval.
Common Questions / FAQ
Who is yinyo-liuyao for?
It is for users of the yinyo skill family who want 野鹤老人法六爻 with structured inputs,装卦 constants, and layered L0–L5 interpretation inside an agent.
When should I use yinyo-liuyao?
Use it in Idea research when framing a major fork, in Validate scope when timing a bet metaphorically, or anytime across the journey you intentionally 起卦/问卦; trigger with /yinyo-liuyao or words like 断卦, 六爻, 起卦, 问卦—not for deploy, SEO, or SDK setup tasks.
Is yinyo-liuyao safe to install?
It is interpretive cultural content, not a secrets or shell tool; still review the Security Audits panel on this Prism page and avoid treating outputs as financial, medical, or legal advice.
SKILL.md
READMESKILL.md - Yinyo Liuyao
# generated/runtime .DS_Store outputs/ *.log # yinyo-liuyao v1.0.0 > 六爻断卦引擎(野鹤老人法)— 120条规则 + 412卦例 + 64卦纳甲表 ## 这是什么 一个基于《增删卜易》的六爻断卦 skill。不是案例集合,而是**可执行的断卦引擎**——读取后自动引导用户输入、装卦、定用神、判断吉凶、输出白话解读。 ## 核心特性 - **L0-L5 分层断卦**:输入校验 → 排盘 → 定用神 → 吉凶判断 → 断卦结论 → 白话解读 - **120条规则**:覆盖旺衰、动变、原神忌神、应期、特殊格局 - **412卦例**:核心规则配套推理链 + 分类占断典型卦例 - **64卦纳甲装卦常量表**:八宫归属 + 浑天甲子 + 世应安位 + 六亲配置 - **野鹤表达DNA**:断卦风格指纹,确保输出有温度 ## 目录结构 ``` yinyo-liuyao/ ├── SKILL.md # 核心流程:触发条件 + 输入规范 + L0-L5 断卦 + 诚实边界 ├── README.md # 本文件 ├── docs/ │ ├── rules.md # L3 特殊格局 + L4 分类占断规则 │ ├── reference.md # 64卦纳甲装卦常量表 + 术语速查 + 卦例索引 + 野鹤DNA │ ├── examples.md # 附录E:核心规则配套卦例推理链 (G001-G412) │ └── divination-types.md # 附录F:8类分类占断典型卦例 └── subskills/ ├── hexagram-lookup.md # 附录G:相似卦例检索逻辑 └── pressure-tests.md # 附录I/J:规则验证标签 + 压力测试方案 ``` ## 加载流程 ``` 用户触发 → 加载 SKILL.md(核心流程) ↓ 输入校验 → 装卦 → 定用神 → 判断吉凶 ↓ 需要规则细节 → 按需加载 docs/rules.md 需要历史案例 → 按需加载 docs/examples.md 需要装卦常量 → 按需加载 docs/reference.md 需要分类占断 → 按需加载 docs/divination-types.md 需要相似卦例 → 按需加载 subskills/hexagram-lookup.md 需要验证测试 → 按需加载 subskills/pressure-tests.md ``` ## 版本历史 - **v1.0.0** (2026-05-16): 迁移前完全拆分——按 Perplexity-Skill-Schema hub-and-spoke 重构,核心流程保留在 SKILL.md,附录移至 docs/ 和 subskills/ - 此前版本:单文件 276KB,6945 行,因体积过大被 loader 跳过 ## 数据来源 - 《增删卜易》(野鹤老人著) - 335卦例全量回归测试验证 ## 安装 ```bash # 已集成在 yinyo 技能体系中 # 触发词:断卦 / 六爻 / 起卦 / 问卦 ``` ## 使用 ``` /yinyo-liuyao ``` 或直接说:**帮我断一卦 / 六爻 / 起卦 / 问卦** --- *适合对六爻占卜感兴趣的用户,以及需要决策参考的场景* --- name: yinyo-liuyao version: "1.0.0" last_updated: "2026-05-16" changelog: | v1.0.0 (2026-05-16): 迁移前完全拆分——按 Perplexity-Skill-Schema hub-and-spoke 重构,核心流程保留在 SKILL.md,附录移至 docs/ 和 subskills/ description: "Load when the user asks to interpret a Liuyao hexagram, analyze 六爻/断卦 details, or provide Yeho-method divination guidance." --- ## 2. 用户输入规范 ### 2.1 必填信息 1. 起卦时间:农历月日或公历日期(用于定月建、日辰、旬空、应期层级)。 2. 占事类型:必须单一问题(遵循"一事一占")。 3. 主卦名、变卦名:若无动爻则仅主卦。 4. 六爻装卦信息(建议固定模板,必须含六亲+地支+世应+动静)。 ### 2.2 六爻输入模板(推荐) ```text 【占事】(例:问婚姻是否能成 / 问求财何时到) 【起卦时间】YYYY-MM-DD(可附农历) 【主卦】 【变卦】(无则写"无") 【六爻】 上六:六亲+地支,世/应,动/静 五爻:六亲+地支,世/应,动/静 四爻:六亲+地支,世/应,动/静 三爻:六亲+地支,世/应,动/静 二爻:六亲+地支,世/应,动/静 初爻:六亲+地支,世/应,动/静 ``` ### 2.3 当用户只给"卦名/爻象"未给装卦细节时 引擎先执行 L0 装卦补全,再进入断卦: 1. 按卦名还原六爻阴阳与宫位。 2. 按浑天甲子与纳甲规则补地支。 3. 按宫五行定六亲。 4. 安世应、标动爻、生成主变关系。 5. 输出"装卦结果确认"后,再进入 L1-L2 判断。 原文依据: - "须宜每事另占一卦可也"(卷一/八宫章第三)。 - "须以用神为主,然后以此参之"(卷二/归魂游魂章)。 ## 3. L0 排盘基础 ### 3.1 八宫归属表(卷一/八宫章第三) 原文依据:"乾宫八卦俱属金......兑宫八卦俱属金"。 | 宫 | 宫五行 | 规则用途 | |---|---|---| | 乾宫 | 金 | 定本宫五行、六亲映射基准 | | 坎宫 | 水 | 定本宫五行、六亲映射基准 | | 艮宫 | 土 | 定本宫五行、六亲映射基准 | | 震宫 | 木 | 定本宫五行、六亲映射基准 | | 巽宫 | 木 | 定本宫五行、六亲映射基准 | | 离宫 | 火 | 定本宫五行、六亲映射基准 | | 坤宫 | 土 | 定本宫五行、六亲映射基准 | | 兑宫 | 金 | 定本宫五行、六亲映射基准 | ### 3.2 纳甲装卦规则(浑天甲子章) 原文依据: - "纳甲筮法名赋"(卷二/六神章注)。 - "以天干地支与卦爻相配的系统"(卷一/浑天甲子章注)。 执行规则: 1. 先定主卦所属宫位。 2. 按浑天甲子为六爻配地支。 3. 若有动爻,按动爻生成变爻并得变卦。 4. 记录每爻"六亲+地支+动静+世应"。 边界:纳甲逐爻明细表为装卦引擎底层常量,应与卷一浑天甲子章一致,不可自创映射。 ### 3.3 世应安位规则 原文依据: - "隔世爻两位即是应爻"(卷一/世应章第六)。 - "乾为天世在六......火天大有世退在三"(卷一/世应章第六)。 执行规则: 1. 世位按卦定(由世应表给出)。 2. 应位固定为"与世隔两位"。 3. 世主我方、应主对方/外部对象。 ### 3.4 六亲配置规则 原文依据:"乾兑金兄土父木财火鬼水子然"(卷一/六亲歌章第五)。 执行规则(以"我"为参照): - 同我五行 -> 兄弟 - 生我五行 -> 父母 - 我克五行 -> 妻财 - 克我五行 -> 官鬼 - 我生五行 -> 子孙 ## 4. L1 用神层 ### 4.1 六亲取用总表(完整) | 占事对象 | 用神(六亲) | 世爻 | 应爻 | 来源 | |---|---|---|---|---| | 占自己/身命/寿元 | 世爻 | 自己 | 他方/外界 | 卷一、卷六 | | 占父母及长辈师长 | 父母爻 | 自己 | 对方辅助 | 卷一 | | 占房屋/文书/舟车/城池 | 父母爻 | 自己 | 对方辅助 | 卷一、卷四 | | 占功名/官府 | 官鬼爻 | 自己 | 官位/他方 | 卷一、卷七、卷八 | | 妻占夫 | 官鬼爻 | 妻方 | 夫方 | 卷一、卷十、卷十一 | | 占鬼祟盗贼 | 官鬼爻 | 自己 | 彼方 | 卷一 | | 占兄弟姐妹 | 兄弟爻 | 自己 | 对方 | 卷一 | | 占表兄弟(特例) | 应爻 | 自己 | 表亲对象 | 卷一 | | 占姐夫妹夫(特例) | 世爻 | 自己 | 对方 | 卷一 | | 占妻妾/婢仆/财物 | 妻财爻 | 自己 | 对方 | 卷一、卷十 | | 占求财买卖 | 妻财爻 | 自己 | 对方 | 卷九 | | 占子孙后辈 | 子孙爻 | 自己 | 对方 | 卷一 | | 占医药/医生 | 子孙爻 | 求医者 | 医方/应方 | 卷一、卷十一 | | 占僧道医人(他占) | 子孙爻 | 占者 | 对象 | 卷八 | | 占六畜禽兽 | 子孙爻(兼财) | 主人 | 市场/外界 | 卷一、卷九、卷十二 | | 占他人(疏亲/外人) | 应爻 | 自己 | 对方本人 | 卷一、卷十 | ### 4.2 按占事类型细化取用表(完整) | 占事类型 | 具体占事 | 用神 | 特殊取用规则 | 来源 | |---|---|---|---|-