Chinese Workdays

v2.0.0

Calculate legal working days in China according to official government holiday schedules. Uses State Council-published arrangements to exclude weekends, publ...

0· 74·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/description (calculate Chinese legal workdays) matches the code and included YAML data files. Required resources are local files and PyYAML; nothing requests unrelated cloud credentials or binaries.
Instruction Scope
SKILL.md instructions align with the implementation (manual update of YAML, local calculations, CLI examples). The code will create example YAML files under the package data directory if the data folder is missing — this is reasonable but worth noting because it writes files into the package path. PUBLISH.md mentions automated yearly updates, but the code contains no auto-update or network-fetch logic (the README/skill says manual update); this is an inconsistency in documentation/roadmap only.
Install Mechanism
No install spec provided; skill is a normal Python package with source files and YAML data. There are no remote downloads or extract steps, and no unusual install locations. PyYAML is used (declared in PUBLISH.md), so runtime dependency installation is required but expected.
Credentials
The skill requires no environment variables, credentials, or config paths. All data is local YAML. No secrets are requested or referenced by the code or SKILL.md.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. It writes example YAML into its data directory if missing (normal for a data-driven package) but does not alter system-wide settings.
Assessment
This skill appears coherent and implements a local calculator using the included YAML holiday schedules. Before installing: (1) be aware it requires PyYAML to parse the YAML files; (2) it may create or write YAML files under the package's data directory (this is not network I/O but will write to disk); (3) PUBLISH.md and subscription.json mention publishing/pricing and automated yearly updates, but the shipped code does not perform automatic network updates — updates are manual by editing the YAML files; (4) review the included YAML data for accuracy if you rely on it for official or business-critical calculations. No credentials or network endpoints are requested by the code, so there is no sign of data exfiltration.

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

21yearsvk97dg3bykdjbyd4x8cm32pv56583hvwpauthoritativevk97dg3bykdjbyd4x8cm32pv56583hvwpcalendarvk97ap93rbctdcw3740xyn0gx2x83hvpjchinavk97dg3bykdjbyd4x8cm32pv56583hvwpcompletevk97dg3bykdjbyd4x8cm32pv56583hvwpcomprehensivevk97dg3bykdjbyd4x8cm32pv56583hvwphistoricvk97dg3bykdjbyd4x8cm32pv56583hvwpholidaysvk97dg3bykdjbyd4x8cm32pv56583hvwplatestvk97dg3bykdjbyd4x8cm32pv56583hvwpmilestonevk97dg3bykdjbyd4x8cm32pv56583hvwpofficialvk97dg3bykdjbyd4x8cm32pv56583hvwpproductionvk97dg3bykdjbyd4x8cm32pv56583hvwputilityvk97ap93rbctdcw3740xyn0gx2x83hvpjv2vk97dg3bykdjbyd4x8cm32pv56583hvwpworking-daysvk97dg3bykdjbyd4x8cm32pv56583hvwp

License

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

Comments