中国节假日检测
v1.1.0基于 chinesecalendar 包的中国节假日检测,判断是否为节假日/调休日工作日
⭐ 0· 275·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name/description (Chinese holiday detection) matches the code and SKILL.md: it relies only on the chinesecalendar package and local date checks. There are no unrelated environment variables, binaries, or configuration paths requested. Minor note: the pip package name ('chinesecalendar') and the Python module import ('chinese_calendar') differ in form but that is normal for some packages and is handled in the code.
Instruction Scope
SKILL.md and check.py limit actions to importing the chinese_calendar module, checking dates, and using subprocess to query the locally installed pip package. The instructions do not read arbitrary files, environment secrets, or call external endpoints. They do run pip (via subprocess) to inspect the installed package, which is within scope for version/freshness checks.
Install Mechanism
There is no automated install spec included; the README suggests installing via 'pip install chinesecalendar'. No downloads from arbitrary URLs or archive extraction are present in the bundle.
Credentials
The skill requires no environment variables or credentials. Its use of subprocess to call pip interacts only with the local Python environment and does not request secrets or tokens.
Persistence & Privilege
The skill does not request permanent/always-on inclusion and does not attempt to modify other skills or system-wide agent settings. It simply exits with status codes appropriate for cron/alerting usage.
Assessment
This skill appears to do exactly what it claims: check whether a date is a holiday using the chinesecalendar library and report whether the installed package supports the current year. Before installing/using it: (1) run it in a virtualenv or isolated environment so pip operations don't affect system packages; (2) install chinesecalendar from PyPI (pip install chinesecalendar) only from trusted sources; (3) if you plan to run the script automatically (cron), review/approve its exit-code logic; (4) note that the script inspects the local Python environment via pip show and imports the chinese_calendar module—it does not transmit data externally and requests no credentials.Like a lobster shell, security has layers — review code before you run it.
calendarvk975s32xvhykskh3t680nkhd45829bm4chinavk975s32xvhykskh3t680nkhd45829bm4holidayvk975s32xvhykskh3t680nkhd45829bm4latestvk975s32xvhykskh3t680nkhd45829bm4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📅 Clawdis
