Cron
Schedule and manage recurring tasks.
zero-config5 tools
Works immediately. Runs within the Conductor server process.
Schedule AI-powered tasks to run on a cron schedule. Perfect for daily standups, weekly reports, automated backups, and periodic data syncs.
Setup
terminal
Zero-config. Cron expressions follow standard format: * * * * *Install
Built-in — no installation needed. Works immediately.
Tools
| Tool | Description | Inputs | Approval |
|---|---|---|---|
cron_list | List all scheduled tasks | — | — |
cron_add | Schedule a new task | schedule, command, name? | required |
cron_remove | Remove a scheduled task | name | required |
cron_enable | Enable a scheduled task | name | — |
cron_disable | Disable a scheduled task | name | — |
Tools marked required will prompt the user for approval before execution. These are typically write, delete, or send operations.
Example Prompts
“Schedule a daily report at 9am”
cron_add“Show my scheduled tasks”
cron_list