lunar-converter

v1.0.0

阴历(农历)与阳历(公历)日期转换工具。 当用户需要: (1) 阴历转阳历(如"阴历2月12是阳历几号"、"2026年阴历生日") (2) 阳历转阴历(如"2026年3月26日是阴历多少") (3) 查询某个阴历日期对应的阳历日期 (4) 任何阴历阳历相互转换的需求

0· 77·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the actual behavior. The skill implements lunar↔solar conversion using the lunardate Python library and does not ask for unrelated binaries, environment variables, or network access.
Instruction Scope
SKILL.md correctly instructs running scripts/lunar.py and the script prints JSON results. Minor mismatch: the script accepts (year, month, day) but provides no CLI flag to indicate a leap (闰) month for lunar2solar — the LunarDate constructor supports an is_leap argument but the CLI does not allow specifying it. Error messages are returned as strings inside the JSON result field (e.g., "错误: ..."), which is functional but may be less machine-friendly for distinguishing errors vs. valid results.
Install Mechanism
No install spec; instruction-only plus a small Python script. The SKILL.md states it uses the 'lunardate' library (assumed preinstalled). Nothing is downloaded or written by an installer.
Credentials
No environment variables, credentials, or config paths are requested. The script only imports a standard third-party library and reads CLI args — proportional to the stated task.
Persistence & Privilege
always:false and no requests to modify agent/system configuration. The skill does not persist state or require elevated/system-wide changes.
Assessment
This skill appears to do exactly what it says: local date conversions using the Python 'lunardate' library. Before installing, confirm that your environment has the 'lunardate' package from a trusted source and test conversions you care about (especially leap-month cases), because the CLI does not provide an explicit flag to mark a lunar leap month. There are no network calls or credential requests, so there is no obvious exfiltration risk, but if you rely on this for critical calendars, validate a few known dates to ensure the library/version behaves as you expect.

Like a lobster shell, security has layers — review code before you run it.

latestvk978f39hsq0vk4jkcqb43e93es83qcjr

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments