What problem does it solve?
This Skill addresses the challenge of managing schedules efficiently, ensuring no collisions, staggering jobs, and respecting quiet hours.
Core Features & Use Cases
- Schedule Staggering: Ensures no more than one job per 5-minute slot, avoiding collisions.
- Quiet Hours Gating: Timezone-aware quiet hours with user-awake override.
- Job Validation: Validates schedules against existing jobs and suggests available slots.
- Job Registration: Registers jobs with host schedulers like OpenClaw cron, Railway cron, or crontab.
- Idempotency: Ensures jobs are idempotent, avoiding duplicate side effects on re-run.
- Output Reports: Saves job configurations and results as reports.
- Use Case: Ideal for systems requiring automated, time-based tasks with strict scheduling constraints, such as server maintenance or data processing jobs.
Quick Start
Schedule a job with the cron-scheduler skill by providing a name, schedule, skill to run, and timeout.