
Claude Scheduler
Install this marketplace to schedule recurring Claude Code jobs—daily reviews, weekly audits, or custom cron—in launchd or crontab from natural language or cron syntax.
Overview
claude-scheduler is a plugin marketplace for the Operate phase that provides a scheduler plugin for recurring Claude Code tasks using cron, crontab, or launchd.
What is this marketplace?
- Single scheduler plugin (v0.1.0) with cron expressions and natural-language schedule input
- Supports daily reviews, weekly audits, and custom schedules
- Targets cron, crontab, and launchd automation on the host
- Task scheduling plugin metadata for Claude Code
- Marketplace contains 1 plugin: scheduler at version 0.1.0
Community signal: 499 GitHub stars.
What problem does it solve?
Builders forget to rerun Claude on the same audits and reviews, so quality and housekeeping only happen when someone manually starts a session.
Who is it for?
Solo devs who want local scheduled agent runs for daily review or weekly repo health checks without building a full CI cron pipeline.
Skip if: Teams needing cloud-managed job queues, multi-tenant scheduling, or agents that only run inside hosted CI with no local daemon.
What do I get? / Deliverables
Recurring Claude Code tasks run on a defined schedule so reviews and audits happen automatically on your machine.
- Enabled scheduler plugin v0.1.0
- Configured recurring Claude Code jobs with cron or natural-language rules
Plugins in this marketplace
1 plugin — install individually after you add the marketplace.
Recommended Marketplaces
Journey fit
Operate is canonical because scheduling is how you keep production habits and recurring agent maintenance running without manual kicks. Iterate fits recurring audits and reviews that compound quality over time rather than one-off build tasks.
How it compares
Local cron/launchd scheduling marketplace, not a cloud DevOps deploy skill or generic reminder bot.
Common Questions / FAQ
Who is Claude Scheduler for?
It is for Claude Code users on a personal or dev machine who want cron-style recurring agent tasks without writing custom shell glue each time.
When should I use Claude Scheduler?
Use it in operate when you need daily reviews, weekly audits, or any repeating Claude job expressed as cron or plain-language schedules.
How do I add Claude Scheduler to my agent?
Add the jshchnz/claude-code-scheduler marketplace in Claude Code, enable the scheduler plugin from the repo root, and configure crontab or launchd entries the plugin generates or documents.