Install
openclaw skills install holidayResearch public holidays, bank holidays, observed days, school breaks, and make-up workdays for any country or region. Use when the user asks whether a specific date is a holiday, when a named holiday occurs in a given year, whether offices/banks/schools are likely closed, or which days are officially observed in a jurisdiction. Always identify the relevant country, region, and year, and distinguish official public holidays from cultural observances or company-specific time off. NOT for calendar event CRUD, reminders, or personal leave planning.
openclaw skills install holidayUse this skill for holiday lookup tasks across jurisdictions.
The core job is not memorization. The core job is to resolve the exact jurisdiction, holiday type, and year, then answer from authoritative sources.
Before answering, resolve these when they are ambiguous:
If the user says "Is it a holiday on Monday?" without a jurisdiction, ask or infer only when the context is explicit.
Use authoritative sources first. Preferred order:
Read references/source-guidelines.md when you need a quick checklist for source selection and answer framing.
Read references/query-patterns.md when you need concrete search patterns, answer templates, or disambiguation prompts.
Use when the user asks:
Answer with:
Use when the user asks:
If the holiday is movable, verify the exact date for the requested year.
Use when the user asks:
Explain both the named holiday date and the observed day when they differ.
Use when the user asks:
Do not assume all institutions follow the same calendar. If needed, separate:
Use the bundled script when you want a deterministic checklist before researching:
node {baseDir}/scripts/holiday-checklist.js --country Japan --year 2026 --mode date-status --date 2026-02-11
node {baseDir}/scripts/holiday-checklist.js --country UK --region England --year 2027 --mode observed-day --holiday Christmas
node {baseDir}/scripts/holiday-checklist.js --country India --year 2026 --mode holiday-date --holiday Diwali --institution banks --json
The script does not answer the holiday question by itself. It structures:
rili.jiejiari.