ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

arya-reminders

Recordatorios en lenguaje natural (Bogotá). Crea cron jobs seguros y registra en markdown (y opcionalmente Sheets).

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/staratheris/arya-reminders
Or

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).

Metadata

Stars982
Views1
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-staratheris-arya-reminders": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.