← 返回 Skills 市场
spyfree

Bazi Analysis

作者 Li Xin · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ 安全检测通过
872
总下载
1
收藏
2
当前安装
5
版本数
在 OpenClaw 中安装
/install bazi-analysis
功能描述
Professional Bazi / Four Pillars consultation skill for birth date and time analysis. Use when the user wants a polished Bazi report with four pillars, day m...
使用说明 (SKILL.md)

Bazi Analysis

Generate a structured Bazi report from birth date, time, and gender.

This skill works best when the user wants a report that feels both:

  • technically grounded in the chart facts
  • readable as a practical consultation summary

Input

  • Birth date: YYYY-MM-DD
  • Birth time: HH:MM
  • Gender: male/female/男/女

Recommended Command

python skills/bazi-analysis/scripts/bazi_chart.py \
  --date 1989-10-17 \
  --time 12:00 \
  --gender male \
  --format markdown

Common Parameters

  • --from-year 2026 --years 10: generate yearly outlook sequence
  • --sect 1|2: switch school / calculation convention (2 by default)
  • --format markdown|json: consultation report or structured output

Deliverables

A strong output should include:

  1. Chart facts
    • 四柱
    • 日主
    • 十神
    • 藏干
    • 纳音 / 旬空 / 命宫 / 身宫 / 胎元(if supported by script version)
  2. Five-element balance summary
  3. Luck-cycle and yearly rhythm
  4. Interpretation
    • strengths / pressure points
    • career / money / relationship / health themes
    • useful elements / avoid-overstating certainty
  5. Timing caution notes for boundary cases

Output Style Guardrails

  • Present chart facts first, interpretation second.
  • Use practical, consultation-style language rather than fatalistic wording.
  • If the birth time is near an hour boundary, recommend comparing adjacent charts.
  • Be explicit about which elements are exact chart facts vs later interpretation.

Scope Boundary

  • Traditional metaphysical analysis only; not medical, legal, or investment advice.
  • Boundary-time and school differences should be disclosed when relevant.

Reference

  • references/notes.md
安全使用建议
This skill appears coherent and implements the described Bazi report. Things to consider before installing: (1) you must install the Python dependency 'lunar_python' yourself (the skill metadata does not list dependencies); verify that package's source (PyPI or its repository) if you care about provenance. (2) The script runs locally and only needs birth date/time/gender — it does not contact external services or request secrets. (3) If you plan to allow autonomous invocation by an agent, note it can run the script with any input you or the agent supply; limit access if you don't want unattended runs. If any of these are concerning, inspect the script and the lunar_python package source before use.
功能分析
Type: OpenClaw Skill Name: bazi-analysis Version: 1.0.2 The skill is a legitimate tool for Bazi (Four Pillars of Destiny) astrological analysis. The core logic in `scripts/bazi_chart.py` uses the standard `lunar_python` library to calculate charts based on user-provided birth dates and times, with no evidence of network activity, file system intrusion, or credential theft. The instructions in `SKILL.md` are well-defined and align strictly with the stated purpose of generating metaphysical reports.
能力评估
Purpose & Capability
Name/description describe a Bazi consultation tool and the included Python script (scripts/bazi_chart.py) implements exactly that: building four pillars, five-element counts, luck cycles and producing markdown/JSON output. There are no unrelated requirements (no cloud APIs, no extraneous credentials).
Instruction Scope
SKILL.md restricts inputs to birth date/time/gender and instructs running the local script to produce reports; it does not ask the agent to read other system files, environment variables, or transmit data externally. Output style and scope boundaries (no medical/legal/financial advice) are explicitly stated.
Install Mechanism
There is no install spec (instruction-only), which is low-risk, but the Python script imports the third-party library 'lunar_python' without declaring dependencies in the metadata. Users will need to install that package (e.g., pip install lunar_python) before running; the lack of a declared dependency is an incoherence to be aware of but not malicious.
Credentials
The skill requires no environment variables, no credentials, and accesses only the explicit inputs (date/time/gender). No sensitive system paths or unrelated secrets are requested.
Persistence & Privilege
Skill is not always-enabled and uses normal agent invocation. It does not attempt to modify other skills or system-wide settings and does not request persistent or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bazi-analysis
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bazi-analysis 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Refine storefront copy: stronger consultation-style positioning and clearer Bazi deliverable framing for ClawHub discovery.
v1.0.1
Refresh positioning and delivery style: stronger consultation framing, clearer deliverables, and more attractive user-facing presentation while keeping structured Bazi output.
v1.2.0
Professional upgrade: added yong/ji-shen heuristic, liu-nian timeline, richer metadata (na-yin/xun-kong/ming-shen-taiyuan) and expanded report structure.
v1.1.0
Enhanced: ten gods, hidden stems, na yin, xun-kong, ming/shen/taiyuan, and DaYun timeline (top 8).
v1.0.0
Initial release: Four Pillars charting (lunar_python), day master and five-element distribution in markdown/json.
元数据
Slug bazi-analysis
版本 1.0.2
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 5
常见问题

Bazi Analysis 是什么?

Professional Bazi / Four Pillars consultation skill for birth date and time analysis. Use when the user wants a polished Bazi report with four pillars, day m... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 872 次。

如何安装 Bazi Analysis?

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

Bazi Analysis 是免费的吗?

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

Bazi Analysis 支持哪些平台?

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

谁开发了 Bazi Analysis?

由 Li Xin(@spyfree)开发并维护,当前版本 v1.0.2。

💬 留言讨论