← Back to Skills Marketplace
Divination Oracle
by
ymx409599725-a11y
· GitHub ↗
· v1.0.0
· MIT-0
144
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install divination-oracle
Description
易经八卦起卦与解读技能。基于梅花易数算法进行起卦,结合AI大模型解读卦象辞与变爻含义。
README (SKILL.md)
Divination Oracle
易经起卦与解读助手。
使用方法
起卦
# 基于当前时间起卦
divination-oracle divine "我今天的工作运势如何?"
模块
engine/: 梅花易数计算逻辑data/: 64卦数据库docs/: 占卜心法说明
Usage Guidance
这是一个本地实现的易经占卜技能:它用内置的梅花易数算法和本地 64 卦数据库来生成卦象与文本解读,未与外部网络或第三方 API 交互,也不请求凭据。注意两点:1) 文档中提到“结合AI大模型解读”,但代码并不调用外部模型 API——如果你希望用云端模型进一步生成自然语言解读,这将由平台的 LLM 调用或需要额外的技能/凭据;2) 发布者未知:虽然代码看起来简单且无可疑网络行为,但在安装前仍请确认你信任该来源,尤其是在允许技能自动调用代理模型或授予更高权限时(当前此技能没有请求这些权限)。如果你需要更严格保证,可以要求作者提供 provenance(来源说明)或在受控沙箱中先执行代码以观察行为。
Capability Assessment
Purpose & Capability
名称/描述为易经起卦与解读;代码包含梅花易数算法、64卦数据库和解释器,正是完成此任务所需的组件。文档提到“结合AI大模型解读”,但代码本身并不调用外部模型 API——这在多数场景下可被理解为由平台内置的 LLM(agent)来生成最终解读,因此总体上合理。
Instruction Scope
SKILL.md 的运行说明非常有限(调用 CLI 运行占卜)。代码和说明只读取本地 data/ 下的卦库与算法模块,未引用系统敏感路径、未要求读取其它服务或环境变量,也未指示将数据发往外部端点。
Install Mechanism
无安装规范(instruction-only 安装),且仓内含源代码和数据文件。没有从不可信 URL 下载或解压可执行内容,风险较低。
Credentials
不要求任何环境变量或凭据,代码仅使用 datetime、本地文件 I/O 与内置逻辑,未请求或使用敏感凭据。所需权限与功能复杂度一致。
Persistence & Privilege
flags 中没有 always:true,也不修改其它技能或系统配置。运行时仅打印结果到标准输出,不在系统范围内持久化凭据或改变代理配置。
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install divination-oracle - After installation, invoke the skill by name or use
/divination-oracle - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of divination-oracle skill.
- Provides I Ching divination (起卦) and interpretation functionality.
- Uses the Plum Blossom Yishu (梅花易数) algorithm for generating hexagrams.
- Integrates an AI model to interpret the meaning of hexagrams and changing lines.
- Includes modules for calculation logic, hexagram database, and usage documentation.
Metadata
Frequently Asked Questions
What is Divination Oracle?
易经八卦起卦与解读技能。基于梅花易数算法进行起卦,结合AI大模型解读卦象辞与变爻含义。 It is an AI Agent Skill for Claude Code / OpenClaw, with 144 downloads so far.
How do I install Divination Oracle?
Run "/install divination-oracle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Divination Oracle free?
Yes, Divination Oracle is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Divination Oracle support?
Divination Oracle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Divination Oracle?
It is built and maintained by ymx409599725-a11y (@ymx409599725-a11y); the current version is v1.0.0.
More Skills