Reminder Manage
Built-inSet and manage reminders — store in memory, check on heartbeat, notify when due
Try This Skill →Trigger Phrases
Say any of these to activate this skill:
Tools Used
How It Works
Reminder Management
Manage reminders stored in agent memory:
1. Set reminder — Parse from natural language:
• What to remember
• When (specific time, relative time, or recurring)
• Priority (high for urgent, normal for standard)
• Store via `memory_write` with key like "reminder_[timestamp]"
2. Check reminders — On every heartbeat:
• Read all reminders from memory
• Check which ones are due (compare to current time)
• For due reminders: notify the user
3. Notify — When a reminder is due:
• If channel configured: `send_message` with the reminder
• If in chat: mention it in the next response
• Mark as delivered in memory
4. List — When user asks "what reminders do I have":
• Read all reminders from memory
• Present grouped by due date
5. Complete/Cancel — When user says "done" or "cancel reminder":
• Update or remove from memory
Support recurring reminders (daily, weekly) by re-scheduling after delivery.
Templates Using This Skill
Personal Assistant
Daily planner, meeting prep, habit tracking, journaling, travel planning, and expense management — your unified personal productivity hub.
Research & Topic Tracking
Go deep on any topic and stay current as it evolves. Aggregates findings from multiple sources into a structured canvas and delivers daily digests of new developments.
Ready to use Reminder Manage?
Create a free agent and install this skill in one click.
Get Started Free →