← Back to Skills Marketplace
456
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install health-reminder
Description
Health reminder assistant - medication reminders, water intake tracking, activity prompts
README (SKILL.md)
Health Reminder
Personal health tracking and reminder assistant.
Features
- Medication reminders
- Water intake tracking
- Activity/movement prompts
- Health habit streaks
Input
- Medication schedule
- Daily water goal
- Activity intervals
Output
- Reminder notifications
- Intake tracking
- Completion statistics
Constraints
- ❌ No medical diagnosis
- ❌ No prescription management
- ❌ No device integration
Usage
python3 scripts/health-reminder.py med add "维生素C" "08:00" daily
python3 scripts/health-reminder.py water log 250
python3 scripts/health-reminder.py activity remind
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: health-reminder
Version: 1.0.1
The health-reminder skill is a legitimate utility for tracking medication, water intake, and activity. The code in scripts/health-reminder.py performs local file I/O within a dedicated directory (~/.health-reminder) and lacks any network access, credential theft, or malicious execution logic. All instructions in SKILL.md are consistent with the stated functionality and do not contain prompt injection or unauthorized commands.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install health-reminder - After installation, invoke the skill by name or use
/health-reminder - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Restore the intended health reminder content and harden local data initialization.
v1.0.0
- 首次发布:Auto Update Skill v1.0.0
- 支持本地 skill 版本检查、自动备份与回滚,确保更新安全
- 提供黑名单、自动升级策略等灵活的配置选项
- 引入智能缓存,减少重复检查
- 所有操作仅涉及本地文件,实际更新通过 clawhub CLI 完成
Metadata
Frequently Asked Questions
What is Health Reminder?
Health reminder assistant - medication reminders, water intake tracking, activity prompts. It is an AI Agent Skill for Claude Code / OpenClaw, with 456 downloads so far.
How do I install Health Reminder?
Run "/install health-reminder" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Health Reminder free?
Yes, Health Reminder is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Health Reminder support?
Health Reminder is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Health Reminder?
It is built and maintained by haidong (@harrylabsj); the current version is v1.0.1.
More Skills