cron-scheduler

Create and manage scheduled Oz cloud agent runs using cron expressions.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill cron-scheduler-greenmamba29
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-scheduler
Source: https://github.com/Greenmamba29/skillsdotmd_web/tree/main/.agents/skills/cron-scheduler
Command: npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill cron-scheduler-greenmamba29

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation and management of scheduled agent runs within the Oz platform, simplifying recurring task automation.

Core Features & Use Cases

  • Cron Expression Generation: Creates valid cron expressions from natural language requests.
  • Schedule Creation: Uses oz schedule create to set up automated tasks.
  • Confirmation & Monitoring: Verifies active schedules and displays upcoming run times.
  • Use Case: Automatically schedule a daily backup agent to run at midnight or a weekly report generation agent to run every Monday morning.

Quick Start

Use the cron-scheduler skill to run the dependency-updater every Monday at 9am.

Frequently Asked Questions about cron-scheduler

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I schedule recurring agent tasks on the Oz platform?

To schedule recurring agent tasks, you can use natural language requests to automatically generate valid cron syntax and apply it via the `oz schedule create` command within your specified environments.

Can I generate cron expressions from natural language for my scheduled automation?

Yes, cron expressions are generated automatically from natural language inputs, translating plain English scheduling requests into valid cron syntax for your recurring automation tasks.

What is the best way to set up a weekly report generation agent in Oz?

The best way to set up a weekly report generation agent is to specify the desired run time in natural language, allowing the scheduler to generate the cron expression and confirm the upcoming run times.

Does the Oz platform support scheduling recurring cloud agent runs with specific skills?

Yes, the Oz platform supports scheduling recurring cloud agent runs by utilizing `oz schedule create` with specified environments and skills to automate your recurring tasks.

How do I verify my scheduled automation runs and upcoming times?

You can verify active schedules and display upcoming run times through the confirmation and monitoring features provided after creating your scheduled automation tasks.

Are there limitations when using natural language for cron scheduling?

The primary limitation is that natural language requests must be parsed into valid cron syntax, meaning highly complex or ambiguous scheduling phrases might require manual cron expression adjustments.