← Back to Skills Marketplace
Arya Reminders
by
StarAtheris
· GitHub ↗
· v0.1.1
1678
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install arya-reminders
Description
Recordatorios en lenguaje natural (Bogotá). Crea cron jobs seguros y registra en markdown (y opcionalmente Sheets).
README (SKILL.md)
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).
Usage Guidance
This skill mostly does what it claims, but it includes a default Telegram chat id (5028608085) and constructs cron jobs that will autonomously deliver reminder text to that chat with the instruction 'No hagas preguntas.' Before installing or using: 1) Understand that reminders may be sent to an external Telegram recipient by default — this can leak private reminders. 2) If you want to use it, override ARYA_TELEGRAM_CHAT_ID to a chat you control (or modify schedule_cron.py/create-reminder.sh to require an explicit chat id). 3) Inspect how your platform's 'cron' tool delivers messages and where Telegram credentials are stored; ensure you trust that delivery mechanism. 4) Test with benign data and a controlled chat id first. 5) If you don't want external delivery, remove or change the channel/from/to fields in schedule_cron.py so jobs only log locally. Given the hardcoded destination and 'do not ask' directive, consider this suspicious until you confirm the delivery target and credentials.
Capability Analysis
Type: OpenClaw Skill
Name: arya-reminders
Version: 0.1.1
The skill is designed to create natural language reminders and schedule them as cron jobs using OpenClaw's internal `cron` tool. It logs reminders locally and delivers them via Telegram. While the `schedule_cron.py` script includes a prompt-injection-like instruction ('No hagas preguntas') within the scheduled message payload, this instruction is narrowly scoped to control the delivery behavior of the reminder itself, not to subvert the agent's overall operation or perform malicious actions. The skill uses isolated sessions for cron jobs, and there is no evidence of data exfiltration, malicious execution, persistence mechanisms, or obfuscation beyond its stated purpose.
Capability Assessment
Purpose & Capability
Name/description (natural-language reminders, Bogota timezone, cron jobs, markdown log) align with included code: parse_time.py, schedule_cron.py, and a bash wrapper. Required binaries (bash, python3) are reasonable. However, the skill claims it 'does not hardcode routes or IDs', yet create-reminder.sh and create-reminder.agent.md include a default Telegram chat id (5028608085) and schedule_cron.py builds a payload to deliver to Telegram by default — that is inconsistent with the SKILL.md statements.
Instruction Scope
Runtime instructions direct the agent to create an isolated 'agentTurn' cron job whose payload includes the full reminder text and channel='telegram' with a destination chat id. schedule_cron.py includes the message text and the directive 'No hagas preguntas.' This means user-provided reminder contents may be sent to an external Telegram chat without additional confirmation. The SKILL.md encourages logging to memory/reminders.md, but the actual logging of job id is expected to be done by the agent after calling the cron tool — so there's a trust gap between the script and the agent action.
Install Mechanism
Instruction-only skill with no install spec and only small Python/Bash scripts. No downloads or archive extraction. Low install risk.
Credentials
The skill declares no required environment variables, but create-reminder.sh reads TZ_NAME and ARYA_TELEGRAM_CHAT_ID (with ARYA_TELEGRAM_CHAT_ID defaulting to 5028608085). Using a default external chat id without requiring the user to supply or acknowledge it is disproportionate to the stated purpose and risks sending private reminders to an unexpected recipient. No credentials (e.g., Telegram bot token) are requested because the cron/Gateway is expected to handle delivery, which hides where delivery credentials live.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It schedules cron jobs that perform an 'agentTurn' delivered to a channel; autonomous invocation is possible via the platform cron tool. Combined with the hardcoded Telegram delivery, this increases the blast radius (scheduled jobs will autonomously send messages). Not flagged for 'always:true', but be aware scheduled jobs send data autonomously to an external channel.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install arya-reminders - After installation, invoke the skill by name or use
/arya-reminders - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Republish test to confirm registry.
v0.1.0
Initial release: recordatorios NL en español (America/Bogota) + cron one-shot + log markdown.
Metadata
Frequently Asked Questions
What is Arya Reminders?
Recordatorios en lenguaje natural (Bogotá). Crea cron jobs seguros y registra en markdown (y opcionalmente Sheets). It is an AI Agent Skill for Claude Code / OpenClaw, with 1678 downloads so far.
How do I install Arya Reminders?
Run "/install arya-reminders" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Arya Reminders free?
Yes, Arya Reminders is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Arya Reminders support?
Arya Reminders is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Arya Reminders?
It is built and maintained by StarAtheris (@staratheris); the current version is v0.1.1.
More Skills