cron

Schedule one-time reminders and recurring tasks with timezone-aware parameters.

37|9|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/yangkun19921001/PP-Claw --skill cron-yangkun19921001
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/yangkun19921001/PP-Claw/tree/main/skills/cron
Command: npx skills add https://github.com/yangkun19921001/PP-Claw --skill cron-yangkun19921001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling reminders and recurring tasks within your workflows.

Core Features & Use Cases

  • Schedule one-time reminders, recurring tasks, and time-based actions with simple parameters.
  • Supports timezone awareness to ensure reminders trigger at the correct time across regions.
  • Use cases include personal productivity, team automation, and routine task management.

Quick Start

Ask cron to schedule a reminder, recurring task, or one-time event using action and timing parameters.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule recurring tasks and reminders within my automation workflows?▼

Scheduling recurring tasks requires specifying timing parameters like every_seconds or cron expressions within your automation workflows. This supports one-time events, regular reminders, and periodic tasks by accepting actions like add, list, and remove for accurate time-based triggering.

Can I set up timezone-aware reminders that trigger correctly across different regions?▼

Yes, timezone-aware reminders trigger correctly across different regions. The scheduling mechanism respects the tz parameter, ensuring one-time events and recurring tasks execute at the correct local time regardless of geographical location.

What parameters are needed to add a one-time event or periodic task to a schedule?▼

Adding a one-time event or periodic task requires the add action, a message, and timing parameters. You can use a specific at timestamp, a recurring every_seconds interval, or a cron_expr, combined with a tz value to define the exact schedule.

What is the best way to manage and remove existing scheduled reminders?▼

The best way to manage existing scheduled reminders is using the list and remove actions. Listing displays current scheduled tasks, while the remove action deletes specific one-time events or recurring reminders from your workflow to keep task management organized.

Does this scheduling approach support standard cron expressions for complex recurring task automation?▼

Yes, this scheduling approach supports standard cron expressions for complex recurring task automation. By providing a cron_expr parameter, you can define intricate periodic schedules and time-based actions suitable for advanced personal productivity and routine task management.