Smart Cron Scheduler Agent
When to use
Use this skill to set up, validate, and manage scheduled agent runs using cron expressions in the Oz platform.
Instructions
- Parse the scheduling requirement from the user's natural language description
- Generate the correct cron expression (validate syntax)
- Create the schedule using
oz schedule createwith the environment and skill - Confirm the schedule is active and show the next 5 run times
- Set up any required environment variables for the scheduled run
Environment
- Runtime: node-20
- Trigger: Scheduled
- Category: Automation Agents
Examples
- "Run the dependency-updater every Monday at 9am"
- "Schedule the docs-auto-updater to run daily at midnight"