← Back to Skills Marketplace
Health Tracker
by
kaising-openclaw1
· GitHub ↗
· v1.0.0
· MIT-0
73
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install health-tracker
Description
健康追踪 - 体重记录、卡路里计算、运动追踪
README (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+ 云同步 |
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install health-tracker - After installation, invoke the skill by name or use
/health-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Health Tracker?
健康追踪 - 体重记录、卡路里计算、运动追踪. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install Health Tracker?
Run "/install health-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Health Tracker free?
Yes, Health Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Health Tracker support?
Health Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Health Tracker?
It is built and maintained by kaising-openclaw1 (@kaising-openclaw1); the current version is v1.0.0.
More Skills