BaZi Chart Calculator (八字排盘)

PassAudited by ClawScan on May 1, 2026.

Overview

This appears to be a local BaZi chart calculator, with only a minor dependency-review note before setup.

Review the small Python source and install the dependency in a virtual environment as documented. Expect to provide birth date, time, location, and gender for the calculation, but the artifacts do not show those details being stored or sent elsewhere.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Installing the skill may pull the current compatible version of the `ephem` package, so the exact installed dependency can change over time.

Why it was flagged

The skill depends on an external PyPI package with a lower-bound version range rather than an exact pin; this is expected for the stated astronomical calculation purpose, but users should notice the dependency being installed.

Skill content
ephem>=4.1.0
Recommendation

Install it in the documented virtual environment, and consider pinning or reviewing the dependency version if reproducibility is important.