Apple Reminders
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add apple-reminders npx -- -y @trustedskills/apple-reminders
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"apple-reminders": {
"command": "npx",
"args": [
"-y",
"@trustedskills/apple-reminders"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to interact with Apple Reminders, creating, retrieving, and managing reminders directly within the user's Apple ecosystem. It enables agents to schedule tasks, set deadlines, and provide proactive notifications based on reminder details. The assistant can also respond to queries about upcoming or overdue reminders.
When to use it
- Schedule a meeting: "Remind me to book a dentist appointment next Tuesday at 2 PM."
- Create a grocery list item: "Add 'milk' to my Apple Reminders."
- Check upcoming tasks: “What are my reminders for tomorrow?”
- Mark a task as complete: "Mark 'Pay bills' as done in my Reminders."
Key capabilities
- Create new reminders.
- Retrieve existing reminder details.
- Modify reminder dates and times.
- Mark reminders as completed.
- List upcoming reminders.
Example prompts
- "Can you add a reminder to call Mom on Sunday at 10 AM?"
- “What are my overdue reminders?”
- "Set a reminder for 'Submit report' in one hour."
Tips & gotchas
This skill requires access to the user’s Apple Reminders data, which necessitates proper authentication and permissions. Ensure the agent has been granted the necessary access rights within the Apple ecosystem for seamless integration.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 7b5e64ef, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
Details
- Version
- v2026.3.2
- License
- MIT
- Author
- openclaw
- Installs
- 0
- Updated
- Mar 3, 2026
- Published
- Nov 24, 2025
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.