check-holidays
检查特定日期是否有节假日
SKILL.md
--- frontmattername: check-holidays
description: Check if there are any holidays on a specific date
parameters:
type: object
properties:
country:
type: string
description: Country code (e.g., AT for Austria, US for USA)
year:
type: string
description: Year to check
required:
- country
- year
command: curl -s 'https://date.nager.at/api/v3/PublicHolidays/{{year}}/{{country}}'