Add reminders with natural language due dates, check off tasks, and search your lists—all from the command bar. Requires Reminders access in System Settings → Privacy → Reminders.
WHAT IT DOES
TRIGGERS
DATA
Apple Reminders// No local file. Reminders live in Reminders.app via EventKit.
// A created reminder looks like this in memory before being handed off:
// title: "Call mom"
// dueDate: tomorrow at 9:00 AM
// notes: nil
// list: default Reminders list
// hasAlarm: true (set from due date)Reminders are stored via EventKit in Reminders.app. No Clyde-specific storage. Data syncs via iCloud if you have it enabled.
This is a built-in Clyde command. No installation required—it ships with every copy of the app.