Quick Reminder
v1.0.0Detecta frases tipo "recordatorio para ... a las HH:MM" o "remind me to ... at HH:MM" en tus mensajes. Programa un aviso exacto usando el método disponible:...
⭐ 0· 85·1 current·1 all-time
byJulián Araya@jul879n
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise: detect natural-language reminders and schedule alerts via Telegram or console. The code implements regex parsing, computes a Date, and schedules a setTimeout to send via context.telegram or console — all consistent with the stated purpose. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md instructions are limited to placement in the skills directory, restart, and expected runtime behavior (Telegram or console). The runtime code only accesses the provided context (context.telegram and context.reply) and does not read files, environment variables, or external endpoints beyond Telegram callbacks provided by the host context.
Install Mechanism
No install spec is present (instruction-only install). There are no downloads or extract/install steps. The skill is delivered as code to be placed in the skills folder, which is proportional for this simple functionality.
Credentials
The skill declares no environment variables or credentials and the runtime uses only the provided context object (Telegram or console). That matches the described behavior; there are no unexplained secret requests. Note: index.js requires 'fs' but does not use it — likely leftover and not a secret-access attempt.
Persistence & Privilege
The skill uses setTimeout to schedule reminders in memory. This requires the agent/process to remain running until the reminder fires; reminders will not survive process restarts. 'always' is false and the skill does not request elevated presence or modify other skills.
Assessment
This skill appears coherent and minimal: it parses simple Spanish/English patterns and schedules a setTimeout to send a message via the host-provided Telegram context or console. Before installing, consider: (1) scheduled reminders are in-memory only — they will be lost if OpenClaw or the gateway restarts; (2) the code lacks validation for hour/minute ranges (it relies on Date overflow behavior), so malformed times could behave unexpectedly; (3) ensure the host's context.telegram implementation is trusted, since the skill will call context.telegram.sendMessage (this is expected for a Telegram-integrated reminder); (4) the unused fs require is harmless but suggests minor code hygiene issues — you may want to inspect/clean the file. If these limitations are acceptable, the skill is reasonable to install.Like a lobster shell, security has layers — review code before you run it.
latestvk972fc0nqcxjg4y9ddzewff9cd83qef9
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
