arya-reminders
Recordatorios en lenguaje natural (Bogotá).
Setup & Installation
Install command
clawhub install staratheris/arya-remindersIf the CLI is not installed:
Install command
npx clawhub@latest install staratheris/arya-remindersOr install with OpenClaw CLI:
Install command
openclaw skills install staratheris/arya-remindersor paste the repo link into your assistant's chat
Install command
https://github.com/openclaw/skills/tree/main/skills/staratheris/arya-remindersWhat 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
View original SKILL.md file
# Arya Reminders Recordatorios en lenguaje natural para OpenClaw, diseñados para Jaider. ## Qué hace - Interpreta fechas/horas relativas y absolutas en español (y formatos comunes). - Usa **America/Bogota** por defecto. - Crea recordatorios **one-shot** (una sola vez) como cron jobs. - Registra cada recordatorio en `memory/reminders.md`. - (Opcional futuro) registrar en Google Sheets cuando esté habilitado. ## Uso (conversacional) Ejemplos: - "Recuérdame pagar la luz mañana a las 3pm" - "Recuérdame en 45 minutos revisar el horno" - "Recuérdame hoy a las 5:30pm llamar a mamá" - "Recuérdame el viernes a las 9am entregar el taller" ## Comandos (manual) ### Crear recordatorio (una vez) ```bash bash skills/arya-reminders/create-reminder.sh "Mensaje" "Cuándo" ``` ### Revisar log ```bash cat memory/reminders.md ``` ## Notas - No requiere APIs externas. - Usa el tool `cron` del Gateway (no hardcodea rutas ni IDs ajenos).
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Scheduling a bill payment reminder for tomorrow at a specific time
- 1Scheduling a bill payment reminder for tomorrow at a specific time
- 2Getting notified in 45 minutes to check something on the stove
- 3Setting a same-day reminder to make a phone call at 5:30pm
- 4Reminding yourself to submit a project by Friday at 9am
- 5Reviewing a log of all past and upcoming reminders
Recordatorios en lenguaje natural (Bogotá).
Security Audits
These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.