LaunchKit · 2026
Back to Skills

arya-reminders

Recordatorios en lenguaje natural (Bogotá).

1
1.4k downloads
by @staratheris

Setup & Installation

openclaw skills install @staratheris/arya-reminders

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install arya-reminders

Version History

v0.1.1Feb 5, 2026 - Version note by skill developer:

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.

INPUT

User asks: Recuérdame en 45 minutos revisar el horno

AGENT
  1. 1Parses the relative time expression to compute the exact trigger time in America/Bogota
  2. 2Calls the Gateway cron tool to schedule a one-shot job for that timestamp
  3. 3Appends an entry to memory/reminders.md with the message and scheduled time
  4. 4Confirms the reminder is set and shows the log entry
OUTPUT

Reminder scheduled for 45 minutes from now; entry written to memory/reminders.md