← 返回 Skills 市场
jul879n

Quick Reminder

作者 Julián Araya · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
128
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install 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:...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install quick-reminder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /quick-reminder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug quick-reminder
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

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:... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。

如何安装 Quick Reminder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install quick-reminder」即可一键安装,无需额外配置。

Quick Reminder 是免费的吗?

是的,Quick Reminder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Quick Reminder 支持哪些平台?

Quick Reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Quick Reminder?

由 Julián Araya(@jul879n)开发并维护,当前版本 v1.0.0。

💬 留言讨论