Liuyao Bagua
六爻八卦算命技能。当用户请求算命、排盘、八字分析、看卦、看相、命运预测、或提供出生年月日时激活。执行Python脚本进行四柱八字、五行分析、今年卦象解读。
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 34 · 0 current installs · 0 all-time installs
by@Ray1012
MIT-0
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name/description (六爻八卦算命) match the included assets: SKILL.md documents running a Python script and scripts/liuyao_fortune.py implements calendar/stem-branch, five-element scoring, and hexagram lookup. No unrelated cloud APIs, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs the agent to run the bundled Python script with birthdate arguments and to present the script's textual report to the user. The instructions reference only the script path and the user's birthdate; they do not ask the agent to read arbitrary files, environment variables, or send data externally.
Install Mechanism
No install specification; the skill is instruction+script only. This is the lowest-risk model — nothing is downloaded or written at install time by the skill itself.
Credentials
The skill declares no required env vars, credentials, or config paths and the visible script uses only standard Python libs (sys, json, datetime). There is no apparent need for secrets or external service credentials.
Persistence & Privilege
Flags are defaults (always: false, user-invocable: true). The skill does not request permanent presence or elevated privileges and does not modify other skills or global agent settings.
Assessment
This skill appears to be a self-contained entertainment fortune-telling tool that runs a local Python script and asks only for a birth date. Before installing or running it: (1) review the full scripts/liuyao_fortune.py file to confirm there are no hidden network calls, file writes, or subprocess spawns (the provided snippet contains only local computation but was truncated); (2) be aware you will be sharing personal data (birth date/time) with the agent — if you consider that sensitive, avoid entering exact birth times; (3) the SKILL.md uses an absolute path (/root/.openclaw/...), ensure the runtime path matches your environment; (4) if you have security concerns, run the script in a sandboxed environment or inspect its complete source before use.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download zipbaiguachinesefortunelatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
六爻八卦算命技能
触发条件
用户发送以下内容时激活:
- "算命"、"排盘"、"八字分析"、"看卦"
- 提供出生日期:"2000年1月1日出生"
- 询问命运、运势、事业、财运
使用方式
用户提供出生年月日(年份必须完整,如 1990年),直接调用脚本:
python /root/.openclaw/skills/liuyao-bagua/scripts/liuyao_fortune.py <年> <月> <日> [目标年]
注意:目标年默认为 2026(今年)。用户可指定其他年份。
脚本输出说明
脚本输出包含以下内容,用户会直接看到完整报告:
- 基本信息:出生日期、生肖、日主性情
- 四柱八字:年柱、月柱、日柱、时柱
- 今年卦象:六十四卦中的具体卦象,包含:
- 卦名、全称、运势等级(大吉/中吉/小吉/平/小凶/凶)
- 内卦(下卦)+ 外卦(上卦)含义
- 卦象解释
- 五行分析:木火土金水各得分(柱状图)
- 命理建议:根据五行强弱给出事业、人际、财运建议
示例对话
用户:1995年3月8日出生,帮我算算今年的运势
回复:
好的,我先帮你排盘……(运行脚本,粘贴完整报告)
注意
- 若用户只提供年份,询问"属什么"→ 只回复生肖+五行即可
- 若用户出生日期不完整(只有年),告知用户提供完整日期才能排盘
- 脚本基于六爻八卦理论,输出仅供娱乐参考
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
