6.5k★by staratheris
arya-reminders – OpenClaw Skill
arya-reminders is an OpenClaw Skills integration for coding workflows. Recordatorios en lenguaje natural (Bogotá). Crea cron jobs seguros y registra en markdown (y opcionalmente Sheets).
Skill Snapshot
| name | arya-reminders |
| description | Recordatorios en lenguaje natural (Bogotá). Crea cron jobs seguros y registra en markdown (y opcionalmente Sheets). OpenClaw Skills integration. |
| owner | staratheris |
| repository | staratheris/staratheris-arya-reminders |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @staratheris/staratheris-arya-reminders |
| last updated | Feb 7, 2026 |
Maintainer

name: arya-reminders description: Recordatorios en lenguaje natural (Bogotá). Crea cron jobs seguros y registra en markdown (y opcionalmente Sheets). metadata: openclaw: emoji: "⏰" requires: bins: ["bash", "python3"]
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 skills/arya-reminders/create-reminder.sh "Mensaje" "Cuándo"
Revisar log
cat memory/reminders.md
Notas
- No requiere APIs externas.
- Usa el tool
crondel Gateway (no hardcodea rutas ni IDs ajenos).
Arya Reminders
Workspace skill for natural-language reminders in Spanish, timezone-safe for America/Bogota.
Files:
- SKILL.md: usage
- create-reminder.sh: wrapper
- parse_time.py: NL time parsing
- schedule_cron.py: emits cron job JSON for OpenClaw cron tool
TODO:
- recurring reminders
- Sheets logging via gog
- better Spanish NLP ("pasado mañana", "en la tarde", etc.)
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install arya-reminders?
Run openclaw add @staratheris/staratheris-arya-reminders in your terminal. This installs arya-reminders into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/staratheris/staratheris-arya-reminders. Review commits and README documentation before installing.
