schedule-task

Create scheduled tasks with cron expressions for automated or one-off execution.

1|Updated Jan 17, 2026
One-click install
npx skills add https://github.com/juandaniel190/personal-projects --skill schedule-task-juandaniel190
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-task
Source: https://github.com/juandaniel190/personal-projects/tree/main/.claude/skills/tools/schedule-task
Command: npx skills add https://github.com/juandaniel190/personal-projects --skill schedule-task-juandaniel190

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to create scheduled tasks, which can be run on demand or automatically at specified intervals, streamlining recurring workflows.

Core Features & Use Cases

  • Task Scheduling: Define tasks to run at specific times or on a recurring basis.
  • On-Demand Execution: Tasks can be triggered manually when needed.
  • Use Case: Set up a daily report generation task that runs every morning at 8 AM, or create a one-off task to process a batch of files at a specific time.

Quick Start

Create a scheduled task to summarize the daily inbox every morning at 9 AM.

Frequently Asked Questions about schedule-task

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

FAQPage Schema
How do I schedule tasks to run automatically using cron expressions?

You can schedule tasks by defining cron expressions for recurring execution or setting specific timestamps for one-off task scheduling. This allows you to automate repetitive workflows by configuring execution intervals and defining clear task objectives.

What's the best way to automate a daily report generation task?

To automate daily report generation, you can create a scheduled task configured with a cron expression to run at a specific time, such as 8 AM. The task automates the process by executing the defined steps automatically every day.

Can I trigger a scheduled task manually instead of waiting for the cron schedule?

Yes, scheduled tasks support on-demand execution, allowing you to manually trigger them when needed. This works alongside the automated cron scheduling, giving you flexibility to run tasks immediately outside their recurring intervals.

How do I define objectives and steps for a workflow automation task?

When creating a scheduled task, you define clear objectives and processing steps within the task configuration. This structured approach ensures the automated workflow executes the intended actions correctly at the specified intervals.

Does task scheduling support both recurring intervals and one-off executions?

Yes, task scheduling supports both recurring tasks defined by cron expressions and one-off tasks scheduled for a specific time. This facilitates the automation of repetitive processes as well as single batch processing events.

Why use a dedicated task scheduling skill instead of manual execution?

Using a dedicated task scheduling skill streamlines recurring workflows by automating repetitive processes. It eliminates manual intervention by allowing you to define objectives, steps, and scheduling parameters once for reliable automated execution.