schedules

Execute scripts and flows automatically using cron expressions.

1|Updated Apr 28, 2026
One-click install
npx skills add https://github.com/aurumorinc/koda --skill schedules-aurumorinc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedules
Source: https://github.com/aurumorinc/koda/tree/main/apps/koda-api/.claude/skills/schedules
Command: npx skills add https://github.com/aurumorinc/koda --skill schedules-aurumorinc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the scheduling of scripts and flows, allowing users to run tasks at specified intervals without manual intervention, improving efficiency and consistency.

Core Features & Use Cases

  • Cron-based Automation: Execute scripts and flows at scheduled times based on cron expressions.
  • Diverse Time Scheduling: Support for second, minute, hour, day of month, month, and day of week scheduling.
  • Task Execution: Run scripts or flows to perform a wide range of tasks, such as data processing, report generation, and more.
  • Use Case: Schedule a script to run daily at 3 AM to download new data from a website and store it for analysis.

Quick Start

Schedule a script to run every weekday at 9 AM by creating a schedule file named 'weekly_report.schedule.yaml'.

Frequently Asked Questions about schedules

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

FAQPage Schema
How do I automate script execution on a cron schedule?

Automate script execution on a cron schedule by creating a schedule file, such as 'weekly_report.schedule.yaml', to run scripts and flows at specified intervals without manual intervention.

What time intervals can I use for task scheduling with cron expressions?

Task scheduling with cron expressions supports diverse time intervals including seconds, minutes, hours, days of the month, months, and days of the week for precise task automation.

How do I schedule a daily data collection script to run automatically?

Schedule a daily data collection script by creating a schedule file that uses a cron expression, such as one set for 3 AM, to automatically download and store new data for analysis.

Can I use cron-based automation for regular maintenance tasks and report generation?

Yes, cron-based automation supports regular maintenance tasks, data collection, and report generation by executing specified scripts and flows automatically at scheduled times.

Do I need any external tools to manage timed executions for task scheduling?

Yes, timed executions require cron and scheduling tools to manage the automated dispatch of scripts and flows based on the cron expressions defined in your schedule files.