← 返回 Skills 市场
spyfree

Destiny Fusion Pro

作者 Li Xin · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
738
总下载
3
收藏
0
当前安装
11
版本数
在 OpenClaw 中安装
/install destiny-fusion-pro
功能描述
Premium destiny consultation skill combining Ziwei Doushu and Bazi in one offline workflow. Use when the user wants a flagship, consultation-style report fro...
使用说明 (SKILL.md)

Destiny Fusion Pro

Generate a consultation-grade destiny report by combining Ziwei Doushu + Bazi under one consistent calculation standard.

Core appeal:

  • One input, two systems, one unified report
  • Offline-first and reproducible
  • Text report is the primary deliverable; chart image is optional enhancement
  • Suitable for both human-readable consultation and structured automation output

Recommended Command

python scripts/fortune_fusion.py \
  --date 1990-10-21 \
  --time 15:30 \
  --gender female \
  --year 2026 \
  --from-year 2026 \
  --years 10 \
  --template pro \
  --format markdown

Default Standard

  • Timezone: Asia/Shanghai
  • Longitude: 120.0 (Beijing standard)
  • Ziwei engine: py
  • Report priority: text-first; chart export may be attempted when enabled

Deliverables

A strong output should include:

  1. Calculation standard (timezone, longitude, unified calculation time)
  2. Ziwei full-plate facts (命宫 / 身宫 / 十二宫 / annual transformations)
  3. Bazi facts (四柱 / 日主 / 十神 / 藏干 / 大运 / 流年)
  4. Cross-system synthesis
    • personality baseline
    • career / money / relationship / health themes
    • current-cycle opportunity and risk boundaries
  5. Caution notes about time ambiguity or interpretation limits

Common Parameters

  • --engine py|js|dual: primary / fallback / dual-engine cross-check
  • --template lite|pro|executive: lighter / standard / premium consulting density
  • --chart none|svg|jpg: chart export mode
  • --chart-quality 1-100: JPG quality, default 92
  • --chart-backend auto|cairosvg: offline image backend
  • --format markdown|json: final output format

Output Style Guardrails

  • Write fact first, interpretation second, advice last.
  • Prefer trend language and probability language; avoid absolute prophecy.
  • Make cross-system consistency visible: note where Ziwei and Bazi reinforce each other vs diverge.
  • If chart rendering fails, continue with the text report instead of failing the whole workflow.
  • If birth time is near a boundary, explicitly recommend dual-plate comparison.

Scope Boundary

  • Fully offline; use no web search or headless browser.
  • Produce analysis only; not medical, legal, or investment advice.
  • Optional chart export should never block the report.

References

  • references/ziwei-methodology.md
  • references/positioning.md
