Pill Reminder
Skill by bgoodwinstudio
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bgoodwinstudio/pill-reminderPill 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:
- Cron fires → reminder sent to your configured channel
- You reply
tookordidn't take - If
took→ logged ✅ - 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:
- Channel — GroupMe, Discord, Telegram, etc.
- Your name — for your profile
- First pill — name, pill count, refill threshold, time(s)
Commands
Speak naturally. The skill parses your intent.
| Command | Description |
|---|---|
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 pills | Show all pills and schedules for your profile. |
list family | Show 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 config | Display the current pills.md content. |
help pill-reminder | Show 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bgoodwinstudio-pill-reminder": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
google-alerts
Monitor keywords via free web search. Use when: (1) Tracking brand or product mentions, (2) Monitoring industry keywords, (3) Researching competitors and market trends, (4) Daily competitive intel reports. Creates Hootsuite-style formatted output from search results.
groupme
Bridge OpenClaw to GroupMe for team communication. Send scheduled messages, broadcast announcements, run shift reminders, and automate group messaging via cron jobs. Use when: you want to send messages to a GroupMe group on a schedule or on-demand, automate team announcements, or create notification workflows.
Nba Playoffs
Skill by bgoodwinstudio