← 返回 Skills 市场
Reminder Engine
作者
MartinKirov
· GitHub ↗
· v0.1.0
1140
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install martok9803-reminder-engine
功能描述
Create, list, cancel, and snooze reminders using OpenClaw cron jobs (one-shot or recurring). Use when a user asks things like: 'remind me in 20 minutes', 're...
安全使用建议
This skill is internally coherent for creating and managing reminders. Before installing, verify: (1) your platform's "cron" tool and what payload.kind="systemEvent" and sessionTarget="main" actually do (delivery behavior, visibility, and any side effects); (2) that the agent will always show the confirmation prompt the skill requires before creating recurring jobs; and (3) that reminder payloads will not leak sensitive info (the skill warns about secrets, but you should still avoid including tokens/passwords in reminder text). If you need higher assurance, ask the publisher for a link to platform docs or an implementation example showing the cron API calls this SKILL.md expects.
功能分析
Type: OpenClaw Skill
Name: martok9803-reminder-engine
Version: 0.1.0
The OpenClaw AgentSkills skill 'reminder-engine' is designed to create, list, cancel, and snooze reminders using the platform's `cron` tool. The `SKILL.md` instructions for the AI agent are explicitly security-conscious, mandating confirmation before any job creation/modification, prohibiting the inclusion of access keys/tokens or secrets in reminder payloads, and limiting payloads to `systemEvent` kind, which implies text-based reminders rather than arbitrary code execution. There is no evidence of prompt injection designed for malicious activity, data exfiltration, or unauthorized actions; instead, the instructions actively mitigate such risks.
能力评估
Purpose & Capability
Name/description match the instructions: the SKILL.md only describes parsing reminder intents, confirming schedules, and creating/listing/cancelling cron jobs. There are no unrelated env vars, binaries, or install steps requested.
Instruction Scope
Instructions stay within reminder management (create/list/remove/snooze) and explicitly forbid including secrets and spammy broadcasts. A small caveat: it tells the agent to include light conversational context and to use payload.kind="systemEvent" and sessionTarget="main" — these are platform-specific fields that could affect where and how reminders are delivered, so the operator should confirm what "systemEvent" and sessionTarget imply on your platform (delivery channel, visibility, privileges).
Install Mechanism
Instruction-only skill with no install spec and no code files; nothing is written to disk and no external packages are pulled. This minimizes install-time risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md does not instruct reading unrelated secrets or system files; it even warns to avoid secrets in reminder payloads.
Persistence & Privilege
always is false and there are no install side-effects. The skill can be invoked autonomously (platform default) but that is not, by itself, a red flag. If you are concerned about autonomous scheduling, verify platform controls for when the agent can create cron jobs and whether user confirmation prompts are enforced at runtime.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install martok9803-reminder-engine - 安装完成后,直接呼叫该 Skill 的名称或使用
/martok9803-reminder-engine触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial public release.
元数据
常见问题
Reminder Engine 是什么?
Create, list, cancel, and snooze reminders using OpenClaw cron jobs (one-shot or recurring). Use when a user asks things like: 'remind me in 20 minutes', 're... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1140 次。
如何安装 Reminder Engine?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install martok9803-reminder-engine」即可一键安装,无需额外配置。
Reminder Engine 是免费的吗?
是的,Reminder Engine 完全免费(开源免费),可自由下载、安装和使用。
Reminder Engine 支持哪些平台?
Reminder Engine 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reminder Engine?
由 MartinKirov(@martok9803)开发并维护,当前版本 v0.1.0。
推荐 Skills