arya-reminders

Productivity & Tasks
v0.1.1
Benign

Recordatorios en lenguaje natural (Bogotá).

11.4K downloads1.4K installsby @staratheris

Setup & Installation

Install command

clawhub install staratheris/arya-reminders

If the CLI is not installed:

Install command

npx clawhub@latest install staratheris/arya-reminders

Or install with OpenClaw CLI:

Install command

openclaw skills install staratheris/arya-reminders

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/staratheris/arya-reminders

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

INPUT

User asks: Scheduling a bill payment reminder for tomorrow at a specific time

AGENT
  1. 1Scheduling a bill payment reminder for tomorrow at a specific time
  2. 2Getting notified in 45 minutes to check something on the stove
  3. 3Setting a same-day reminder to make a phone call at 5:30pm
  4. 4Reminding yourself to submit a project by Friday at 9am
  5. 5Reviewing a log of all past and upcoming reminders
OUTPUT
Recordatorios en lenguaje natural (Bogotá).

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 28, 2026