← 返回 Skills 市场
Pill Reminder
作者
bgoodwinstudio
· GitHub ↗
· v1.0.0
· MIT-0
66
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pill-reminder
功能描述
Sends scheduled medication reminders with tracking, supports multiple users, refill alerts, and generates adherence reports; not a substitute for medical adv...
安全使用建议
This skill appears coherent for local pill reminders, but before installing: 1) Confirm you consent to it creating cron jobs and writing files in ~/.openclaw/workspace (it will modify your crontab). 2) Verify which messaging channel you configured in OpenClaw and understand that reminders are sent through that external provider (GroupMe/Discord/Telegram) — messages transit third-party services. 3) Review the generated pills.md and pill-log.md contents and backup any sensitive data you don't want stored locally. 4) Limit number of pills/times to avoid excessive cron entries. 5) If you need stronger privacy guarantees (no external messaging), do not configure an external channel or review how OpenClaw stores channel tokens. If you want higher assurance, request the skill's implementation code to review how it edits crontab and writes files.
功能分析
Type: OpenClaw Skill
Name: pill-reminder
Version: 1.0.0
The 'pill-reminder' skill manages medication schedules by instructing the AI agent to create system cron jobs and maintain local data files (pills.md, pill-log.md). While the behavior is aligned with its stated purpose, the instruction to programmatically generate crontab entries from user-supplied input (pill names and times) presents a potential shell injection vulnerability. The skill also requires access to external messaging channels for notifications, fitting the criteria for suspicious due to high-risk capabilities (shell, network, and file access).
能力评估
Purpose & Capability
Name/description match the behavior: adding pills, tracking, refill alerts, and printing reports all map to the files and cron scheduling the SKILL.md describes. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions explicitly read/write local files (~/.openclaw/workspace/pills.md and pill-log.md), parse user replies, and create cron jobs per dose. These actions are within scope for a reminder skill but are persistent system changes (crontab edits) and worth explicit user consent.
Install Mechanism
This is instruction-only with no install/spec files or code downloads. No packages or external installers are fetched by the skill itself.
Credentials
The skill declares no environment variables or credentials. It relies on existing OpenClaw-configured messaging channels (GroupMe/Discord/Telegram), which is appropriate for sending reminders; those credentials are expected to be managed by the platform, not the skill.
Persistence & Privilege
always:false and autonomous invocation are normal. The notable persistence is that the skill creates cron jobs and writes files in the user's OpenClaw workspace; this is consistent with scheduling reminders but is a system-level change the user should explicitly approve.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pill-reminder - 安装完成后,直接呼叫该 Skill 的名称或使用
/pill-reminder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release - daily medication reminders, multi-person support, refill alerts, printable adherence log for doctor visits
元数据
常见问题
Pill Reminder 是什么?
Sends scheduled medication reminders with tracking, supports multiple users, refill alerts, and generates adherence reports; not a substitute for medical adv... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 66 次。
如何安装 Pill Reminder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pill-reminder」即可一键安装,无需额外配置。
Pill Reminder 是免费的吗?
是的,Pill Reminder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Pill Reminder 支持哪些平台?
Pill Reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Pill Reminder?
由 bgoodwinstudio(@bgoodwinstudio)开发并维护,当前版本 v1.0.0。
推荐 Skills