Install
openclaw skills install cron-parser-validatorParse, validate, and explain standard 5-field cron expressions with human-readable descriptions and next execution times.
openclaw skills install cron-parser-validatorParse, validate, and explain cron expressions in natural language.
What does this cron expression mean? [expression]
Parse and explain: [expression]
When does this cron run next? [expression]
Validate this cron: [expression]
| Expression | Meaning |
|---|---|
0 * * * * | Every hour, at minute 0 |
0 9 * * 1-5 | Every weekday at 9am |
*/15 * * * * | Every 15 minutes |
0 0 1 * * | First day of every month at midnight |
30 4 * * * | Every day at 4:30am |
*, ,, -, /