Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
deusyu avatar

Cn Holiday

  • 1 installs
  • 10 repo stars
  • Updated July 30, 2026
  • deusyu/rainman-skills

Queries Chinese public holidays, make-up workdays, and work schedules via the timor.tech API, with no API key needed.

About

Checks whether a date is a workday or holiday in China, including make-up workdays and yearly schedules. A developer or user uses it to look up Chinese holiday and workday information.

  • No API key required; uses timor.tech API
  • Commands for info, year, batch, and next workday

Cn Holiday by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,980 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 31, 2026 (Skillselion catalog sync)
npx skills add https://github.com/deusyu/rainman-skills --skill cn-holiday

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars10
Last updatedJuly 30, 2026
Repositorydeusyu/rainman-skills

What it does

Queries Chinese public holidays, make-up workdays, and work schedules via the timor.tech API, with no API key needed.

Files

SKILL.mdMarkdownGitHub ↗

cn-holiday — Chinese Holiday & Work Schedule Skill

Query Chinese public holidays, 调休 (make-up workdays), and work schedules via the timor.tech API.

Quick Start

1. No API key needed. 2. Run bun scripts/holiday.ts --help in this skill directory. 3. Pick the matching command from references/command-map.md.

Workflow

1. Parse user intent — identify the date(s) and what they want to know. 2. Select the right command: info, year, batch, or next. 3. Run the script and return the result. 4. Interpret the result for the user in natural language.

Response Interpretation

type.type field meanings

ValueMeaning
0工作日 (workday)
1周末 (weekend)
2节日 (holiday)
3调休补班 (make-up workday)

wage field meanings (加班工资倍率)

ValueMeaning
1正常工资
2双倍工资
3三倍工资

holiday.holiday field

  • true = 放假 (day off)
  • false = 补班 (make-up workday)

Notes

  • This skill is script-first and does not run an MCP server.
  • Data source: timor.tech (based on State Council holiday announcements).
  • No API key required.
  • Covers current year and adjacent years' holiday schedules.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.