← 返回 Skills 市场
315
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install water-movement-reminder
功能描述
Sends hydration and movement reminders every 45 minutes from 8:00 to 23:00 to promote healthy work habits and prevent prolonged sitting.
安全使用建议
This skill appears to do what it says (periodic reminders) and doesn't request external credentials, but take these precautions before installing: 1) Inspect the SKILL.md file for hidden characters (remove unicode control characters) and verify the reminder logic and message content. 2) Back up ~/.openclaw/openclaw.json and any other OpenClaw files before allowing changes; prefer manual confirmation before any automatic edits. 3) Confirm USER.md does not contain sensitive tokens or secrets — the skill reads it to find a session ID. 4) Be aware the skill will read/write ~/.openclaw/memory/heartbeat-state.json and will send messages into your session; ensure you trust the agent to do that. 5) Consider timezone mismatch (SKILL.md uses GMT+8); adjust configuration if that doesn't match your locale. If you are uncomfortable with hidden control characters or modifying agent config files, do not install until the author provides a cleaned SKILL.md and a clear explanation of why config edits are necessary.
功能分析
Type: OpenClaw Skill
Name: water-movement-reminder
Version: 0.0.1
The skill is a straightforward hydration and movement reminder that operates within the OpenClaw environment. It uses a local JSON file (`heartbeat-state.json`) to track the last reminder time and provides instructions for the agent to check the time and send messages during working hours. No indicators of data exfiltration, malicious command execution, or harmful prompt injection were found in skill.md or _meta.json.
能力评估
Purpose & Capability
Name and description (periodic hydration/movement reminders) align with the instructions: reading a local state file, checking time, and sending messages to the user's session. The requirement to run on the agent heartbeat is reasonable for periodic reminders, though the skill references agent config files (~/.openclaw/openclaw.json) which are beyond ordinary user-level app files and require care.
Instruction Scope
SKILL.md explicitly instructs reading and writing agent runtime files (memory/heartbeat-state.json) and describes how to modify the agent's heartbeat configuration. While state persistence is expected, editing agent configuration files or relying on USER.md for channel session IDs is sensitive: it gives the skill the ability to send messages into the user's session and to alter agent scheduling. Also the SKILL.md contains detected unicode control characters (possible prompt-injection attempt) which raises risk that displayed instructions may hide or alter content.
Install Mechanism
Instruction-only skill (no install spec, no code). This minimizes risk from external downloads or archives.
Credentials
No environment variables, binaries, or external credentials are requested. The files it reads/writes are local to the agent (~/.openclaw and USER.md) which is coherent with the task.
Persistence & Privilege
Skill is not 'always: true' and does not request elevated system privileges. However it recommends (and documents how) to modify the agent's heartbeat config; modifying agent configuration affects agent behavior system-wide and should be done only with explicit user consent and backups (the SKILL.md does show a backup command). Autonomous invocation is allowed (platform default) which means the skill could run reminders without further user prompts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install water-movement-reminder - 安装完成后,直接呼叫该 Skill 的名称或使用
/water-movement-reminder触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
## [0.0.1] - 2026-03-10
### Added
- Initial release of Water Reminder skill
- 45-minute hydration and movement reminder functionality
- Time-based restriction (8:00-23:00 in user's timezone)
- State tracking via heartbeat-state.json file
- Cross-platform messaging support (not limited to Feishu)
- Configurable reminder message with emoji support
- Error handling for missing files or invalid timestamps
- Automatic state file creation if not exists
### Features
- Health-focused reminders to prevent prolonged sitting
- Respects user rest time (no notifications outside working hours)
- Accurate timing with state persistence across sessions
- Lightweight implementation using existing heartbeat mechanism
- Easy integration with any Agent channel system
### Configuration
- Uses standard USER.md for user identification
- Leverages existing memory/heartbeat-state.json for state tracking
- No external dependencies required
- Compatible with OpenClaw's standard workspace structure
元数据
常见问题
water-reminder 是什么?
Sends hydration and movement reminders every 45 minutes from 8:00 to 23:00 to promote healthy work habits and prevent prolonged sitting. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。
如何安装 water-reminder?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install water-movement-reminder」即可一键安装,无需额外配置。
water-reminder 是免费的吗?
是的,water-reminder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
water-reminder 支持哪些平台?
water-reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 water-reminder?
由 RenchZhao(@renchzhao)开发并维护,当前版本 v0.0.1。
推荐 Skills