← Back to Skills Marketplace
Water Reminder
by
YinghaoJia
· GitHub ↗
· v1.0.0
500
Downloads
0
Stars
7
Active Installs
1
Versions
Install in OpenClaw
/install water-reminder
Description
A 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...
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: water-reminder
Version: 1.0.0
The water-reminder skill is a standard health and wellness tool designed to help users track hydration. Its instructions in SKILL.md are consistent with its stated purpose, involving recording data to local memory logs and suggesting standard scheduling methods like cron for recurring reminders, with no evidence of malicious intent or high-risk behaviors.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install water-reminder - After installation, invoke the skill by name or use
/water-reminder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is Water Reminder?
A 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 500 downloads so far.
How do I install Water Reminder?
Run "/install water-reminder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Water Reminder free?
Yes, Water Reminder is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Water Reminder support?
Water Reminder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Water Reminder?
It is built and maintained by YinghaoJia (@yinghaojia); the current version is v1.0.0.
More Skills