cron

Schedule timed events, reminders, and automated tasks with cron expressions.

14|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/rzx007/nanobot-ts --skill cron-rzx007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cron
Source: https://github.com/rzx007/nanobot-ts/tree/main/packages/workspace/skills/cron
Command: npx skills add https://github.com/rzx007/nanobot-ts --skill cron-rzx007

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the scheduling of reminders and recurring tasks, ensuring important events and duties are never missed.

Core Features & Use Cases

  • Flexible Scheduling: Supports simple interval-based reminders, complex cron expressions, and one-time events.
  • Task Automation: Can schedule tasks for an agent to execute, with results reported back.
  • Use Case: Set a daily reminder at 9 AM to check project status, or schedule a task to run every hour to monitor system performance.

Quick Start

Use the cron skill to schedule a reminder message to be sent every 20 minutes.

Frequently Asked Questions about cron

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

FAQPage Schema
How do I schedule automated reminders and recurring tasks?

Schedule automated reminders by configuring interval-based timings, one-time events, or cron expressions with timezone awareness. The system manages timed events and sends timely notifications to ensure important duties are never missed.

What is a cron expression and when do I need it for task scheduling?

A cron expression is a string defining complex time-based schedules. You need cron expressions for task scheduling when simple intervals are insufficient, allowing precise timezone-aware recurring event execution for proactive task management.

Can I schedule an agent to execute tasks automatically on a time interval?

Yes, you can schedule an agent to execute tasks automatically on a time interval. The skill facilitates task automation by dispatching scheduled jobs to an agent and reporting the execution results back to the user.

Does the scheduling system support timezone awareness for one-time events?

Yes, the scheduling system supports timezone awareness for one-time events. It handles complex cron expressions and interval-based scheduling while correctly calculating timezone offsets for accurate timely notifications.

What is the best way to manage proactive task notifications without missing events?

The best way to manage proactive task notifications is using interval-based reminders or cron expressions to automate scheduling. This ensures timely notifications and proactive task management for users and agents without missing events.

When should I not use cron expressions for time management?

You should not use cron expressions for time management when a simple interval-based reminder or one-time event execution suffices. Complex cron syntax is unnecessary for straightforward recurring tasks and adds configuration overhead.