运势计算 (Fortune Luck)
v1.2.0根据生日和历法计算每日爱情、事业、财运、健康运势,提供幸运元素和实用建议。
⭐ 0· 115·1 current·1 all-time
byZafer Liu@zaferliu
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name/description (fortune by birthday) align with the included Python modules, README, and SKILL.md. No unrelated credentials, system services, or external APIs are requested. Required functionality (lunar calendar handling) explains the dependency on lunar_python.
Instruction Scope
SKILL.md instructs the agent to ask for and persist the user's birthday and to use the FortuneCalculator API. The runtime instructions and code only read/write the documented birthday file and perform local computations; they do not read other system files, environment variables, or send data to external endpoints.
Install Mechanism
This is an instruction-only skill (no install spec). It has a runtime dependency on the third‑party Python package lunar_python (pip install lunar-python), which is documented in README/SKILL.md. Installing that package from PyPI is normal for this purpose; the skill itself does not download arbitrary binaries or run installers.
Credentials
The skill requests no environment variables or credentials. It stores the user's birth date and calendar type in a local file (~/.openclaw/fortune_birthday.json). Storing personal data locally is proportionate to the feature, but be aware this is personal information and will persist on disk in plaintext.
Persistence & Privilege
always is false and the skill does not request elevated privileges or modify other skills/configurations. Its only persistent action is writing a single JSON file under the user's home directory, which is documented.
Assessment
This skill appears to do what it says: compute daily fortunes based on a saved birthday. Before installing, note that it will save your birthday and calendar type to ~/.openclaw/fortune_birthday.json in plaintext. The only external dependency is the lunar_python package (installable via pip). If you are uncomfortable storing your birthday, don't save it (the skill will ask each time) or inspect/delete the file after use. As always, install third‑party Python packages from trusted sources and review package reputation before installing.Like a lobster shell, security has layers — review code before you run it.
latestvk97bt1gbzwnm4s5aysgy082p7n845b4x
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
