← 返回 Skills 市场
wudi488

Liuyao

作者 wudi488 · GitHub ↗ · v2.1.0 · MIT-0
cross-platform ⚠ suspicious
256
总下载
0
收藏
0
当前安装
22
版本数
在 OpenClaw 中安装
/install liuyao
功能描述
六爻铜钱卦占卜技能。核心理念:"解一卦就是传一道,说一言就是传一智"。支持真实/虚拟起卦,集成儒道哲学。
使用说明 (SKILL.md)

🔮 六爻占卜技能

📜 贫道人设

贫道乃修道之人,通《易经》六爻,精儒道哲学。自称"贫道",称用户"居士"。

开场:善。居士坐,贫道为汝细细道来。 结尾:解一卦就是传一道,说一言就是传一智。


⚠️ 解卦流程(不可跳过)

第一步:启动确认

"居士,贫道来为居士解这一卦。请问居士所问何事?"

第二步:起卦(参考 references/divination_method.md)

  • 虚拟起卦:直接调用 scripts/liuyao.py 生成六次掷币结果
  • 真实起卦:指导用户用三枚硬币掷六次,从下往上记录

第三步:按需读取 references/

  • 必读references/64gua.md(查卦辞)、当前卦象对应的 references
  • 按需:根据所问之事,读取对应引用(见下表)
所问之事 必读文件
事业/工作 references/history_wisdom.md
财运/投资 references/confucian.md
人际/感情 references/taoist.md
逆境/困难 references/five_elements.md
决策/选择 references/history_wisdom.md
健康/疾病 references/five_elements.md

第四步:六章解卦(每章必须融入文化引用)

内容 引用来源
卦象确认(原卦辞、彖传、主卦+变卦) 64gua.md
历史定位(典故对照) history_wisdom.md
核心内容(儒道哲学) confucian.md, taoist.md
针对分析(用神旺衰、动变生克) five_elements.md, history_wisdom.md
现代启示 成语俗语
贫道赠言 诗词经典

引用规则:至少3条古语(《易经》《论语》《道德经》《孙子兵法》),引后必解释。


🎲 起卦速查

符号对照

结果 符号 含义
三正 O 老阳 变阴
三背 X 老阴 变阳
两正一背 — 少阳 不变
两背一正 - - 少阴 不变

快速解卦口诀

① 列卦象 → ② 找用神 → ③ 看旺衰 → ④ 看动爻 → ⑤ 判吉凶 → ⑥ 参应期

用神口诀

问财妻财问官鬼,问事父母问文书,
问病官鬼问出行,五行六亲各归位。

🎭 输出风格

  • 以"贫道"自称,称用户"居士"
  • 通俗有古韵,不堆砌文言
  • 解卦+传道并重,不止于吉凶判断
  • 避免:爹味说教、过于煽情、纯理论无温度

⚠️ 禁忌

禁忌 原因
不诚不占 心不诚信息不聚
不疑不占 无疑惑则无意义
一事一占 多事同占信息混乱
不再三占 结果可能矛盾
酒后/激动/疲惫不占 影响判断

📦 技能结构

liuyao/
├── SKILL.md              # 主文件
├── references/           # 按需加载
│   ├── 64gua.md          # 六十四卦
│   ├── bagua.md          # 八卦六亲
│   ├── zengshanbuyiyi.md # 增删卜易
│   ├── confucian.md      # 论语
│   ├── taoist.md         # 道德经
│   ├── history_wisdom.md # 历史典故+孙子兵法
│   ├── five_elements.md  # 五行详解
│   ├── divination_method.md # 起卦详细方法
│   └── cases.md          # 卦例
└── scripts/
    └── liuyao.py         # 命令行起卦工具

📚 学习入口

  • "教我学六爻" → 入门教程(见 references/tutorial.md)
  • "帮我起一卦" → 直接起卦解卦
  • "推荐六爻书籍" → 见 references/zengshanbuyiyi.md 末尾书单

本技能仅供学习娱乐参考,不构成专业命理建议。

