What problem does it solve?
This Skill enables you to create and manage time-based system routines (cron on Linux, launchd on macOS) for scripts or commands and is intended for OS-level scheduling rather than Jazz Workflows.
Core Features & Use Cases
- OS-level scheduling: Create cron entries on Linux or LaunchAgents/LaunchDaemons on macOS to automate scripts.
- Platform-aware workflows: Detects the host OS and selects the appropriate scheduling mechanism.
- Management and removal: Provides safe steps to update or remove routines created by Jazz, with guidance to preserve existing tasks.
Quick Start
Use this skill to schedule a script at a specific time on your OS. For example, Linux: schedule /home/user/scripts/daily.sh to run daily at 08:00 by creating a cron entry 0 8 * * * /home/user/scripts/daily.sh. For macOS: schedule the script using StartCalendarInterval with Hour=8 and Minute=0, and ProgramArguments including the shell and script path.