schedule

Create recurring or one-time scheduled tasks using cron expressions or ISO 8601 timestamps.

1|1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/mwolff328-stack/WolffClaude --skill schedule-mwolff328-stack
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: schedule
Source: https://github.com/mwolff328-stack/WolffClaude/tree/main/skills/schedule
Command: npx skills add https://github.com/mwolff328-stack/WolffClaude --skill schedule-mwolff328-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of repetitive manual tasks by allowing you to convert any ad-hoc AI workflow into a scheduled, automated process.

Core Features & Use Cases

  • Recurring Automation: Set up tasks to run on specific intervals like daily, weekly, or hourly using cron expressions.
  • One-time Scheduling: Trigger specific actions at a precise future date and time.
  • Use Case: If you find yourself manually generating a weekly project status report every Friday, use this skill to automate the report generation and delivery process.

Quick Start

Use the schedule skill to create a task that runs a daily summary of the project board every morning at 9am.

Frequently Asked Questions about schedule

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

FAQPage Schema
How do I turn a manual AI workflow into a recurring scheduled task?▼

To turn an AI workflow into a recurring scheduled task, you use the schedule skill to register the task with a cron expression or ISO 8601 timestamp, enabling autonomous periodic execution.

Can I use cron expressions to automate task scheduling for periodic execution?▼

Yes, you can automate task scheduling using cron expressions to define specific intervals like hourly, daily, or weekly, or by using ISO 8601 timestamps for one-time future triggers.

What is the best way to automate generating a weekly project status report?▼

The best way to automate a weekly project status report is converting the manual report generation workflow into a scheduled task, setting a cron expression to trigger autonomous execution every Friday.

How do I trigger a one-time scheduled task at a specific future date and time?▼

You trigger a one-time scheduled task by applying an ISO 8601 timestamp to register the specific future date and time for execution using the create_scheduled_task tool.

Do I need any specific dependencies to set up task automation with this scheduling tool?▼

No specific dependencies are required to set up task automation, as the scheduling tool operates independently to apply cron expressions and ISO 8601 timestamps for autonomous workflow execution.

When should I not use cron expressions for workflow automation?▼

You should not use cron expressions for workflow automation when you need to trigger a specific action only once at a precise future date, where applying a one-time ISO 8601 timestamp is the correct approach.