Hydration Tracker

v2.0.1

Track daily water intake, set hydration goals, and get drink reminders. Use when logging water, setting targets, or reviewing weekly intake trends.

0· 247·0 current·0 all-time
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
The skill's name/description match the included script: it logs drinks, manages a goal, and shows summaries stored under ~/.water_reminder. Minor inconsistency: registry metadata lists no required binaries, but SKILL.md and the script require Bash 4+ and Python 3 (standard library). This is expected for a shell-based CLI but should be declared in registry fields.
Instruction Scope
SKILL.md instructions and the script stay within scope: they read/write local files (data.json, goal.json) and run only local commands. There are no network calls, no reading of unrelated files, and no requests for credentials. Minor portability caveat: the script uses GNU date semantics (date -d), which may not work on some platforms (e.g., stock macOS date) without coreutils.
Install Mechanism
No install spec (instruction-only) and the provided script is included directly. No downloads, package installs, or extracted archives are performed by the skill—low install risk.
Credentials
The skill requests no environment variables, no credentials, and stores data locally. This is proportionate to the claimed functionality.
Persistence & Privilege
always:false and user-invocable:true (defaults). The skill writes only to its own data directory (~/.water_reminder) and does not modify other skills or system-wide settings.
Assessment
This appears to be a simple, local-only CLI tool. Before installing: (1) verify you have Bash 4+ and Python 3 available (SKILL.md requires them even though registry metadata didn't list binaries), (2) confirm you are comfortable with the skill creating and writing files under ~/.water_reminder (data.json and goal.json), (3) if you run macOS, test or adjust the date commands (date -d may be incompatible), and (4) review the included script if you want to be certain there are no hidden network calls or data exports (the provided script contains none). The skill requests no credentials and does not require network access.

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

latestvk977a5bscvsvtp7gatx9d3n2s9834tw4

License

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

Comments