Chinese Holidays

v1.0.0

Query Chinese statutory holidays, check if a date is a working day/holiday, and get holiday schedules. Use when the user asks about Chinese holidays, working...

0· 108·2 current·2 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 match the provided artifacts. The script and SKILL.md both implement date checks, listing, and next-holiday logic for Chinese statutory holidays.
Instruction Scope
Instructions simply run the included Python script. The script only uses hard-coded holiday data (2024–2026) and local date/time — so behavior is narrow and within scope. Note: data is static and limited to 2024–2026; queries for years beyond that will return no data.
Install Mechanism
No install spec; this is effectively an instruction-only skill with an included script. Nothing is downloaded or written during install.
Credentials
No environment variables, credentials, or config paths are requested or accessed. The code does not read external secrets or system config.
Persistence & Privilege
Skill is not always-on and uses the platform default allowing autonomous invocation. It does not modify other skills or system-wide agent settings.
Assessment
This skill is a small, local utility that hard-codes Chinese holiday dates for 2024–2026 and does not access the network or secrets, so it is coherent with its description. Before installing: ensure you only need static, local data (if you need future years or official updates, prefer a maintained API or update the data annually). Confirm you have a trusted Python runtime to run the script. Autonomous invocation is allowed by default, but in this case that poses low risk because the code has no external I/O or credential access.

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

latestvk97d43zca94e2qxryddvmffdj58332s8

License

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

Comments