安全使用建议
This skill contains local Python and Node scripts that perform the astrology calculations you expect, but before installing or running it: 1) Ask the publisher/author for an install manifest (requirements.txt, package.json) or explicit dependency list and pinned versions for iztro, iztro-py, lunar_python, and any chart/backends (cairosvg). 2) Verify the source and trustworthiness of the iztro/npm and pip packages (these third-party libs will run code on your machine). 3) Note the mismatch between the SKILL.md example flags and the JS script (--time vs --time-index); confirm the correct invocation for each engine. 4) Run the code in a sandbox or isolated environment (or review the installed packages) before using with real personal data. 5) If you need true offline assurance, request an explicit statement or packaging that includes all dependencies vendored or a reproducible install script; otherwise treat the skill as requiring additional setup and vetting.
功能分析
Type: OpenClaw Skill Name: destiny-fusion-pro Version: 1.0.3 The destiny-fusion-pro skill bundle is a legitimate implementation of a Chinese astrology (Ziwei Doushu and Bazi) consultation tool. The Python script (fortune_fusion.py) and Node.js bridge (ziwei_engine_js.mjs) use reputable libraries like lunar-python and iztro to perform complex calculations offline. Security analysis shows safe use of subprocess (passing argument lists rather than shell strings), no network activity, and no evidence of data exfiltration or malicious prompt injection. The instructions in SKILL.md explicitly enforce an offline-first policy, which aligns with the stated purpose and reduces the attack surface.
能力评估
Purpose & Capability
The name/description match the included code: both Python and JS engines implement Ziwei and Bazi calculations and produce markdown/JSON output. That capability is coherent with the skill's stated purpose. However, the skill claims 'offline-first' but relies on third-party libraries (iztro/iztro-py, lunar_python, possibly cairosvg) which are not declared in an install spec; this is an omission that affects reproducibility and trust.
Instruction Scope
SKILL.md recommends running the included python script with specific flags (e.g. --time 15:30) and documents engine choices py|js|dual. The JS script, however, expects different CLI arguments (it requires --time-index rather than a human-readable --time), and the Python script will raise a ModuleNotFoundError unless iztro-py is installed (it even suggests pip install in code). SKILL.md also states 'Fully offline; use no web search', and the code itself does not perform network I/O, but the instructions do not tell the user how to satisfy package dependencies or which package versions to trust.
Install Mechanism
There is no install specification. The repository includes runnable scripts, but they import external packages (e.g., lunar_python, iztro_py in Python; iztro in Node) that must be installed manually. Absence of an explicit install manifest (requirements.txt, package.json, or install steps) is a mismatch and reduces reproducibility and safety posture, but there is no evidence of downloads from unknown URLs in the provided files.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not attempt to read secrets or system config paths in the included files. This is proportionate to its stated purpose.
Persistence & Privilege
The skill does not request persistent/always-on privileges (always: false). It doesn't attempt to modify other skills or system-wide configs in the provided code or instructions.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install destiny-fusion-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /destiny-fusion-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
Refine storefront copy: strengthen flagship positioning, premium consultation framing, and polished dual-system report messaging.
v1.0.2
Improve ClawHub presentation: premium consultation positioning, cleaner packaging, clearer dual-system deliverables, and stronger output guardrails for Ziwei + Bazi reports.
v1.3.4
Patch 1.3.4: upgraded offline chart aesthetics (card-based palace layout, central summary panel, higher-resolution JPG), and changed default chart output to JPG while keeping failure-safe fallback.
v1.3.3
Patch 1.3.3: update public skill description to explicitly state fully-offline mode, no headless/browser dependency requirement, and optional chart output.
v1.3.2
Patch 1.3.2: enforce offline-only chart pipeline (auto/cairosvg), remove headless browser dependency path, strip external URLs from methodology metadata, and keep chart output optional/failure-safe.
v1.3.1
Patch 1.3.1: removed online chart backend options, switched to offline-only chart backends (auto/headless/cairosvg), made image output optional by default, and added graceful fallback so report generation continues even if chart rendering is unavailable.
v1.3.0
Release 1.3.0: added high-quality Ziwei chart image generation with website-style rendering backends (ziwei-local offline bundle, ziwei-pub online, headless/cairosvg fallback), switched default reports to include JPG chart automatically, improved chart clarity (higher DPR), and updated docs for backend behavior.
v1.2.0
Refined 1.2.0: upgraded to framework-first output (signals + traditional interpretation experience) instead of fixed advice; normalized mutagen labels to Chinese; strengthened Ziwei+Bazi chart accuracy and dual-engine consistency; improved report readability and user docs.
v1.0.1
Retry publish with lean package and cleaner metadata for faster security scanning
v1.1.0
Growth update: added lite/pro/executive delivery templates and expanded search keywords including 算命/mingli for discoverability.
v1.0.0
Initial release: integrated Ziwei Doushu + Bazi charting with consulting-delivery report template (CN/EN searchable).
元数据
Slug destiny-fusion-pro
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 11
常见问题

Destiny Fusion Pro 是什么?

Premium destiny consultation skill combining Ziwei Doushu and Bazi in one offline workflow. Use when the user wants a flagship, consultation-style report fro... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 738 次。

如何安装 Destiny Fusion Pro?

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

Destiny Fusion Pro 是免费的吗?

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

Destiny Fusion Pro 支持哪些平台?

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

谁开发了 Destiny Fusion Pro?

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

💬 留言讨论