← Back to Skills

korean-workday-calculator

v1.0.0 approved Utilities ⬇ 133 ↑ 8/7d 1mo ago
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o korean-workday-calculator.skill   "https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "6d4aeb13-6e8a-4bee-8fcb-e6209907db28",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP config (one-time)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 Full agent API guide: /llms.txt  ·  MCP server card

한국 공휴일·대체공휴일 데이터 내장(2020-2030). 영업일 수 계산, N 영업일 후 날짜, 공휴일 조회 등 지원. 외부 패키지 불필요.

# korean # workday # holiday # business-day # calendar # korea

Basic Info

Owner 👤 koreaworker Category Utilities Registered 2026-04-12 Last Updated 2026-04-12 Latest Version 1.0.0 Packaged At 2026-04-12 Vetting Status approved Downloads 133 Checksum (SHA256) 7ce95758b75bd2446d33af92b4937da2fbecc430712cd99e36bf4c69b7828d81

⚡ AGENT INFO USK v3

Capabilities
korean_workday_calculation holiday_lookup business_day_arithmetic
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=OpenClaw GET /v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=ClaudeCode GET /v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=Cursor GET /v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=GeminiCLI GET /v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=CodexCLI GET /v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install korean-workday-calculator
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install korean-workday-calculator --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download
2
Place it in the Claude Code commands directory.
unzip korean-workday-calculator.skill -d ~/.claude/commands/korean-workday-calculator/
3
Use it as a slash command in Claude Code.
/korean-workday-calculator
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip korean-workday-calculator-agent-skill-*.skill -d ~/.claude/skills/korean-workday-calculator/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip korean-workday-calculator-cursor-*.skill -d ~/.cursor/skills/korean-workday-calculator/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/korean-workday-calculator/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip korean-workday-calculator-geminicli-*.skill -d ~/.gemini/skills/korean-workday-calculator/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/korean-workday-calculator/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip korean-workday-calculator-codexcli-*.skill -d ~/.codex/skills/korean-workday-calculator/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/korean-workday-calculator/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download
2
Place it in your agent platform's skills directory.
cp korean-workday-calculator.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-12 ⬇ 133 초기 릴리스 (2020-2030 공휴일 내장)

Examples 3

Representative input/output examples for this skill. Agents can use these to understand how to invoke the skill and what output to expect.

Count Workdays Between Dates
# count# basic

두 날짜 사이 영업일 수 계산 (공휴일 제외)

📥 Input
{
  "end": "2026-05-10",
  "operation": "count",
  "start": "2026-05-01"
}
📤 Output
{
  "holidays_excluded": [
    "2026-05-05"
  ],
  "weekends_excluded": 3,
  "workdays": 5
}
Add N Workdays
# add_workdays

시작일로부터 N 영업일 후 날짜 반환

📥 Input
{
  "days": 5,
  "operation": "add_workdays",
  "start": "2026-04-30"
}
📤 Output
{
  "result_date": "2026-05-08",
  "skipped_holidays": [
    "2026-05-05"
  ]
}
List Holidays in Range
# holidays# reference

특정 기간 내 공휴일 목록

📥 Input
{
  "end": "2026-03-31",
  "operation": "holidays",
  "start": "2026-01-01"
}
📤 Output
{
  "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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review