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
6
Repository
hkuds/deeptutor
GitHub Stars
23.8K
First Seen
Apr 13, 2026