Claude Code Scheduled Tasks
Schedule recurring tasks locally and in the cloud easily
693 followers
Schedule recurring tasks locally and in the cloud easily
693 followers
Run recurring coding tasks with Claude Code across both your local desktop and / or cloud. Set repos, schedules, and prompts once, and let tasks execute automatically wherever they’re set to run (locally or on cloud). Ideal for continuous workflows, automation, and agent-like development.






This is the kind of feature that either saves a lot of time or quietly creates new problems you only notice later. Automating repetitive checks sounds great, but once you stop actively looking at something, you are relying entirely on the system to surface issues correctly. Useful, but I would not trust it blindly without some form of guardrails.
SendStock AI
I asked Claude himself to give me a summary of the feature :
Recurring Tasks (Cron) in Claude Code:
Schedule prompts on a recurring interval or as one-shot reminders
Works in both CLI and VS Code
Limits: session-only (nothing persisted to disk), auto-expires after 7 days, only fires when Claude is idle
Use cases: CI polling, one-off reminders, temporary monitoring
Verdict: session convenience tool, not a real scheduler
The underlying idea here is not new if you have used cron jobs or similar schedulers, but applying it directly to an AI agent changes the experience quite a bit. Instead of running scripts, you are essentially scheduling intent, which is both powerful and slightly unpredictable depending on how the agent behaves over time.