scheduling

Installation
SKILL.md

Scheduling & Heartbeat Automation

Cron Job Management

Create a cron job

aiter cron add \
  --name "Job Name" \
  --projectId project-123 \
  --command "echo 'Hello from cron'" \
  --expression "*/30 * * * *" \
  --notify true \
  --notifyChannelId channel-abc
Installs
1
Repository
within-7/aiter
First Seen
Mar 4, 2026
scheduling — within-7/aiter