# Cron Scheduler

> Creates and manages scheduled Oz cloud agent runs with intelligent cron expressions. Use when asked to set up recurring agent tasks or scheduled automation.

- Skill: `greenmamba29/cron-scheduler` (Agent Skill)
- Install (CLI): `npx skillmds@latest add greenmamba29/cron-scheduler`
- Raw SKILL.md: https://api.skillmd.com/api/skills/greenmamba29/cron-scheduler/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: Greenmamba29 (https://skillmd.com/u/greenmamba29)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/greenmamba29/cron-scheduler

---


# 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
1. Parse the scheduling requirement from the user's natural language description
2. Generate the correct cron expression (validate syntax)
3. Create the schedule using `oz schedule create` with the environment and skill
4. Confirm the schedule is active and show the next 5 run times
5. 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"

