Reminder Research
Turn Apple Reminders into a natural language task queue
Published: https://clawhub.ai/nonlinear/reminder-research
- Reminder has no notes? β SKIP
- Reminder has notes? β EXECUTE
- Reminder has notes with π€? β SKIP
Ask questions. Trigger skills. Delegate tasks.
Installation
Install dependencies
brew install steipete/tap/remindctl jqAuthorize reminders access
remindctl authorizeInstall skill
openclaw skill install nonlinear/reminder-researchSetup cron (LaunchAgent recommended, 3AM daily)
How It Works
graph TD
A[3AM Cron] -->|scans| B{Reminder}
B -->|no notes| C[SKIP]
B -->|has π€| C
B -->|notes, no π€| D[Spawn Agent]
D -->|executes| E[Skills/APIs/Files]
E -->|updates| F[π€ Result]
What You Need
- macOS + Apple Reminders
remindctl:brew install steipete/tap/remindctljq:brew install jq- OpenClaw gateway running
- Cron job (LaunchAgent, 3AM daily)
What It Does
Agent executes natural language commands:
β
Research (web, books, skills)
β
File operations (edit ROADMAP, create notes, git commits)
β
Calendar (create events, recurring schedules)
β
APIs (GitHub issues, Home Assistant, Jira)
β
Automation (anything you can describe)
Natural language β Agent figures out HOW β Executes β Reports back with π€
Examples
Skills:
Notes: "search iching hexagram 30 for love"
β π€ Hexagram 30 (ι’ Li): Love requires clarity and passion...
Roadmap:
Notes: "add to personal roadmap: v0.9.0 - Calendar Control Plane"
β π€ Added epic v0.9.0. Commit: a3f82b1
Calendar:
Notes: "create event Friday 3pm: Design review with Nicholas"
β π€ Event created: Friday Feb 28 at 3:00 PM
GitHub:
Notes: "create issue in librarian repo: --book flag not working"
β π€ Issue #47 created: https://github.com/.../issues/47
Home Assistant:
Notes: "turn off bedroom lights at 11pm daily"
β π€ Automation created: automation.bedroom_lights_off
Research:
Notes: "web search: best iPad mini 6 deals under $350"
β π€ FOUND: eBay $320, Swappa $340, Facebook $300