← Back to Skills Marketplace
spyfree

Destiny Fusion Pro

by Li Xin · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
738
Downloads
3
Stars
0
Active Installs
11
Versions
Install in OpenClaw
/install destiny-fusion-pro
Description
Premium destiny consultation skill combining Ziwei Doushu and Bazi in one offline workflow. Use when the user wants a flagship, consultation-style report fro...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install destiny-fusion-pro
  3. After installation, invoke the skill by name or use /destiny-fusion-pro
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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).
Metadata
Slug destiny-fusion-pro
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 11
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 738 downloads so far.

How do I install Destiny Fusion Pro?

Run "/install destiny-fusion-pro" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Destiny Fusion Pro free?

Yes, Destiny Fusion Pro is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Destiny Fusion Pro support?

Destiny Fusion Pro is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Destiny Fusion Pro?

It is built and maintained by Li Xin (@spyfree); the current version is v1.0.3.

💬 Comments