From k-skill
Queries 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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/k-skill:korean-holiday-calendarThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
공공데이터포털 **한국천문연구원_특일 정보**(data.go.kr `15012690`)의 `SpcdeInfoService`를 `k-skill-proxy` 경유로 호출한다.
공공데이터포털 한국천문연구원_특일 정보(data.go.kr 15012690)의 SpcdeInfoService를 k-skill-proxy 경유로 호출한다.
지원 operation:
rest → getRestDeInfo 공휴일national → getHoliDeInfo 국경일anniversary → getAnniversaryInfo 기념일solarTerm → get24DivisionsInfo 24절기sundry → getSundryDayInfo 잡절k-skill-proxy의 /v1/korean-holiday/calendar route 접근 가능KSKILL_PROXY_BASE_URL — self-host·별도 프록시를 쓸 때만 설정. 비우면 기본 hosted https://k-skill-proxy.nomadamas.org 를 사용한다.DATA_GO_KR_API_KEY 는 프록시 운영 서버 환경에만 둔다. 공공데이터포털 한국천문연구원_특일 정보(15012690) 활용신청이 승인돼 있어야 한다.키 발급:
operation/type: rest(기본), national, anniversary, solarTerm, sundryyear/solYear: 4자리 연도month/solMonth: 선택, 01-12page/pageNo: 기본 1limit/numOfRows: 기본 100, 최대 1000BASE="${KSKILL_PROXY_BASE_URL:-https://k-skill-proxy.nomadamas.org}"
curl -fsS --get "$BASE/v1/korean-holiday/calendar" \
--data-urlencode "operation=rest" \
--data-urlencode "year=2026" \
--data-urlencode "month=08"
응답 item의 핵심 필드:
locdate: YYYYMMDDdateName: 특일 이름isHoliday: Y면 공휴일, N이면 특일이지만 휴일 아님dateKind, seq: upstream 분류/순번"오늘/내일이 공휴일인지" 묻는 경우 KST 기준 날짜를 YYYYMMDD로 만든 뒤 해당 locdate의 isHoliday를 확인한다.
400 bad_request: 연도/월/operation/page 값이 잘못됨.503 upstream_not_configured: 프록시 서버에 DATA_GO_KR_API_KEY 없음 또는 15012690 활용신청 미승인.502 upstream_forbidden: data.go.kr gateway가 키를 거부함.k-skill-proxy route를 통해 호출했고 사용자에게 API key를 요구하지 않았다.locdate, dateName, isHoliday, operation을 함께 명시했다.키 없이 가능한 검증:
./scripts/validate-skills.shnode --test packages/k-skill-proxy/test/server.test.jscurl -i --get "$KSKILL_PROXY_BASE_URL/v1/korean-holiday/calendar" --data-urlencode "year=2026" (키 미설정이면 503 확인)Live smoke는 hosted/self-host proxy에 DATA_GO_KR_API_KEY가 설정되고 15012690 활용신청이 승인된 뒤 수행한다.
npx claudepluginhub nomadamas/k-skill --plugin k-skillLooks up public holidays for any country and year via the Nager.Date API with long-weekend detection and cross-country planning.
Searches official Korean national heritage records, details, locations, and monthly heritage events via the Korea Heritage Service Open API.
Queries Chinese public holidays and work schedules. Responds to natural language questions like '今天上班吗' or '春节放几天' using the timor.tech API.