Apple Reminders
Reminders Notes & Task ManagementInstall Command
npx clawhub@latest install applereminders
Installation Guide
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
Run the install command above in your terminal. ClawHub will automatically download and install Apple Reminders to the ~/.openclaw/skills/ directory.
Run openclaw skills list to check your installed skills and confirm Apple Reminders appears in the list.
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Detailed Description
The Apple Reminders skill uses macOS native APIs to let OpenClaw manage your reminders — a seamless integration for Apple ecosystem users.
Core Features
- Create Reminders: Create reminders using natural language with automatic time and date parsing
- Complete Reminders: Mark reminders as completed
- List Management: View and manage reminders by list
- Due Date Queries: Query reminders due today or this week
- iCloud Sync: Syncs to all your Apple devices via iCloud
Configuration
macOS only.
{
skills: {
applereminders: {
defaultList: "OpenClaw"
}
}
}
Use Cases
- "Remind me about the meeting at 9 AM tomorrow"
- "What reminders are due today?"
- "Add to the shopping list: milk, bread, eggs"
- "Mark 'Submit weekly report' as completed"
Notes
This skill is only available on macOS and requires granting the OpenClaw process automation permissions for the Reminders app. Created reminders automatically sync to your iPhone and iPad via iCloud.