cron

Schedule reminders and recurring tasks with timezone-aware cron expressions.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/DevMewada1299/ClearBot --skill cron-devmewada1299
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/DevMewada1299/ClearBot/tree/main/PhyAgentOS/skills/cron
Command: npx skills add https://github.com/DevMewada1299/ClearBot --skill cron-devmewada1299

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the scheduling of reminders and recurring tasks to reduce manual planning and ensure timely notifications.

Core Features & Use Cases

  • Reminder mode: send a message to a user at a scheduled time.
  • Task mode: define a task description that an agent executes and reports the result.
  • One-time mode: run at a specific time, then auto-deletes.
  • List/Remove: manage scheduled jobs and clean up completed items.
  • Timezone support: schedule in a specific IANA timezone.

Quick Start

Schedule a daily backup reminder at 02:00 every weekday using the cron tool.

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 using cron expressions?

You can schedule recurring tasks and reminders by specifying a cron expression, message, and timezone within your automation workflows to ensure timely, automated notifications without manual planning.

Can I set up a one-time scheduled reminder that deletes itself after running?

Yes, one-time mode runs a scheduled task at a specific time and then auto-deletes the job, making it ideal for single event reminders without leaving leftover job clutter.

How do I manage and remove scheduled jobs after they are completed?

You can use the built-in list and remove functions to manage scheduled jobs, view active items, and clean up completed tasks within your automation workflows.

Does this scheduling tool support timezone-aware reminders for global teams?

Yes, it supports timezone-aware scheduling by allowing you to specify an IANA timezone, ensuring reminders and recurring tasks trigger at the correct local time for global users.

What is the difference between reminder mode and task mode for automated scheduling?

Reminder mode sends a message to a user at a scheduled time, while task mode defines a task description for an agent to execute and report the result back automatically.

What do I need to start automating reminders with cron expressions?

You need to provide parameters including action, message, every_seconds, cron_expr, at, and tz to configure and validate your timezone-aware scheduling workflows.