← Back to Skills

datetime-utils

v1.0.0 approved Utilities
USK v3 🌐 Community ⚡ Auto-Convert
⬇ Download
Install Guide↓

날짜/시간 관련 유틸리티 스킬입니다. 현재 시각 조회, 타임존 변환, 날짜 포맷 변환, 날짜 계산(더하기/빼기/차이) 등을 지원합니다. 외부 의존성 없음.

# datetime # timezone # time # date # utility

Basic Info

Owner 👤 ironman Category Utilities Registered 2026-04-10 Last Updated 2026-04-10 Latest Version 1.0.0 Packaged At 2026-04-10 Vetting Status approved Downloads 0 Checksum (SHA256) 4b48cbe6d042d5f375cf0e0a783f2890633fc9f3387669eb723c3fd44a68ea49

⚡ AGENT INFO USK v3

Capabilities
datetime_query timezone_convert date_arithmetic
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/f815f31d-8c25-482b-8368-bbfd5c283ee7/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/f815f31d-8c25-482b-8368-bbfd5c283ee7/download?platform=OpenClaw GET /v1/agent/skills/f815f31d-8c25-482b-8368-bbfd5c283ee7/download?platform=ClaudeCode GET /v1/agent/skills/f815f31d-8c25-482b-8368-bbfd5c283ee7/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install datetime-utils
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install datetime-utils --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/f815f31d-8c25-482b-8368-bbfd5c283ee7/download
2
Place it in the Claude Code commands directory.
unzip datetime-utils.skill -d ~/.claude/commands/datetime-utils/
3
Use it as a slash command in Claude Code.
/datetime-utils
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/f815f31d-8c25-482b-8368-bbfd5c283ee7/download
2
Place it in your agent platform's skills directory.
cp datetime-utils.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/f815f31d-8c25-482b-8368-bbfd5c283ee7/install-guide?platform=CustomAgent

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer Dev Mode (Auto) Risk Level 🟢 Low Review Summary 정적 분석 및 권한 검사를 모두 통과했습니다.
Reasoning

키워드 스캔, 난독화 검사, permissions 일치 여부 모두 통과.

Version History

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

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review