Back to Plugins
Scheduled Tasks
Create, list, update, and run scheduled Claude Code agents on a cron schedule. Useful for nightly PR triage, weekly dependency audits, periodic health checks, and recurring automation workflows.
officialanthropicautomationcronschedulingworkflow
By Anthropic
Installation
claude plugins add scheduled-tasks@claude-plugins-officialConfiguration
{
"enabledPlugins": {
"scheduled-tasks@claude-plugins-official": true
}
}Commands
schedule createCreate a new scheduled task with a cron expressionschedule listList all scheduled tasks for the current projectschedule updateUpdate the schedule or prompt of an existing taskschedule runRun a scheduled task on demandHow to install
- Open Claude Code in your terminal
- Run the installation command above
- The plugin will be enabled automatically
- Use the plugin's features in your Claude Code sessions