← 返回 Skills 市场
Health Tracker
作者
kaising-openclaw1
· GitHub ↗
· v1.0.0
· MIT-0
73
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install health-tracker
功能描述
健康追踪 - 体重记录、卡路里计算、运动追踪
使用说明 (SKILL.md)
Health Tracker
健康追踪工具,管理你的健康。
功能
- ✅ 体重记录
- ✅ 卡路里计算
- ✅ 运动追踪
- ✅ 饮水提醒
- ✅ 健康报告
使用
# 记录体重
clawhub health weight --value 70 --unit kg
# 卡路里计算
clawhub health calories --food "苹果" --amount 200
# 运动记录
clawhub health exercise --type "跑步" --duration 30
# 健康报告
clawhub health report --week 2026-W16
定价
| 版本 | 价格 | 功能 |
|---|---|---|
| 免费版 | ¥0 | 基础记录 |
| Pro 版 | ¥49 | 全部功能 |
| 订阅版 | ¥12/月 | Pro+ 云同步 |
安全使用建议
This skill appears to do what it claims and does not ask for credentials, but check two small issues before installing: (1) verify the source of the skill (the package owner/registry) because README suggests using npx which will fetch code from the network; only run that if you trust the publisher, (2) confirm the cloud-sync / Pro subscription behavior and where data is stored/transmitted (privacy), and (3) note the _meta.json lists 'curl' though the instructions don't use it — benign but inconsistent. If you need higher assurance, ask the publisher for a repository link or review the code that 'npx' would install.
功能分析
Type: OpenClaw Skill
Name: health-tracker
Version: 1.0.0
The skill bundle contains only metadata and documentation for a health tracking tool. The SKILL.md and README.md files describe standard CLI commands for logging health data (weight, calories, exercise) and do not contain any executable code, suspicious instructions, or indicators of malicious intent.
能力评估
Purpose & Capability
SKILL.md commands (clawhub health ...) match the described features (weight, calories, exercise, report). However _meta.json lists a required binary 'curl' even though the instructions never reference curl; the registry metadata presented earlier showed no required binaries, so the manifest is inconsistent but not clearly harmful.
Instruction Scope
Runtime instructions are limited to running clawhub CLI commands to record weight, calories, exercise, and request reports. They do not instruct reading arbitrary files, environment variables, or sending data to external endpoints. One caveat: pricing text mentions cloud sync (Pro/subscription) but SKILL.md does not clarify where/when data is uploaded — a privacy consideration.
Install Mechanism
The skill is instruction-only and includes no install spec or code files (lowest intrinsic risk). README suggests using 'npx clawhub@latest install health-tracker' which would fetch/execute external code at install time; that step is outside this skill bundle and should be treated like any external package installation.
Credentials
The skill does not request environment variables, credentials, or config paths. The only disproportionate item is the manifest's 'requires' entry for 'curl' which is not used in SKILL.md — this is inconsistent but not an immediate credential risk.
Persistence & Privilege
Flags are default: not always-included, user-invocable, and model invocation is enabled (normal). The skill does not request system-wide config changes or other skills' credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install health-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/health-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Health Tracker 1.0.0 - Initial Release
- Track weight, calculate calories, and log exercise.
- Added water intake reminders.
- Generate weekly health reports.
- Different plan options: Free, Pro, and Subscription (with cloud sync).
- Simple CLI commands for all features.
元数据
常见问题
Health Tracker 是什么?
健康追踪 - 体重记录、卡路里计算、运动追踪. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。
如何安装 Health Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install health-tracker」即可一键安装,无需额外配置。
Health Tracker 是免费的吗?
是的,Health Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Health Tracker 支持哪些平台?
Health Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Health Tracker?
由 kaising-openclaw1(@kaising-openclaw1)开发并维护,当前版本 v1.0.0。
推荐 Skills