cron

Installation
SKILL.md

Cron

Use the cron tool to schedule reminders or recurring tasks.

Two Modes

  1. Reminder - message is sent directly to user
  2. Task - message is a task description, agent executes and sends result

Examples

Fixed reminder:

cron(action="add", message="Time to take a break!", every_seconds=1200)
Installs
1
First Seen
8 days ago
cron — plastic-labs/nanobot-honcho-archive