ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Pill Reminder

Skill by bgoodwinstudio

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bgoodwinstudio/pill-reminder
Or

Pill Reminder Skill

⚠️ Important: Not Medical Advice This skill is for medication reminder and tracking purposes only. It does not provide medical guidance, diagnoses, or treatment recommendations. Always consult a healthcare professional regarding any medication decisions.


Skill ID: pill-reminder
Version: 1.0.0
Author: Brian Goodwin


What It Does

Sends daily medication/supplement reminders at user-defined times. Tracks adherence with a printable log for doctor visits. Supports multiple people (user + family members). Includes refill reminders.

Reminder Flow:

  1. Cron fires → reminder sent to your configured channel
  2. You reply took or didn't take
  3. If took → logged ✅
  4. If didn't take → general warning + "Not medical advice" disclaimer → then logged

Setup

Run once to initialize:

setup pill reminder

This creates pills.md in your workspace. You'll answer:

  1. Channel — GroupMe, Discord, Telegram, etc.
  2. Your name — for your profile
  3. First pill — name, pill count, refill threshold, time(s)

Commands

Speak naturally. The skill parses your intent.

CommandDescription
add pill [name] [count] at [time]Add a pill. Count = current number in bottle. Times comma-separated for multiple daily doses. Default refill threshold = 7.
add pill [name] [count] at [time] refill [N]Same with custom refill alert threshold.
remove pill [name]Remove a pill from your profile.
add family [name]Add a new person profile (child, spouse, etc.) under your account.
list pillsShow all pills and schedules for your profile.
list familyShow all profiles in your household.
print log [name]Output a doctor-friendly adherence report for a person.
set channel [channel]Change where reminders are sent (groupme, discord, telegram, etc.)
show configDisplay the current pills.md content.
help pill-reminderShow this command list.

"Didn't Take" Warning Language

When user replies didn't take, send this before logging:

⚠️ Skipping doses can reduce effectiveness. Consistency matters for most medications to work as intended. If missing doses becomes a pattern, consider talking with your doctor or pharmacist.

*This is not medical advice.*

Refill Alert Format

When pill count drops to refill threshold:

🔔 Refill Reminder: [pill name] is running low ([count] left)

Fires automatically when logging a took that brings count to or below threshold.


Cron Job Per Pill

Each pill dose gets its own cron job. Format: X Y * * 1-6 (Mon-Sat at specified hour/min).

When adding a pill with multiple times, create one cron per dose.


Reminder Message Format

💊 Pill Reminder — [profile name]
[pill name] ([count] left)
Reply: `took` or `didn't take`

Printable Log Format

When print log [name] is called, output:

Metadata

Stars4473
Views2
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bgoodwinstudio-pill-reminder": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.