← 返回 Skills 市场
fresh3

Reminder

作者 fresh3 · GitHub ↗ · v0.1.2 · MIT-0
cross-platform ⚠ suspicious
251
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install taizi-reminder
功能描述
Capture natural-language events in Chinese or English, save them to your workspace, and schedule Telegram reminders with default 24h, 1h, and 10m notifications.
安全使用建议
Before installing, ask the skill author or maintainer to clarify: (1) how Telegram delivery is authenticated—where the Telegram token comes from and whether the skill will ever ask for/store it (the SKILL.md mentions sending to 'current Telegram' but no credentials are declared); (2) what exact cron jobs/commands will be scheduled (inspect the cron payload to ensure it won't run arbitrary shell commands); (3) whether REMINDER_TZ and REMINDER_OFFSETS_MINUTES should be set as env vars (they're referenced but not declared); and (4) why registry metadata (owner/version) differs from the included _meta.json. If you cannot get these clarifications, test the skill in a restricted/sandbox environment and review any scheduled cron jobs and the events.yml contents before allowing it to run in a real account. Avoid storing secrets in the workspace and confirm LOCAL_CONFIG.md is properly gitignored as suggested.
功能分析
Type: OpenClaw Skill Name: taizi-reminder Version: 0.1.2 The skill bundle describes a natural-language reminder service that stores events in a YAML file and schedules notifications via the OpenClaw cron system. It contains only markdown instructions (SKILL.md) and a configuration template (assets/events.template.yml), with no executable code or evidence of malicious intent such as data exfiltration or unauthorized access.
能力评估
Purpose & Capability
The described functionality (parse natural-language events, store them in the workspace, and schedule reminders) aligns with the files present (events template) and being instruction-only. However, _meta.json owner/version differ from the registry metadata included in the submission, which is an inconsistency that could indicate repackaging or stale metadata.
Instruction Scope
SKILL.md instructs the agent to write/read ~/.openclaw/workspace/reminders/events.yml and to 'create cron jobs' that deliver to the user's current Telegram. It does not show the exact cron commands or payloads, and it gives the agent wide discretion to schedule jobs. The instructions also reference asking clarifying questions and modifying events.yml; those behaviours are expected, but the vagueness around how cron jobs are created/delivered is concerning because cron jobs could run arbitrary commands if not constrained.
Install Mechanism
There is no install spec and no code files — it is instruction-only. That minimizes disk-write risk; nothing is downloaded or installed by the skill itself.
Credentials
SKILL.md references REMINDER_TZ and REMINDER_OFFSETS_MINUTES, but the skill declares no required env vars or credentials. It also claims to deliver reminders to the 'current Telegram' without declaring any Telegram API key/token or stating how Telegram auth is provided. This mismatch (undeclared env vars/credentials) is an incoherence that should be clarified before use.
Persistence & Privilege
The skill is not always-enabled and does not request system-wide configuration. It writes to a workspace file under ~/.openclaw and schedules platform cron jobs; those are reasonable for a reminder skill provided the cron actions are constrained. It does not attempt to modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taizi-reminder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taizi-reminder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.2
Bug fixes
元数据
Slug taizi-reminder
版本 0.1.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Reminder 是什么?

Capture natural-language events in Chinese or English, save them to your workspace, and schedule Telegram reminders with default 24h, 1h, and 10m notifications. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 251 次。

如何安装 Reminder?

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

Reminder 是免费的吗?

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

Reminder 支持哪些平台?

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

谁开发了 Reminder?

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

💬 留言讨论