← Back to Skills Marketplace
Quick Reminder
by
Julián Araya
· GitHub ↗
· v1.0.0
· MIT-0
128
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install quick-reminder
Description
Detecta 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:...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: quick-reminder
Version: 1.0.0
The skill is a straightforward reminder tool that uses regular expressions to parse time-based triggers from user input. It schedules notifications using standard JavaScript 'setTimeout' and sends them via the provided Telegram context or console. No evidence of data exfiltration, malicious execution, or prompt injection was found in index.js or SKILL.md.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install quick-reminder - After installation, invoke the skill by name or use
/quick-reminder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Quick Reminder.
- Detects natural language reminders in Spanish and English (e.g., "recordatorio para ... a las HH:MM", "remind me to ... at HH:MM").
- Schedules a reminder for the specified time via Telegram or console.
- Simple, fast operation designed for basic one-time reminders (no repeats, only HH:MM format).
- Works out-of-the-box for Telegram and TTY; easily extensible to other patterns or languages.
- Lightweight alternative to complex reminder skills.
Metadata
Frequently Asked Questions
What is Quick Reminder?
Detecta 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:... It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.
How do I install Quick Reminder?
Run "/install quick-reminder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Quick Reminder free?
Yes, Quick Reminder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Quick Reminder support?
Quick Reminder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Quick Reminder?
It is built and maintained by Julián Araya (@jul879n); the current version is v1.0.0.
More Skills