cron-scheduler

Create, update, pause, resume, and remove cron-based tasks that trigger Agent actions.

171|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/ntygod/ZhiWei --skill cron-scheduler-ntygod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron-scheduler
Source: https://github.com/ntygod/ZhiWei/tree/main/src/main/resources/skills/cron-scheduler
Command: npx skills add https://github.com/ntygod/ZhiWei --skill cron-scheduler-ntygod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automate precise scheduling of tasks and reminders using cron expressions to trigger Agent actions at exact times, reducing manual coordination and errors.

Core Features & Use Cases

  • Create and manage cron-based tasks with expressible time patterns (daily, weekly, hourly).
  • List, pause, resume, update, and remove existing cron tasks.
  • Use cases include periodic data checks, reminders, and recurring Agent workflows.

Quick Start

输入你要调度的时间表达式和要执行的动作,让系统创建并激活一个 cron 任务。

Frequently Asked Questions about cron-scheduler

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

FAQPage Schema
How do I schedule recurring tasks with cron expressions?

Yes, you can manage existing cron tasks by pausing, resuming, updating, or removing them. This provides full control over recurring workflows without needing to recreate schedules from scratch.

What is cron-based task scheduling used for?

Cron scheduling handles time patterns including daily, weekly, and hourly intervals. It parses standard cron expressions to trigger automated actions at exact times for recurring workflows.

How do I create a cron task for daily reminders?

Creating a cron task for reminders requires providing a time expression and the target action. The system parses the schedule, routes the action, and applies safe execution controls for activation.

Can I pause and resume recurring task schedules without losing data?

You can pause and resume recurring schedules. The system manages task states to safely halt execution and resume automated workflows later without losing the original configuration.

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

Cron expressions require precise syntax and lack built-in step functions. Complex recurring patterns need careful expression parsing to avoid scheduling errors in time-based workflows.