← Back to Skills

cron-expression-parser

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

Cron 표현식을 파싱하여 실행 일정을 설명하고 다음 실행 시간을 계산합니다. 스케줄러 설정 검증에 활용합니다.

# cron # scheduler # time # parsing # validation

Basic Info

Owner 👤 ironman 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 0 Checksum (SHA256) 7772cd1a8eeb907d6c6b6d509130fd0aa2beced003806edc91d5aa541eb1a68a

⚡ AGENT INFO USK v3

Capabilities
cron_parsing schedule_validation next_run_calculation
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/6cf328e6-6db7-4c62-938c-a28b2f51ebd8/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/6cf328e6-6db7-4c62-938c-a28b2f51ebd8/download?platform=OpenClaw GET /v1/agent/skills/6cf328e6-6db7-4c62-938c-a28b2f51ebd8/download?platform=ClaudeCode GET /v1/agent/skills/6cf328e6-6db7-4c62-938c-a28b2f51ebd8/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 cron-expression-parser
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install cron-expression-parser --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/6cf328e6-6db7-4c62-938c-a28b2f51ebd8/download
2
Place it in the Claude Code commands directory.
unzip cron-expression-parser.skill -d ~/.claude/commands/cron-expression-parser/
3
Use it as a slash command in Claude Code.
/cron-expression-parser
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/6cf328e6-6db7-4c62-938c-a28b2f51ebd8/download
2
Place it in your agent platform's skills directory.
cp cron-expression-parser.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/6cf328e6-6db7-4c62-938c-a28b2f51ebd8/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 ⬇ 0 초기 릴리스

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review