六爻预测

v1.0.1

提供专业六爻预测功能,进行中国传统易学占卜。支持起卦、排盘、纳甲、寻世应、定六亲、配六神及吉凶判断。使用此 skill 可以获得完整的六爻卦象,包含本卦、变卦、世爻应爻、六亲、六神、空亡信息和吉凶预测。触发词:六爻预测、六爻占卜、起卦、排盘、/liuyao

0· 129·0 current·0 all-time
byQiChen@qichenx

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for qichenx/liuyao-divination.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "六爻预测" (qichenx/liuyao-divination) from ClawHub.
Skill page: https://clawhub.ai/qichenx/liuyao-divination
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install liuyao-divination

ClawHub CLI

Package manager switcher

npx clawhub@latest install liuyao-divination
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (六爻预测) match the provided Python implementation and SKILL.md: both implement 起卦/排盘/纳甲/配六神/吉凶判断. Files and instructions are proportional to that purpose.
Instruction Scope
SKILL.md directs the agent to run the included local script and format its output. The instructions reference only the local script path and result formatting; they do not ask the agent to read unrelated files, environment variables, or transmit data to external endpoints.
Install Mechanism
No install spec is present (instruction-only with included source files). The package uses only standard-library imports or an optional lunar-python dependency; no third-party downloads or obscure URLs are used.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not read env vars or request secrets; optional dependency (lunar-python) is for calendar calculations only.
Persistence & Privilege
Skill is not forced-always (always: false) and uses the platform's default autonomous invocation setting. It does not attempt to modify other skills or system-wide configuration.
Assessment
This skill appears to be a self-contained, local Python implementation of 六爻占卜 with no network calls or credential requests. Before installing: (1) If you care about provenance, verify the referenced GitHub repo and review the full repository; the package owner is unknown and homepage is empty. (2) The script optionally tries to use the lunar-python package—install it if you want more accurate lunar/八字 results. (3) As with any skill that runs code, run it in a safe environment (or inspect the included files) if you have security concerns. Overall there are no red flags for unexpected data exfiltration or privilege escalation.

Like a lobster shell, security has layers — review code before you run it.

latestvk97b1t8ftsbyv2abthd2nj3ahd84pbp7
129downloads
0stars
2versions
Updated 2w ago
v1.0.1
MIT-0

六爻预测 Skill

概述

通过 Python 脚本完成完整六爻占卜流程:起卦 → 排盘 → 纳甲 → 定六亲 → 配六神 → 吉凶判断。

使用方法

脚本路径:/home/node/.openclaw/skills/liuyao-divination/liuyao_standalone.py

执行起卦

python3 /home/node/.openclaw/skills/liuyao-divination/liuyao_standalone.py "占卜问题" --sex 男

参数说明:

  • 第一个参数:所占事项(问题描述)
  • --sex:卦主性别(男/女,默认男)

输出格式

【占卜问题】{question}
【卦主】{sex}

【日期】{year}年 {month}月 {day}日 {hour}时
【旬空】{lacks}

【本卦六爻】
上爻:{state} {六亲}{纳甲} {六神} {世/应}
五爻:...
(从上至下排列)

【变卦六爻】(如有变爻则显示)
...

【卦宫】{宫名}
【世爻】第X爻
【应爻】第X爻
【缺失六亲】{defects}

【吉凶判断】
结果:{大吉/吉/小吉/平/小凶/凶/大凶}
分析:{详细说明}

六爻基础知识

  • 六爻顺序:初爻 → 二爻 → 三爻 → 四爻 → 五爻 → 上爻
  • 六亲:父母、官鬼、兄弟、妻财、子孙
  • 六神:青龙、朱雀、勾陈、腾蛇、白虎、玄武
  • 吉凶等级:大吉、吉、小吉、平、小凶、凶、大凶

用神参考

用神所主事项
妻财求财、婚姻、财物、投资
官鬼功名、官职、工作、疾病、诉讼
父母长辈、房屋、文书、考试
子孙晚辈、医药、出行、解忧
兄弟朋友、竞争、合作

工作流程

  1. 用户提出占卜问题和性别
  2. 执行 liuyao_standalone.py 获取卦象数据
  3. 将输出结果整理成易读格式呈现给用户
  4. 结合用神参考给出专业解读建议

相关链接

Comments

Loading comments...