/install check-workday-cn
Check Workday CN
Check whether today is a workday with official holiday override data from:
https://cdn.jsdelivr.net/gh/NateScarlet/holiday-cn@master/{year}.json
Workflow
- Run
python3 scripts/check_today_workday.py. - Read
is_workdayfrom output. - Explain reason:
- If date exists in
days[], useisOffDaydirectly (false=> workday,true=> off day). - If date does not exist in
days[], fall back to weekday rule (Mon-Fri workday, Sat-Sun off day).
- If date exists in
Commands
Use today in Asia/Shanghai:
python3 scripts/check_today_workday.py
Check specific date:
python3 scripts/check_today_workday.py --date 2026-02-15
Machine-readable output:
python3 scripts/check_today_workday.py --json
Output Contract
Always return:
- Queried date (YYYY-MM-DD)
is_workdayboolean- Reason (
holiday overrideorweekday fallback) - Data source URL
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install check-workday-cn - After installation, invoke the skill by name or use
/check-workday-cn - Provide required inputs per the skill's parameter spec and get structured output
What is Check Workday CN?
Determine whether today (or a given date) is a working day in mainland China by querying holiday-cn yearly JSON from jsDelivr and applying holiday/makeup-wor... It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.
How do I install Check Workday CN?
Run "/install check-workday-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Check Workday CN free?
Yes, Check Workday CN is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Check Workday CN support?
Check Workday CN is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Check Workday CN?
It is built and maintained by Sube (@sube-py); the current version is v1.0.0.