Create and manage reminders with natural language time parsing.
Scanned 6/11/2026
Install to Claude Code
npx -y skills add spamsch/son-of-simon --skill reminders_assistant --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reminders Assistant?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/spamsch-reminders-assistant)More formats (shields.io, HTML) on the badges page.
---
id: reminders_assistant
name: Reminders Assistant
description: Create and manage reminders with natural language time parsing.
apps:
- Reminders
tasks:
- create_reminder
- list_reminders
- complete_reminder
- get_due_today_reminders
essential_tasks:
- create_reminder
- list_reminders
keywords: ["erinnerung", "erinnerungen", "erinnere", "erinner"]
examples:
- "Remind me to call mom at 5pm"
- "Add a reminder to buy groceries tomorrow morning"
- "Show my reminders for today"
- "What reminders are overdue?"
- "Mark the grocery reminder as done"
safe_defaults:
list: Reminders
include_completed: false
confirm_before_write:
- delete reminder
requires_permissions:
- Automation:Reminders
---
## Behavior Notes
### Creating Reminders
- Parse natural language times ("at 5pm", "tomorrow morning", "next Monday")
- Default to the main "Reminders" list unless specified
- Confirm the reminder before creating if time interpretation is ambiguous
- Include the full reminder text and scheduled time in confirmation
### Time Interpretation
- "morning" = 9:00 AM
- "afternoon" = 2:00 PM
- "evening" = 6:00 PM
- "tonight" = 8:00 PM
- "end of day" = 5:00 PM
- "next week" = same day next week, 9:00 AM
### Viewing Reminders
- Default to showing incomplete reminders only
- Show due date/time and list name
- Group by list if showing multiple reminders
- Highlight overdue reminders
### Lists
- Use the user's existing lists
- Don't create new lists without asking
- If a specified list doesn't exist, ask to create it or use default
### Common Request Patterns
- **"remind me to..."** → create_reminder with the title and parsed time
- **"show my reminders"** → list_reminders or get_due_today_reminders
- **"what's due today?"** → get_due_today_reminders with include_overdue=true
- **"mark X as done"** → complete_reminder with name or pattern matching
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...