Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
Republish test to confirm registry.
What This Skill Does
Natural language reminder tool for OpenClaw, defaulting to the America/Bogota timezone. Parses relative and absolute dates and times in Spanish, creates one-shot cron jobs, and logs each reminder to a local markdown file.
Works entirely without external API keys or account signups, handling Spanish-language time expressions natively.
When to use it
- Scheduling a bill payment reminder for tomorrow at a specific time
- Getting notified in 45 minutes to check something on the stove
- Setting a same-day reminder to make a phone call at 5:30pm
- Reminding yourself to submit a project by Friday at 9am
- Reviewing a log of all past and upcoming reminders
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Recuérdame en 45 minutos revisar el horno
- 1Parses the relative time expression to compute the exact trigger time in America/Bogota
- 2Calls the Gateway cron tool to schedule a one-shot job for that timestamp
- 3Appends an entry to memory/reminders.md with the message and scheduled time
- 4Confirms the reminder is set and shows the log entry
Reminder scheduled for 45 minutes from now; entry written to memory/reminders.md