← 返回 Skills 市场
harrylabsj

Health Reminder

作者 haidong · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
456
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install health-reminder
功能描述
Health reminder assistant - medication reminders, water intake tracking, activity prompts
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install health-reminder
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /health-reminder 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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 完成
元数据
Slug health-reminder
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 0
历史版本数 2
常见问题

Health Reminder 是什么?

Health reminder assistant - medication reminders, water intake tracking, activity prompts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 456 次。

如何安装 Health Reminder?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install health-reminder」即可一键安装,无需额外配置。

Health Reminder 是免费的吗?

是的,Health Reminder 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Health Reminder 支持哪些平台?

Health Reminder 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Health Reminder?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.1。

💬 留言讨论