scheduling

Automate timed tasks and reminders with cron or one-time triggers via MCP tools.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wayne930242/Merlin-My-Pai --skill scheduling-wayne930242
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduling
Source: https://github.com/wayne930242/Merlin-My-Pai/tree/main/pai-claude/workspace/.claude/skills/scheduling
Command: npx skills add https://github.com/wayne930242/Merlin-My-Pai --skill scheduling-wayne930242

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling and managing timed tasks and reminders for users in a centralized MCP-driven workflow.

Core Features & Use Cases

  • Create schedules with cron expressions or one-time triggers
  • List, enable/disable, and delete existing schedules
  • Handle timezone-aware scheduling (Asia/Taipei) and task delivery

Quick Start

Create your first schedule by calling schedule_create with cronExpression and taskData

Frequently Asked Questions about scheduling

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

FAQPage Schema
How do I automate recurring tasks using cron expressions in an MCP workflow?

You can automate recurring tasks by calling schedule_create with a cronExpression and taskData. This integrates timed task management directly into your centralized MCP-driven workflow.

Can I set up one-time alerts and reminders instead of cron-based schedules?

Yes, you can configure one-time alerts by providing a runAt timestamp instead of a cron expression. This handles single reminders alongside recurring schedules within the same workflow.

What parameters do I need to configure timed task scheduling?

Configuring timed task scheduling requires cronExpression or runAt for timing, taskType to define the action, and taskData for the payload. These parameters are required to execute schedules.

Does this scheduling workflow support the Asia/Taipei timezone for task delivery?

Yes, the scheduling workflow explicitly handles timezone-aware task delivery for Asia/Taipei. This ensures your cron jobs and one-time alerts trigger accurately at the correct local time.

How do I manage existing schedules after they are created?

You can manage existing schedules by listing configured tasks, enabling or disabling specific jobs, and deleting schedules when no longer needed. This provides centralized control over timed workflows.