← Back to Skills Marketplace
bgoodwinstudio

Pill Reminder

by bgoodwinstudio · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
66
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pill-reminder
Description
Sends scheduled medication reminders with tracking, supports multiple users, refill alerts, and generates adherence reports; not a substitute for medical adv...
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pill-reminder
  3. After installation, invoke the skill by name or use /pill-reminder
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - daily medication reminders, multi-person support, refill alerts, printable adherence log for doctor visits
Metadata
Slug pill-reminder
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Pill Reminder?

Sends scheduled medication reminders with tracking, supports multiple users, refill alerts, and generates adherence reports; not a substitute for medical adv... It is an AI Agent Skill for Claude Code / OpenClaw, with 66 downloads so far.

How do I install Pill Reminder?

Run "/install pill-reminder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Pill Reminder free?

Yes, Pill Reminder is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Pill Reminder support?

Pill Reminder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Pill Reminder?

It is built and maintained by bgoodwinstudio (@bgoodwinstudio); the current version is v1.0.0.

💬 Comments