From pm-live
Looks up public holidays for any country and year via the Nager.Date API with long-weekend detection and cross-country planning.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-live:public-holidaysThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
"Is Monday a holiday in Germany?" is a five-second question that decides deploy schedules, invoice due dates, and vacation math — and Nager.Date answers it for 100+ countries over keyless HTTPS. This skill fetches, answers the actual question (a date, a plan, a long weekend), and respects the two traps: regional holidays that don't apply nationwide, and the countries whose holiday culture the A...
"Is Monday a holiday in Germany?" is a five-second question that decides deploy schedules, invoice due dates, and vacation math — and Nager.Date answers it for 100+ countries over keyless HTTPS. This skill fetches, answers the actual question (a date, a plan, a long weekend), and respects the two traps: regional holidays that don't apply nationwide, and the countries whose holiday culture the API's global flag quietly encodes.
Ask for these if not provided:
curl -s "https://date.nager.at/api/v3/PublicHolidays/2026/JP" → JSON array with date, localName, name, global, counties, types. Next holidays: .../api/v3/NextPublicHolidays/DE. Specific-date check: fetch the year, match the date. Long weekends, precomputed: .../api/v3/LongWeekend/2026/DE — the API does the adjacency math itself.global flag is the regional trap: global: false + a counties array means the holiday applies only in listed regions (Bavaria's extra days, Scotland vs England). Answering "Germany has a holiday" for a Bavaria-only day is the classic wrong answer — quote the regions.types matters at the edges: most entries are Public, but some countries include Bank, School, Optional, Observance — an Observance is not a day off; filter or label by type when the question is "is the office closed."[The direct answer to the actual question first.]
| Date | Holiday (local · English) | Scope |
|---|---|---|
| [Filtered to the question — the date, the range, the intersection; regional entries labeled with their regions] |
[Long-weekend section when planning was the intent]
Source: Nager.Date · rerun: [exact curl]
[Coverage caveat when workplace/regional nuance is in play]
global: false) holidays are labeled with their regions, never presented as nationaltypes are filtered or labeled when "day off" is the questionglobal flag exists to be readQueries Korean public holidays, national days, anniversaries, 24 solar terms, and other special days via the Korea Astronomy and Space Science Institute API through a proxy. Useful for checking if today is a holiday or retrieving holiday calendars by year/month.
Queries Chinese public holidays and work schedules. Responds to natural language questions like '今天上班吗' or '春节放几天' using the timor.tech API.
Ordnetsachverhalt, Normen, Beweislast und nächste Schritte für Berlin-spezifische HR-Themen wie Bildungszeit, Feiertage und lokale Behörden. Liefert direkt nutzbare Arbeitsprodukte mit Prüfpunkten und Risiken.
npx claudepluginhub mohitagw15856/pm-claude-skills --plugin pm-live