← 返回 Skills 市场
职业与健康命理分析
作者
DeviosLang
· GitHub ↗
· v2.1.0
· MIT-0
140
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install fortune-career
功能描述
基于八字和紫微斗数为用户提供职业方向和健康状况的命理分析及具体建议。
使用说明 (SKILL.md)
fortune-career · 职业与健康命理分析
功能概述
基于八字排盘 + 紫微斗数 + 大运流年规则引擎,为应届生求职和职场人士提供职业方向和健康分析。支持完整报告和一句话摘要两种模式。
触发关键词
算命 / 看命 / 命理 / 八字 / 职业分析 / 健康分析 / 看职业 / 看健康 / 大运 / 摘要
输入格式
支持自然语言,直接发送出生信息:
算命 1990年5月15日10时 ← 完整报告
摘要 1990年5月15日10时 ← 一句话摘要(微信友好)
职业分析 90年5月15日10时 女
健康分析 1990 5 15 10
农历1990年5月15日10时 ← 自动识别农历
输出模式
摘要模式(说"摘要"触发)
压缩为5句话,适合微信快速阅读:
- 性格本质 + 最适合行业方向
- 当前大运质量 + 整体感受
- 今年流年 + 机危判断
- 健康重点提醒
- 行动建议(进攻/防守/维稳)
完整报告模式
- 大运走势 — 10步大运,🟢好运/🟡平缓/🔴低谷 + 每步具体解释
- 近三年流年 — 六冲/六合/六害/三合/半三合完整覆盖
- 职业分析 — 精确身强弱(藏干加权)+ 命宫星曜 + 五行行业
- 健康分析 — 先天体质 + 疾厄宫 + 流年预警
技术架构
输入(自然语言,含农历识别)
↓
calc/bazi.py # 八字排盘(sxtwl)
calc/lunar.py # 农历/阳历互转
calc/ganzhi.py # 藏干系统 + 精确身强弱
calc/ziwei.py # 紫微斗数(14正曜+12宫)
calc/dayun_v2.py # 大运(节气起运 + 定性)
calc/liunian_v2.py # 流年(六冲/六合/六害/三合)
scripts/career_analysis.py
scripts/health_analysis.py
scripts/summary.py # 一句话摘要生成(v2.1新增)
↓
输出(摘要5句 / 完整报告)
版本历史
| 版本 | 改进 |
|---|---|
| v1.0 | 基础框架(八字+紫微+职业/健康) |
| v1.1 | 农历支持 + 大运流年基础 |
| v2.0 | 藏干加权身强弱 / 节气起运 / 流年冲合害三合 / 大运定性 |
| v2.1 | 一句话摘要模式(5句版,微信友好) |
安全使用建议
This skill appears coherent and implements the described fortune‑telling and health/career analyses using local Python code. Before installing, note: (1) it depends on the third‑party sxtwl library (a native Python extension for lunar/干支 calculations); make sure that dependency is available in your runtime or the skill will error. (2) The skill processes personal birth data (date/time/gender) — treat outputs as non‑medical, entertainment/advisory only. (3) There are no network calls, credentials, or unexpected file accesses in the code, so it does not appear to exfiltrate data. If you require extra caution, run the skill in a sandboxed environment or review/execute the code locally to confirm behavior.
功能分析
Type: OpenClaw Skill
Name: fortune-career
Version: 2.1.0
The 'fortune-career' skill bundle is a legitimate implementation of Chinese astrological analysis (Bazi and Zi Wei Dou Shu). The code consists entirely of mathematical and logical mappings for date conversions and astrological interpretations using the 'sxtwl' library. There is no evidence of data exfiltration, malicious execution, or prompt injection; all files (such as main.py, calc/bazi.py, and SKILL.md) strictly adhere to the stated purpose of providing career and health reports based on user-provided birth information.
能力评估
Purpose & Capability
Name/description (fortune/career/health analysis) align with the included files: bazi, lunar conversion, ziwei, dayun/liunian analysis, and career/health report generators. All requested resources (none) are consistent with the declared purpose. The code implements the stated algorithms and output formats.
Instruction Scope
SKILL.md describes parsing user birth info and producing either a brief summary or full report. The runtime instructions and code operate on provided birthdate/gender input only; there are no instructions to read arbitrary host files, environment variables, or to contact external endpoints. Data handled (birth date/time) is personal but expected for the skill's purpose.
Install Mechanism
There is no install spec (instruction-only), which is low-risk. However the code imports the sxtwl library (solar/lunar calculations). The registry metadata did not declare dependencies: sxtwl must be available in the runtime environment or the skill will fail. This is an operational note rather than an active security risk.
Credentials
The skill does not request environment variables, credentials, or config paths. All processing is local to the included Python modules. No tokens/keys/secrets are required or referenced.
Persistence & Privilege
Flags: always is false and the skill is user-invocable; it does not request permanent/system-wide privileges or attempt to modify other skills. It runs as a normal, on-demand skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fortune-career - 安装完成后,直接呼叫该 Skill 的名称或使用
/fortune-career触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
新增一句话摘要模式(5句版),说「摘要」触发,微信快速阅读
v2.0.0
P0+P1完成:藏干加权身强弱 / 节气起运 / 流年冲合害三合 / 大运定性(好坏标注)
v1.1.0
P0改进:农历/阳历自动识别 + 大运流年分析
v1.0.0
Initial release of fortune-career skill.
- Provides career and health analysis based on Bazi (八字) and Zi Wei Dou Shu (紫微斗数) rules.
- Accepts birth information in multiple formats for instant analysis.
- Delivers detailed reports covering personality, career direction, industry recommendation, health traits, and maintenance advice.
- All core fortune calculation and interpretation are done locally without external APIs.
- Designed for both fresh graduates and professionals seeking career or health guidance.
元数据
常见问题
职业与健康命理分析 是什么?
基于八字和紫微斗数为用户提供职业方向和健康状况的命理分析及具体建议。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。
如何安装 职业与健康命理分析?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fortune-career」即可一键安装,无需额外配置。
职业与健康命理分析 是免费的吗?
是的,职业与健康命理分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
职业与健康命理分析 支持哪些平台?
职业与健康命理分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 职业与健康命理分析?
由 DeviosLang(@devioslang)开发并维护,当前版本 v2.1.0。
推荐 Skills