skills$openclaw/arya-reminders
staratheris6.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).

6.5k stars8.2k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namearya-reminders
descriptionRecordatorios en lenguaje natural (Bogotá). Crea cron jobs seguros y registra en markdown (y opcionalmente Sheets). OpenClaw Skills integration.
ownerstaratheris
repositorystaratheris/staratheris-arya-reminders
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @staratheris/staratheris-arya-reminders
last updatedFeb 7, 2026

Maintainer

staratheris

staratheris

Maintains arya-reminders in the OpenClaw Skills directory.

View GitHub profile
File Explorer
7 files
.
_meta.json
297 B
create-reminder.agent.md
463 B
create-reminder.sh
1.6 KB
parse_time.py
4.5 KB
README.md
378 B
schedule_cron.py
1.3 KB
SKILL.md
1.2 KB
SKILL.md

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 cron del Gateway (no hardcodea rutas ni IDs ajenos).
README.md

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.