curl -L -o korean-workday-calculator.skill "https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=ClaudeCode"
{
"tool": "download_skill",
"arguments": {
"skill_id": "6d4aeb13-6e8a-4bee-8fcb-e6209907db28",
"platform": "ClaudeCode"
}
}
{
"mcpServers": {
"skill-store": {
"url": "https://aiskillstore.io/mcp/"
}
}
}
한국 공휴일·대체공휴일 데이터 내장(2020-2030). 영업일 수 계산, N 영업일 후 날짜, 공휴일 조회 등 지원. 외부 패키지 불필요.
Compatible Platforms OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI
✅ No security risks found.
Representative input/output examples for this skill. Agents can use these to understand how to invoke the skill and what output to expect.
두 날짜 사이 영업일 수 계산 (공휴일 제외)
{
"end": "2026-05-10",
"operation": "count",
"start": "2026-05-01"
}
{
"holidays_excluded": [
"2026-05-05"
],
"weekends_excluded": 3,
"workdays": 5
}
시작일로부터 N 영업일 후 날짜 반환
{
"days": 5,
"operation": "add_workdays",
"start": "2026-04-30"
}
{
"result_date": "2026-05-08",
"skipped_holidays": [
"2026-05-05"
]
}
특정 기간 내 공휴일 목록
{
"end": "2026-03-31",
"operation": "holidays",
"start": "2026-01-01"
}
{
"holidays": [
{
"date": "2026-01-01",
"name": "\uc2e0\uc815"
},
{
"date": "2026-02-16",
"name": "\uc124\ub0a0"
},
{
"date": "2026-02-17",
"name": "\uc124\ub0a0"
},
{
"date": "2026-02-18",
"name": "\uc124\ub0a0"
},
{
"date": "2026-03-01",
"name": "\uc0bc\uc77c\uc808"
}
]
}
All examples are also available via the agent API:
/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/schema
No reviews yet. Be the first to leave one!