schedule

Create scheduled tasks using cron expressions for automated execution.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/DMT123/claude-skills-collection --skill schedule-dmt123
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/DMT123/claude-skills-collection/tree/main/core/schedule
Command: npx skills add https://github.com/DMT123/claude-skills-collection --skill schedule-dmt123

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to create scheduled tasks, enabling automated execution of actions either on a recurring basis or at specific intervals, streamlining repetitive processes.

Core Features & Use Cases

  • Task Scheduling: Define and manage tasks that run automatically based on cron expressions.
  • On-Demand Execution: Tasks can also be triggered manually when needed.
  • Use Case: Set up a daily task to check your inbox for new emails at 8 AM every weekday, or schedule a weekly report generation every Friday afternoon.

Quick Start

Create a scheduled task to run the 'daily-inbox-summary' prompt every morning at 9 AM.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I automate recurring tasks using cron expressions?

Automate recurring tasks by defining user-defined prompts and cron expressions to instantiate scheduled task execution. This enables automated actions at specific intervals or on a recurring basis, streamlining repetitive workflows without manual intervention.

What is scheduled task execution for automated workflows?

Scheduled task execution is the automated triggering of predefined prompts at specific times or intervals. It facilitates recurring or interval-based task automation, allowing workflows like daily inbox summaries or weekly report generation to run independently.

Can I trigger scheduled tasks manually for on-demand execution?

Scheduled tasks can be triggered manually for on-demand execution alongside their automated cron schedules. This allows you to run predefined workflows immediately when needed, while still maintaining their recurring or interval-based automation.

Do I need the create_scheduled_task tool to set up task scheduling?

Yes, the create_scheduled_task tool is required for task instantiation and management. This tool enables you to define the prompts and cron expressions necessary to facilitate automated scheduling and recurring task execution.

What are the limitations of using cron expressions for task scheduling?

Task scheduling relies on precise cron expressions for automated execution, meaning incorrect syntax will prevent instantiation. The system is designed for prompt-based workflows, so tasks are limited to executing predefined prompts rather than arbitrary system commands.