Health Reminder

v1.0.1

Health reminder assistant - medication reminders, water intake tracking, activity prompts

0· 335·1 current·1 all-time
byhaidong@harrylabsj·duplicate of @harrylabsj/study-reminder
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included code: medication, water, and activity commands. No unexpected binaries, env vars, or external services are required.
Instruction Scope
SKILL.md and the script instruct only local operations (adding/listing meds, logging water, printing activity tips). The script reads/writes files under ~/.health-reminder and does not reach out to the network. Note: there's a functional bug in init_data where files are initialized with {} rather than lists for medications/activity due to variable shadowing; this can cause runtime errors or data corruption but is not evidence of malicious behavior.
Install Mechanism
No install spec; the skill is instruction-only plus a local Python script. Nothing is downloaded or written to system locations beyond the user's home directory.
Credentials
The skill requires no environment variables or credentials. Requested access (file read/write in the user's home directory) is proportional to a personal reminder/tracking tool.
Persistence & Privilege
The script persists data in ~/.health-reminder (medications.json, water.json, activity.json). It does not request elevated privileges, modify other skills, or set always:true. Users should be aware data is stored unencrypted on disk.
Assessment
This skill appears to do what it claims: local medication reminders, water logging, and activity prompts. It stores data in ~/.health-reminder (unencrypted JSON). Before installing/running: (1) review the script if you care about privacy; sensitive medication data will be stored locally; consider storing in an encrypted location if needed; (2) be aware of a bug in init_data that may initialize files as {} causing add/list operations to fail—test on non-critical data first; (3) run the script with a dedicated user or in an isolated environment if you prefer; and (4) remember the skill explicitly disclaims medical diagnosis or prescription management, so do not rely on it for clinical decisions.

Like a lobster shell, security has layers — review code before you run it.

healthvk976whqvb2xxz19b6d3pz6qwjd843q7bhydrationvk976whqvb2xxz19b6d3pz6qwjd843q7blatestvk976whqvb2xxz19b6d3pz6qwjd843q7bremindervk976whqvb2xxz19b6d3pz6qwjd843q7bwellnessvk976whqvb2xxz19b6d3pz6qwjd843q7b

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments