Put Claude on a schedule.
“AIのcron”
Set a time and a prompt, and Claude runs automatically. Fetch data before, save the output to a file, deliver it after — reports, analysis, drafts, all on autopilot.
Screens

What it does
- 01GUI schedule builder
- Pick daily, weekly, or monthly and choose the time — cron is generated for you. Multiple weekdays supported.
- 02Pre-run command
- Run any script before Claude. Pull data from GA, Google Ads, or any API; its stdout is injected straight into Claude's context.
- 03Output file saving
- Save Claude's response to any path automatically. Use {date} in the filename to build a daily archive.
- 04Post-run delivery
- Run a delivery script after the file is written. Pass {output_file} to Slack, email, or any webhook.
- 05Execution log
- Every run — output, errors, token usage — is logged, so you know exactly what happened and why something failed.
- 06Local-first, runs in the background
- All data stays on your Mac. Close the window and it keeps running as a Dock app.
How it works
Set your schedule
Choose daily, weekly, or monthly, pick the time, select the days. The cron expression is generated for you.
Every Mon, Wed, Fri at 08:00
Write your prompt and commands
A prompt for Claude, an optional data-fetch script before, an optional delivery script after.
pre: python fetch_ga.py · post: python send_slack.py
It runs automatically
At the scheduled time everything runs, the result is saved and logged — with the window closed.