← 返回 Skills 市场
youpele52

Remind Me

作者 youpele52 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
2026
总下载
0
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install remind-me-pro
功能描述
Create, list, and cancel reminders and cron jobs scoped to the channel they were requested from. Use when: user says 'remind me', 'set an alarm', 'schedule a...
安全使用建议
This skill appears to be what it claims: a channel-scoped reminder/cron helper that uses the OpenClaw CLI. Before installing, confirm the host environment actually provides the 'openclaw' CLI and that the agent is permitted to call it. Note two practical considerations: (1) the service lists all cron jobs (cron list --all) then filters by a tag — if the gateway returns other jobs or verbose errors the skill might surface unrelated data in error messages, so check what the gateway's cron list output contains in your environment; (2) the SKILL.md insists the agent auto-read channel/chatId from session context and never ask the user — ensure your platform's session object exposes only the expected identifiers and you’re comfortable with the agent accessing them. If those points are acceptable, the skill is coherent and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill Name: remind-me-pro Version: 0.1.0 The 'Remind Me Pro' skill is a legitimate tool for managing cron-based reminders and scheduled tasks via the OpenClaw gateway. It implements proper channel-scoping logic in `src/service.py` to ensure users can only list or cancel reminders belonging to their specific chat session, and it uses safe subprocess execution (passing arguments as a list) in `src/main.py` to prevent shell injection.
能力评估
Purpose & Capability
Name/description, required binaries (uv, openclaw), and the included Python scripts consistently implement scheduling via the OpenClaw CLI (cron add/list/rm). Asking for channel + chatId from session context is consistent with delivering reminders to the originating chat.
Instruction Scope
SKILL.md clearly instructs the agent to auto-detect channel/chatId from session context and to call the included script via 'uv run' with those values. This stays within the stated purpose. Minor caution: the skill calls the gateway to 'cron list --all' and then filters results; if the gateway returns other jobs or verbose output, error messages could include unrelated data. The instructions also use an absolute workspace path (/root/.openclaw/...) which is platform-specific but not malicious.
Install Mechanism
No install spec or external downloads are present; the skill is instruction-plus-source and runs the bundled Python script via the platform 'uv' runner. No remote code fetch or archive extraction is requested.
Credentials
The skill requires no environment variables or external credentials. It does require access to the session context (channel/chatId) which is appropriate for scoped reminders. This is proportional, but you should be aware the agent is instructed to read session context values (not to ask the user) — verify your platform's session object only exposes the expected chat metadata.
Persistence & Privilege
The skill does not request 'always: true', does not persist or modify other skills' configs, and requires only normal runtime invocation. Autonomous invocation remains enabled (platform default) which is expected for skills of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install remind-me-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /remind-me-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Remind Me skill for creating, listing, and canceling reminders and cron jobs scoped to the current chat/channel. - Handles "remind me", "set an alarm", "schedule a cron", "alert me", "cancel reminder", and "list my reminders" commands. - Auto-detects channel and chat ID from session context (never asks user for these). - Requires clear specification of WHAT (reminder), WHEN (schedule), and WHERE (delivery target) before creating any job, with interactive clarification if any are missing or ambiguous. - Supports one-time (`at:`), recurring (`every:`), and cron-based (`cron:`) reminders; asks user for confirmation before executing. - Provides commands and formatting for creating, listing, and canceling reminders or cron jobs, always confirming intent with the user.
元数据
Slug remind-me-pro
版本 0.1.0
许可证 MIT-0
累计安装 10
当前安装数 10
历史版本数 1
常见问题

Remind Me 是什么?

Create, list, and cancel reminders and cron jobs scoped to the channel they were requested from. Use when: user says 'remind me', 'set an alarm', 'schedule a... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2026 次。

如何安装 Remind Me?

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

Remind Me 是免费的吗?

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

Remind Me 支持哪些平台?

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

谁开发了 Remind Me?

由 youpele52(@youpele52)开发并维护,当前版本 v0.1.0。

💬 留言讨论