← Back to Skills

timezone-converter

v1.0.0 approved Utilities updated today
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓
🤖 Agent install commands (curl / MCP / Claude Desktop)
▸ curl one-liner
curl -L -o timezone-converter.skill   "https://aiskillstore.io/v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=ClaudeCode"
▸ MCP tool call (after registering Skill Store MCP)
{
  "tool": "download_skill",
  "arguments": {
    "skill_id": "ac608e53-4640-457f-a1c6-27d6db6bb609",
    "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

IANA tzdata 기반 시간대 변환 + DST 경계 감지 — 시간대 변환, 서머타임 계산, 타임존 변환기. DST 전환 감지·멀티존 동시변환·DST 예보.

Basic Info

Owner 👤 aiskillstore-team Category Utilities Registered 2026-07-01 Last Updated 2026-07-01 Latest Version 1.0.0 Packaged At 2026-07-01 Vetting Status approved Downloads 0 Checksum (SHA256) 10b27d9c13b98789aac85338969e19bc6b725de36eafd6500ba3ef25c410d77e

⚡ AGENT INFO USK v3

Capabilities
timezone_conversion dst_calculation datetime_processing iana_timezone schedule_localization
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=OpenClaw GET /v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=ClaudeCode GET /v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=Cursor GET /v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=GeminiCLI GET /v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=CodexCLI GET /v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=CustomAgent

Installation

Compatible Platforms any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install timezone-converter
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install timezone-converter --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download
2
Place it in the Claude Code commands directory.
unzip timezone-converter.skill -d ~/.claude/commands/timezone-converter/
3
Use it as a slash command in Claude Code.
/timezone-converter
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip timezone-converter-agent-skill-*.skill -d ~/.claude/skills/timezone-converter/
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/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip timezone-converter-cursor-*.skill -d ~/.cursor/skills/timezone-converter/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/timezone-converter/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip timezone-converter-geminicli-*.skill -d ~/.gemini/skills/timezone-converter/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/timezone-converter/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip timezone-converter-codexcli-*.skill -d ~/.codex/skills/timezone-converter/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/timezone-converter/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/download
2
Place it in your agent platform's skills directory.
cp timezone-converter.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result APPROVED

Findings: ["메타데이터 경고: 권장 필드 없음: 'tags' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'requirements' (SKILL.md v2 권장)", "메타데이터 경고: 권장 필드 없음: 'changelog' (SKILL.md v2 권장)"]

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary IANA tzdata 기반 시간대 변환 스킬로, 선언된 권한을 준수하며 악의적인 동작이 없습니다.
Reasoning

스킬 메타데이터와 제공된 코드 파일(main.py, lib/tz_ops.py)을 분석하고 정적 분석 결과를 검토했습니다. 1. **선언된 permissions과 실제 코드 일치 여부:** * 메타데이터에 `network: false`, `filesystem: false`, `subprocess: false`로 명시되어 있습니다. * `main.py`는 `sys.stdin.read()`를 통해 입력을 받고 `sys.stdout.write()`를 통해 결과를 출력하며, `os.path.dirname(os.path.abspath(__file__))`를 사용하여 내부 모듈 경로를 설정하는 것 외에 파일 시스템 접근, 네트워크 통신, 외부 프로세스 실행 코드가 발견되지 않았습니다. * `lib/tz_ops.py` (제공된 스니펫 기준) 또한 `datetime` 및 `zoneinfo`와 같은 표준 라이브러리를 사용하여 시간대 관련 연산을 수행하며, 파일 시스템, 네트워크, 서브프로세스 관련 코드가 없습니다. `zoneinfo` 모듈은 시스템의 tzdata를 활용하므로, 이는 스킬 자체의 임의 파일 시스템 접근으로 간주되지 않습니다. * 따라서 선언된 권한과 실제 코드가 일치합니다. 2. **악의적 목적의 코드 여부:** * 코드의 목적은 시간대 변환 및 DST 계산으로 명확합니다. * 데이터 탈취, 시스템 파괴, 난독화 등의 악의적인 패턴이나 의심스러운 라이브러리 사용이 발견되지 않았습니다. * `eval()`, `exec()`, `os.system()` 등 잠재적으로 위험한 함수 호출이 없습니다. * 정적 분석 결과에서도 `red_flags_found`, `obfuscation_warnings`, `forbidden_exec_files_found` 모두 비어 있어 악의적인 코드가 없음을 뒷받침합니다. 3. **선언되지 않은 외부 통신 여부:** * `network: false`로 선언되어 있으며, 코드 내에서 `requests`, `urllib`, `socket` 등 외부 네트워크 통신을 수행하는 모듈이나 함수 호출이 발견되지 않았습니다. 4. **사용자 데이터 무단 수집/전송 여부:** * 스킬은 `stdin`을 통해 입력 데이터를 받고 `stdout`으로 처리 결과를 반환하는 `stdin_stdout` 패턴을 따릅니다. * 네트워크 및 파일 시스템 접근 권한이 없으므로, 사용자 데이터를 무단으로 수집하거나 외부로 전송할 수 있는 메커니즘이 없습니다. 5. **코드 품질 및 목적 일치 여부:** * 스킬의 설명, 카테고리, 기능(`timezone_conversion`, `dst_calculation` 등)이 시간대 변환이라는 목적과 완벽하게 일치합니다. * 입력 및 출력 스키마가 명확하게 정의되어 있으며, 다양한 시간대 변환 시나리오를 지원합니다. * 코드 구조는 모듈화되어 있고, 오류 처리 로직이 잘 구현되어 있습니다. * 제공된 예시들은 스킬의 기능을 명확하게 보여주며, 예상되는 동작과 일치합니다. 결론적으로, 이 스킬은 선언된 보안 정책을 준수하며, 악의적인 동작이나 보안 취약점이 발견되지 않았습니다. 코드 품질도 양호하며 스킬의 목적에 부합합니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-07-01 ⬇ 0

Examples 5

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

NY 시각을 서울+런던으로 동시 변환

뉴욕 시각을 서울과 런던 시간대로 동시에 변환

📥 Input
{
  "action": "multi_convert",
  "datetime_str": "2026-03-08T10:00:00",
  "from_zone": "America/New_York",
  "to_zones": [
    "Asia/Seoul",
    "Europe/London"
  ]
}
📤 Output
{
  "action": "multi_convert",
  "from_datetime": "2026-03-08T10:00:00",
  "from_zone": "America/New_York",
  "results": [
    {
      "abbreviation": "KST",
      "datetime_local": "2026-03-09T00:00:00+09:00",
      "datetime_utc": "2026-03-08T15:00:00+00:00",
      "is_dst": false,
      "utc_offset": "+09:00",
      "zone": "Asia/Seoul"
    },
    {
      "abbreviation": "GMT",
      "datetime_local": "2026-03-08T15:00:00+00:00",
      "datetime_utc": "2026-03-08T15:00:00+00:00",
      "is_dst": false,
      "utc_offset": "+00:00",
      "zone": "Europe/London"
    }
  ],
  "warnings": []
}
전세계 10도시 현재시각

Asia 리전 타임존 목록과 현재 UTC 오프셋 조회

📥 Input
{
  "action": "list_zones",
  "region": "Asia"
}
📤 Output
{
  "action": "list_zones",
  "warnings": [],
  "zones": [
    {
      "is_dst": false,
      "utc_offset": "+09:00",
      "zone": "Asia/Seoul"
    },
    {
      "is_dst": false,
      "utc_offset": "+09:00",
      "zone": "Asia/Tokyo"
    },
    {
      "is_dst": false,
      "utc_offset": "+08:00",
      "zone": "Asia/Singapore"
    }
  ]
}
NY 2026 DST 전환일

America/New_York의 2026년 DST 전환 날짜와 오프셋 변화 조회

📥 Input
{
  "action": "dst_info",
  "from_zone": "America/New_York"
}
📤 Output
{
  "action": "dst_info",
  "dst_transitions": [
    {
      "after_offset": "-04:00",
      "before_offset": "-05:00",
      "transition_at": "2026-03-08T07:00:00+00:00",
      "type": "enter",
      "zone": "America/New_York"
    },
    {
      "after_offset": "-05:00",
      "before_offset": "-04:00",
      "transition_at": "2026-11-01T06:00:00+00:00",
      "type": "exit",
      "zone": "America/New_York"
    }
  ],
  "warnings": []
}
특정 시각 DST 여부 확인

지정 날짜/시간이 DST 기간인지 UTC 오프셋과 함께 확인

📥 Input
{
  "action": "offset_at",
  "datetime_str": "2026-07-04T12:00:00",
  "from_zone": "America/Los_Angeles"
}
📤 Output
{
  "action": "offset_at",
  "from_datetime": "2026-07-04T12:00:00",
  "from_zone": "America/Los_Angeles",
  "results": [
    {
      "abbreviation": "PDT",
      "datetime_local": "2026-07-04T12:00:00-07:00",
      "datetime_utc": "2026-07-04T19:00:00+00:00",
      "is_dst": true,
      "utc_offset": "-07:00",
      "zone": "America/Los_Angeles"
    }
  ],
  "warnings": []
}
Asia 타임존 목록 + 오프셋

Asia 지역 모든 타임존과 현재 UTC 오프셋 조회

📥 Input
{
  "action": "list_zones",
  "region": "Asia"
}
📤 Output
{
  "action": "list_zones",
  "warnings": [],
  "zones": [
    {
      "is_dst": false,
      "utc_offset": "+09:00",
      "zone": "Asia/Seoul"
    },
    {
      "is_dst": false,
      "utc_offset": "+05:30",
      "zone": "Asia/Kolkata"
    },
    {
      "is_dst": false,
      "utc_offset": "+04:00",
      "zone": "Asia/Dubai"
    }
  ]
}

All examples are also available via the agent API: /v1/agent/skills/ac608e53-4640-457f-a1c6-27d6db6bb609/schema

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review