بنقرة واحدة
reminders
Create, list, and manage reminders with date/time scheduling
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create, list, and manage reminders with date/time scheduling
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Google Calendar — list, create, and manage events via gcal CLI
Manage HubSpot CRM — contacts, companies, deals, tickets
Manage Shopify store — products, orders, customers, inventory
Configure audio transcription and image/video understanding for channels
AWS CLI for S3, EC2, Lambda, CloudWatch, RDS, and ECS
Google Calendar — list, create, and manage events via gcal CLI
| name | reminders |
| version | 0.1.0 |
| author | devclaw |
| description | Create, list, and manage reminders with date/time scheduling |
| category | builtin |
| tags | ["reminders","schedule","alerts","todo","due-dates"] |
You can create and manage time-based reminders for the user. Reminders are stored using the DevClaw scheduler and fire at the specified time.
Use the cron_add tool to schedule reminders at specific times:
# Reminder at a specific time today
# cron format: minute hour day month weekday
cron_add --id "rem-UNIQUE_ID" --schedule "0 15 14 2 *" --payload "📋 Reminder: client meeting at 3pm"
# Daily reminder at 9am
cron_add --id "daily-water" --schedule "0 9 * * *" --payload "💧 Time to drink water! Stay hydrated."
# Weekday reminder at 8:30am
cron_add --id "standup" --schedule "30 8 * * 1-5" --payload "🏃 Daily standup in 30 minutes!"
# Weekly reminder (every Monday at 10am)
cron_add --id "weekly-review" --schedule "0 10 * * 1" --payload "📊 Time for the weekly review!"
# Monthly reminder (1st of each month)
cron_add --id "bills" --schedule "0 10 1 * *" --payload "💰 Check monthly bills"
cron_list
cron_remove --id "rem-UNIQUE_ID"
When the user says natural language, convert to cron:
| User says | Cron expression | Notes |
|---|---|---|
| "amanhã às 9h" | 0 9 DD MM * | Calculate tomorrow's date |
| "daqui a 2 horas" | Use sleep + background | Quick timer is better |
| "todo dia às 8h" | 0 8 * * * | Daily |
| "segunda a sexta 9h" | 0 9 * * 1-5 | Weekdays |
| "toda segunda" | 0 9 * * 1 | Weekly |
| "dia 15 de cada mês" | 0 9 15 * * | Monthly |
| "daqui a 30 minutos" | Use timer skill | Short-term = timer |
remind me, reminder, set a reminder, lembrete, me lembre, lembre-me amanhã, avise-me, agenda, scheduled reminder