Show HN: Remind – schedule Claude Code on your Mac (olliewagner.com)

7 points by olliewagner ↗ HN
Claude Code can't schedule itself locally on your Mac, so I made Remind. Just add a reminder to the "Remind" list in Reminders with a due time and your prompt as the notes. Remind fires up your terminal at the due time and runs `claude` with the prompt. It writes the results right back into the Reminder.

Some cool things:

- The "Remind" list lives with your other Reminders, so adding from your phone or watch (or another Mac) just works.

- Frontmatter in the Reminder lets it continue an existing Claude session. A Stop hook captures the session id, so the next time it runs it can pick up where the last left off.

It's free, updates itself with Sparkle, and requires that you have `claude` on your $PATH running on macOS 15+.

Remind has become sticky in my personal workflow so I thought I'd share it here. Let me know if you have any suggestions or questions.

2 comments

[ 3.7 ms ] story [ 13.0 ms ] thread
That is very close to what I was looking to whip up with CC myself, so thanks!

What is your read on the ToS? From what I understood, Anthropic want anything automation-wise be on their cloud so they can charge you extra...

I was hoping to have some sort of schedule to check specific things and only alert me if there is something I care about - I was looking at desktop notifications but have you found a workflow you like? I don't see myself looking at results of reminders... I guess my prompt could invoke whatever skill (e.g. emailing)

Does it work well with recurring reminders?

Any way to make it work with CLI tools?

Very interesting work! I've been playing with claude's hooks and this actually lines up to something I wanted to try for a tool of mine. Were there any mac specific mechanism involved? Any blockers to port it to Linux?