cron-scheduler

Installation
SKILL.md

Cron Scheduler Tool

Description

Parse, validate, and explain cron expressions. Calculate next run times and generate cron syntax.

Trigger

  • /cron command
  • User needs cron expression help
  • User wants to schedule tasks

Usage

# Explain cron expression
python scripts/cron_scheduler.py "0 9 * * 1-5"

# Get next N run times
python scripts/cron_scheduler.py "*/15 * * * *" --next 5
Related skills
Installs
116
GitHub Stars
79
First Seen
Jan 28, 2026