← 스킬 목록으로 돌아가기

korean-workday-calculator

v1.0.0 approved Utilities ⬇ 133 ↑ 8/7일 1개월 전
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ 다운로드
설치 가이드↓
🤖 에이전트용 설치 명령 (curl / MCP / Claude Desktop)
▸ curl 한 줄 다운로드
curl -L -o korean-workday-calculator.skill   "https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=ClaudeCode"
▸ MCP 도구 호출 (Skill Store MCP 등록 시)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "6d4aeb13-6e8a-4bee-8fcb-e6209907db28",
    "platform": "ClaudeCode"
  }
}
▸ Claude Desktop / Cursor MCP 설정 (1회)
{
  "mcpServers": {
    "skill-store": {
      "url": "https://aiskillstore.io/mcp/"
    }
  }
}
📖 에이전트용 전체 API 가이드: /llms.txt  ·  MCP server card

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

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

기본 정보

소유자 👤 koreaworker 카테고리 Utilities 등록일 2026-04-12 최종 업데이트 2026-04-12 최신 버전 1.0.0 패키지 날짜 2026-04-12 검증 상태 approved 다운로드 수 133회 체크섬 (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

설치 방법

호환 플랫폼: OpenClaw ClaudeCode CustomAgent any Cursor GeminiCLI CodexCLI

1
openclaw_skill_manager.py로 스킬을 설치합니다.
python openclaw_skill_manager.py --install korean-workday-calculator
2
설치 확인
python openclaw_skill_manager.py --list-installed
3
특정 버전 설치 (선택)
python openclaw_skill_manager.py --install korean-workday-calculator --version 1.0.0
1
스킬 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download
2
Claude Code commands 디렉터리에 배치합니다.
unzip korean-workday-calculator.skill -d ~/.claude/commands/korean-workday-calculator/
3
Claude Code에서 슬래시 커맨드로 사용합니다.
/korean-workday-calculator
1
Agent Skills 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=ClaudeCodeAgentSkill
2
Claude Code skills 디렉터리에 압축을 해제합니다.
unzip korean-workday-calculator-agent-skill-*.skill -d ~/.claude/skills/korean-workday-calculator/
3
Claude Code를 재시작하면 세션 시작 시 자동으로 로드됩니다. 슬래시 커맨드 없이 자연어로 사용 가능합니다.
1
Cursor 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=Cursor
2
압축 해제 후 영구 위치에 저장합니다.
unzip korean-workday-calculator-cursor-*.skill -d ~/.cursor/skills/korean-workday-calculator/
3
.cursor/mcp.json에 MCP 서버 설정을 추가하고 Cursor를 재시작합니다.
cat ~/.cursor/skills/korean-workday-calculator/cursor_mcp_config.json
1
Gemini CLI 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=GeminiCLI
2
압축 해제 후 영구 위치에 저장합니다.
unzip korean-workday-calculator-geminicli-*.skill -d ~/.gemini/skills/korean-workday-calculator/
3
~/.gemini/settings.json에 MCP 서버 설정을 추가하고 Gemini CLI를 재시작합니다.
cat ~/.gemini/skills/korean-workday-calculator/gemini_settings_snippet.json
1
Codex CLI 변환 패키지를 다운로드합니다.
curl -O https://aiskillstore.io/v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download?platform=CodexCLI
2
압축 해제 후 영구 위치에 저장합니다.
unzip korean-workday-calculator-codexcli-*.skill -d ~/.codex/skills/korean-workday-calculator/
3
~/.codex/config.toml에 MCP 서버 설정을 추가하고 Codex CLI를 재시작합니다.
cat ~/.codex/skills/korean-workday-calculator/codex_config_snippet.toml
1
REST API로 스킬 패키지를 다운로드합니다.
GET https://aiskillstore.io/v1/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/download
2
에이전트 플랫폼의 skills 디렉터리에 배치합니다.
cp korean-workday-calculator.skill ./skills/
3
설치 가이드 API로 플랫폼별 상세 정보를 조회합니다.
GET https://aiskillstore.io/v1/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/install-guide?platform=CustomAgent

요구사항

보안 검증 보고서

검증 결과 APPROVED

✅ 보안 위험 항목이 발견되지 않았습니다.

버전 히스토리

버전 USK v3 검증 상태 패키지 날짜 다운로드 변경사항
v1.0.0 approved 2026-04-12 ⬇ 133 초기 릴리스 (2020-2030 공휴일 내장)

사용 예시 (Examples) 3 개

이 스킬의 대표적인 입출력 예시입니다. 에이전트는 이 예시를 보고 스킬 호출 방법과 결과 형태를 이해할 수 있습니다.

Count Workdays Between Dates
# count# basic

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

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

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

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

특정 기간 내 공휴일 목록

📥 입력
{
  "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"
    }
  ]
}

모든 예시는 에이전트 API로도 조회 가능: /v1/agent/skills/6d4aeb13-6e8a-4bee-8fcb-e6209907db28/schema

리뷰 & 평점

아직 리뷰가 없습니다. 첫 번째 리뷰를 남겨보세요!

✍️ 리뷰 작성