cron

Installation
SKILL.md

Cron Jobs

Schedule tasks that send messages to the agent at specified times. Jobs are scheduled immediately when created.

Quick Reference

lettabot-cron list                    # List all jobs
lettabot-cron create [options]        # Create job
lettabot-cron delete ID               # Delete job
lettabot-cron enable ID               # Enable job
lettabot-cron disable ID              # Disable job

Create a Job

lettabot-cron create \
  --name "Morning Briefing" \
Related skills
Installs
1
GitHub Stars
321
First Seen
Mar 11, 2026