cron

Installation
SKILL.md

Cron

Use the cron tool to schedule reminders or recurring tasks.

Three Modes

  1. Reminder - message is sent directly to user
  2. Task - message is a task description, agent executes and sends result
  3. One-time - runs once at a specific time, then auto-deletes

Examples

Fixed reminder:

cron(action="add", message="Time to take a break!", every_seconds=1200)

Dynamic task (agent executes each time):

Related skills
Installs
23
Repository
hkuds/nanobot
GitHub Stars
42.3K
First Seen
Mar 12, 2026