Water Reminder
v1.0.0A health and wellness skill to remind the user to drink water and stay hydrated. Use this when the user asks for a water reminder, complains about being thir...
⭐ 0· 355·6 current·6 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The name and description match the behavior in SKILL.md: reminders, optional intake tracking, and scheduling suggestions. There are no unrelated required binaries, environment variables, or installs.
Instruction Scope
Most instructions are scoped to reminders and optional tracking. However, the SKILL.md tells the agent to record intake in 'memory/daily_logs/YYYY-MM-DD.md' (a specific file path) and to act when 'you notice it's been a long time' — both grant the agent discretionary access to persist user data and to trigger reminders based on unspecified heuristics. The file-write instruction is not declared in the skill metadata.
Install Mechanism
No install spec and no code files — lowest-risk delivery (instruction-only). Nothing will be downloaded or written by an installer.
Credentials
The skill requests no environment variables, credentials, or config paths in its metadata.
Persistence & Privilege
always is false (normal). The skill does request writing to an agent memory file (persistence of hydration logs) but does not declare required config paths or explain retention/visibility, so you should confirm that behavior and permissions.
Assessment
This skill is small and coherent, but it will ask the agent to store hydration logs in a memory file (memory/daily_logs/YYYY-MM-DD.md). Before installing, verify: 1) where the agent stores memory on disk and who can read it (privacy), 2) how long those logs are retained and whether you can delete or opt out, and 3) whether the agent will always write to that path or will ask for permission first. The 'notice it's been a long time' trigger is vague — if you want stricter behavior, ask the skill author to replace heuristic triggers with explicit user-controlled scheduling (or require explicit consent before writing files). No network access or credentials are requested, and there is no installer, so the technical risk is low if you are comfortable with the agent storing simple hydration logs in its memory.Like a lobster shell, security has layers — review code before you run it.
latestvk97b2aasts4b8d9nf1gnyv0jed82dxk4
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
