cron-scheduler-skill

Schedules recurring workflows using 5-field cron expressions and optional timezones (default UTC).

356|66|Updated Oct 13, 2025
One-click install
npx skills add https://github.com/zeenie-ai/MachinaOS --skill cron-scheduler-skill-zeenie-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-scheduler-skill
Source: https://github.com/zeenie-ai/MachinaOS/tree/main/server/skills/task_agent/cron-scheduler-skill
Command: npx skills add https://github.com/zeenie-ai/MachinaOS --skill cron-scheduler-skill-zeenie-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Cron-scheduler-skill removes the need to manually start recurring workflows by letting you define reliable schedules with cron expressions.

Core Features & Use Cases

  • Cron-based Recurrence: Create schedules using standard cron expressions to run tasks hourly, daily, weekly, or at specific minutes.
  • Timezone Control: Set an optional timezone (defaults to UTC) so scheduled runs match your local business hours.
  • Workflow Scheduling: Use it as a workflow trigger or connect it to workflow input tools, then deploy to activate and undeploy to stop.

Quick Start

Schedule a daily report by asking the system to set the cron expression to 0 9 * * * and timezone to America/New_York, then deploy the workflow so it runs every day at 9 AM.

Frequently Asked Questions about cron-scheduler-skill

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

FAQPage Schema
How do I schedule recurring workflow triggers using cron expressions?

Cron scheduling lets you define recurring workflow triggers using standard 5-field cron expressions, automating tasks like daily reports or hourly synchronization without manual initiation.

Can I set a specific timezone for scheduled workflow executions?

Yes, you can configure an optional timezone for scheduled workflow executions, which defaults to UTC. This ensures recurring tasks match your local business hours accurately.

What's the best way to automate daily reports and scheduled backups?

Automating daily reports and scheduled backups is best handled by defining a standard 5-field cron expression and an optional timezone, then deploying the workflow to activate the recurring schedule.

How does cron scheduling work for hourly synchronization tasks?

Cron scheduling works for hourly synchronization by validating a 5-field cron expression and timezone, then producing success and next-run responses to trigger your workflow at the specified recurring intervals.

Do I need any dependencies to run workflows on a cron schedule?

No dependencies are required to run workflows on a cron schedule. You only need a valid 5-field cron expression and an optional timezone setting to begin automating recurring tasks.

Why is my cron expression not triggering the scheduled workflow?

Your cron expression may be invalid if it does not use exactly 5 fields. The scheduler validates input and requires a properly formatted standard cron expression to produce a success and next-run response.