📦 Health Reminder — 健康提醒
v1.0.1健康提醒工具,帮助用户养成健康习惯,定时提醒喝水、运动和休息。
0· 435·1 当前·1 累计
下载技能包
最后更新
2026/4/2
安全扫描
OpenClaw
安全
high confidenceThe skill is coherent with its stated purpose (local reminders and tracking), requests no credentials or network access, and only stores JSON files under the user's home directory.
评估建议
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 wit...详细分析 ▾
✓ 用途与能力
Name/description match the included code: medication, water, and activity commands. No unexpected binaries, env vars, or external services are required.
ℹ 指令范围
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.
✓ 安装机制
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.
✓ 凭证需求
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.
ℹ 持久化与权限
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.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.12026/3/25
Restore the intended health reminder content and harden local data initialization.
● 无害
安装命令
点击复制官方npx clawhub@latest install health-reminder
镜像加速npx clawhub@latest install health-reminder --registry https://cn.longxiaskill.com