Install
openclaw skills install skylv-cron-parserParses, validates, and explains cron expressions. Converts between human-readable and cron format. Triggers: parse cron, validate cron, cron expression.
openclaw skills install skylv-cron-parserParses, validates, and explains cron expressions.
| | | | | | | | | day of week | | | month | | day of month | hour minute
@yearly = 0 0 1 1 * @monthly = 0 0 1 * * @weekly = 0 0 * * 0 @daily = 0 0 * * * @hourly = 0 * * * *
Minute: 0-59, Hour: 0-23, Day: 1-31, Month: 1-12, Weekday: 0-6 Use - for ranges (1-5), , for lists (1,3,5), / for steps (*/5)