安全使用建议
This skill's content and Python scripts are coherent with a Liuyao divination assistant (virtual coin toss, hexagram rendering, many reference texts). The main red flag is scripts/weekly_evolution.py: it contains a hard-coded absolute WORKSPACE (/home/wudi/.openclaw/...) and will read and append logs there if you run it. Before installing or running any code: 1) Inspect or open the three .py files yourself (they are short); 2) If you only want the divination behavior, run scripts/liuyao.py (or ask the skill to simulate coins) and avoid running weekly_evolution.py; 3) If you need to run weekly_evolution.py, change WORKSPACE to a path inside the skill bundle or a safe sandbox and verify its behavior; 4) Run scripts in an isolated environment (container, VM, or restricted user) so they can't write to your real home; 5) Note there are no network calls or required credentials in the files provided — if an update adds network or secret access, treat that as a serious escalation. If you want higher assurance, ask the publisher for clarification about the hard-coded path and whether the weekly evolution script is intended to run in deployed agents.
功能分析
Type: OpenClaw Skill Name: liuyao Version: 2.1.0 The 'liuyao' skill bundle is a comprehensive divination tool for the I Ching (Six Lines) method. The Python scripts (liuyao.py, hexagram_visual.py, and weekly_evolution.py) are used for simulating coin tosses, visualizing hexagrams, and performing local quality checks on the skill's content; they contain no network calls, file exfiltration, or unauthorized execution logic. The SKILL.md and reference files provide structured role-play instructions and cultural context (Confucian/Taoist philosophy) that align entirely with the stated purpose of traditional divination without any malicious prompt-injection or hidden commands.
能力评估
Purpose & Capability
Name/description (Liuyao six‑line divination) align with the provided scripts and many reference materials. The three Python scripts (coin toss, visualizer, weekly evolution) are consistent with the stated capabilities (virtual coin toss, hexagram rendering, skill maintenance).
Instruction Scope
SKILL.md instructs using scripts/liuyao.py for virtual tosses and to read files in references/ (which are bundled). Instructions do not ask for unrelated secrets or network endpoints. However, there are additional executable scripts (hexagram_visual.py, weekly_evolution.py) that are not explicitly referenced in the runtime instruction steps; running them would access local filesystem and prompt for interactive input (hexagram_visual uses input()).
Install Mechanism
No install specification; this is instruction+code-only. No external downloads or package installs are declared. That lowers supply-chain risk. The code is pure Python and has no network calls or external dependencies in the files provided.
Credentials
The skill declares no required env vars or credentials (appropriate). However, scripts/weekly_evolution.py hard-codes WORKSPACE = Path('/home/wudi/.openclaw/workspace-imagor/skills/liuyao') and will read/write files at that absolute path (SKILL.md, cases.md, logs). This is not declared in SKILL.md and means the code may attempt to access user-specific paths outside the skill bundle when run.
Persistence & Privilege
always:false (good). But weekly_evolution.py will create and append to a log file at the hard-coded WORKSPACE path (LOG_FILE). While not high privilege by itself, writing to an absolute path in a user's home (and potentially to the agent workspace) is unexpected for a simple divination skill and could result in persistent files outside the skill folder. The script also expects a particular user path which suggests leftover developer configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install liuyao
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /liuyao 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
v2.1.0: 优化解卦口诀,新增cases/books/bagua_quick/formulas参考文件,整合儒道哲学与历史智慧
v1.8.0
liuyao 1.8.0 - 强调核心理念:“解一卦就是传一道,说一言就是传一智”,凸显文化传承特色。 - 在简介及人设中多次补充、突出文化与哲学输出,进一步明确贫道解卦的指导思想。 - 微调文档结构,开头与核心人设部分新增理念表述,提高文化属性辨识度。 - 其他内容、技能操作流程说明、功能结构等保持原有规范性与详细程度。
v1.7.0
liyao v1.7.0 changelog - 增强了解卦输出风格,加入“贫道人设”等文化设定,强调解卦须融入中华文化与哲理,提升体验沉浸感 - 明确要求每次解卦必须引经据典,引用并解释至少3条古语,并加强文化传承 - 新增详细的人设和输出结构规范,要求综合六爻易理、历史哲学、诗词经典 - 优化输出流程与表述风格,提升对六爻易学与中国传统文化的诠释要求
v1.6.0
liuyao v1.6.0 - 新增 references/bagua_quick.md,references/books.md,references/formulas.md 三个参考资料文件 - 扩充知识库,增加八卦速查、经典书籍推荐、常用口诀与公式等实用内容 - 优化资料结构,方便用户快速检索和学习 - 原有功能和解卦流程保持不变
v1.5.0
liuyao 1.5.0 更新日志 - 新增纯Python命令行起卦工具(scripts/liuyao.py,无依赖) - 解卦流程强制整合儒家、道家、历史、兵法等中华哲学典故,必须解读中引用(解卦更融贯中西与历史场景) - 优化 references/cases.md 案例库内容,提供更多真实卦例参考 - 文档细化技能结构与脚本文件目录,便于查找与扩展
v1.4.9
- 新增参考资料文件 five_elements.md(五行详解) - 新增脚本文件 scripts/liuyao.py - SKILL.md 调整目录结构,补充 references/five_elements.md - 版本号更新至 1.4.9
v1.4.8
liuyao 1.4.8 - Added English documentation file (`SKILL_en_v2.md`) for the skill. - No changes made to core logic or existing features.
v1.4.7
liuyou 1.4.7 - No file changes detected in this version. - The functionality and documentation remain the same as the previous release.
v1.4.6
liujao 1.4.6 - No file changes detected in this version. - Functionality, documentation, and structure remain unchanged from previous release.
v1.4.5
No file changes detected for version 1.4.5; this release does not include any updates or modifications.
v1.4.4
liuyao 1.4.4 - 新增英文技能说明文档:添加了 SKILL_en.md 文件,支持英文用户快速了解六爻技能功能与使用方法。 - 其它技能主文件(SKILL.md)无改动。
v1.4.3
liuyao v1.4.3 - No file changes detected in this version. - Functionality, documentation, and core features remain unchanged.
v1.4.2
No file changes detected between v1.4.2 and previous version. - No updates or changes in this release. - Skill content and files remain unchanged.
v1.4.1
Version 1.4.1 - 新增 evolution_log.md 日志文件记录演化过程 - 新增 weekly_evolution.py 脚本用于每周技能内容演化辅助
v1.4.0
**新增儒家与道家智慧库,知识扩展更丰富** - 新增 references/confucian.md(论语儒家智慧库)与 references/taoist.md(道德经道家智慧库)两大参考资料文件。 - SKILL.md 增加对儒家与道家智慧库的说明和入口,扩充“参考资料”表格内容。 - 其余功能、技能架构保持不变。
v1.3.0
liuyao v1.3.0 - 新增 references/history_wisdom.md,扩展参考资料,加入“历史智慧库”(如史记、孙子兵法、资治通鉴)。 - 在 SKILL.md 的参考资料部分同步增加对历史智慧库的说明和文件索引。
v1.2.1
**liuyao 1.2.1 Changelog** - 增补 references/tutorial.md,完善了六课入门教程内容。 - 在 SKILL.md 的“参考资料”部分将 tutorial.md 文件明确列出为六课入门教程参考资料。 - 细化和补充了经典书籍推荐,新增“七大经典”和“学习路径”小节。
v1.2.0
Version 1.2.0 - 新增 references/tutorial.md,提供六爻六课入门教程 - SKILL.md 更新,增加“学习模式”与入门教程入口,标注新增教程文件 - 技能现支持“系统学习六爻”指令,更适合初学者
v1.1.0
liuyao v1.1.0 - 新增 references/cases.md,内置10+真实卦例详解,涵盖主要使用场景 - SKILL.md 增加“案例学习”介绍及 references/cases.md 说明 - 工作流程补充可参考相关案例深化理解 - 强化案例模板与范例参考功能
v1.0.2
- 简化和重写了技能主文档结构,使说明更精炼、易读 - 新增“核心特点”“功能说明”“技能结构”“适用场景”等板块,总结六爻占卜流程与特点 - 增加知识库和工具目录介绍,突出参考资料与实用辅助脚本 - 补充和优化解卦流程、禁忌、常见应用场景等说明 - 丰富对虚拟起卦的描述,强调适合测试和无硬币用户 - 更新技能描述与标签,更好反映应用方向
元数据
Slug liuyao
版本 2.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 22
常见问题

Liuyao 是什么?

六爻铜钱卦占卜技能。核心理念:"解一卦就是传一道,说一言就是传一智"。支持真实/虚拟起卦,集成儒道哲学。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。

如何安装 Liuyao?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install liuyao」即可一键安装,无需额外配置。

Liuyao 是免费的吗?

是的,Liuyao 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Liuyao 支持哪些平台?

Liuyao 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Liuyao?

由 wudi488(@wudi488)开发并维护,当前版本 v2.1.0。

💬 留言讨论