← Back to Skills Marketplace
freedompixels

体重追踪助手

by freedompixels · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
125
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install cn-weight-tracker
Description
中文体重追踪助手。记录每日体重、计算BMI、追踪趋势、设定目标。 本地存储,无需账号,隐私安全。 当用户说"体重"、"记录体重"、"今天多重"、"BMI"、"体脂"、"减重"、"目标体重"时触发。 Keywords: 体重, BMI, 减重, 增重, 目标体重, 体重记录, 健康
README (SKILL.md)

⚖️ 体重追踪助手

记录体重,关注健康。

核心功能

功能 说明
记录体重 一句话记录:记录体重 75.5kg今天称了73.9
查看记录 查体重 / 体重记录,显示最近7天趋势图
BMI计算 算BMI(需先设置身高)
趋势分析 体重趋势,支持ASCII趋势图
目标设定 目标体重70,显示距目标差距
身高设置 身高175cm(一次性设置)

使用方式

# 设置身高(用于BMI计算,只需一次)
python3 scripts/weight_tracker.py "身高175cm"

# 记录体重
python3 scripts/weight_tracker.py "记录体重 75.5kg"
python3 scripts/weight_tracker.py "今天称了73.9"

# 查看统计和趋势
python3 scripts/weight_tracker.py "查体重"
python3 scripts/weight_tracker.py "体重趋势"

# 计算BMI
python3 scripts/weight_tracker.py "算BMI"

# 设定目标
python3 scripts/weight_tracker.py "目标体重70"

数据存储

~/.qclaw/skills/cn-weight-tracker/data/weights.json

BMI标准(中国)

BMI范围 分类
\x3C 18.5 偏瘦
18.5-23.9 正常
24-27.9 超重
≥ 28 肥胖

注意事项

  • 支持 kg / 公斤 / 斤 单位
  • 趋势图需要至少2条记录才能显示
  • 数据完全本地存储,隐私无忧
Usage Guidance
This skill appears to be a simple local weight tracker. Before installing, note: (1) it will create and write ~/.qclaw/skills/cn-weight-tracker/data/weights.json — inspect the file if you want to verify contents; (2) SKILL.md assumes python3 is available (the registry metadata lists no required binaries); (3) data is stored locally and not encrypted—anyone with access to your user account or filesystem can read it, so consider filesystem permissions or running in a sandbox if you need stronger isolation; (4) if you want extra assurance, review the included scripts/weight_tracker.py yourself or run it in a controlled environment. Overall the skill is coherent with its stated purpose and does not request network or credential access.
Capability Analysis
Type: OpenClaw Skill Name: cn-weight-tracker Version: 1.1.0 The skill is a straightforward weight tracking utility that operates entirely locally. It uses regular expressions in `scripts/weight_tracker.py` to parse weight and height from user input, calculates BMI, and generates ASCII trend charts. Data is stored in a local JSON file within the user's home directory. There are no network calls, suspicious file system access, or use of dangerous functions like eval or os.system.
Capability Assessment
Purpose & Capability
Name/description (体重追踪) matches the included Python script and SKILL.md: recording weights, BMI, trend and target logic are implemented and nothing outside that domain is requested.
Instruction Scope
SKILL.md instructs the agent/user to run scripts/weight_tracker.py with simple text commands and documents the local data path. The runtime instructions do not ask to read unrelated files, environment variables, or transmit data externally.
Install Mechanism
No install spec; the skill is instruction-only with one script included. The code will be executed by python3 per SKILL.md (no package downloads or external installers).
Credentials
No environment variables, credentials, or external tokens are requested or used. The script only reads/writes a local JSON in the user's home directory.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or agent configs. It persists only its own data under ~/.qclaw/skills/cn-weight-tracker/data.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cn-weight-tracker
  3. After installation, invoke the skill by name or use /cn-weight-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: 修复SKILL.md格式,修复缺失脚本
v1.0.1
添加中文标题
v1.0.0
Initial release of cn-weight-tracker. - 支持中文体重记录、显示趋势、设定目标、BMI计算 - 全程本地储存,无需账号,保证隐私安全 - 体重/BMI记录支持多种输入说法与多单位 - 展示最近七天趋势与进度,支持ASCII趋势图 - 身高设置与目标体重支持自然语句交互
Metadata
Slug cn-weight-tracker
Version 1.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is 体重追踪助手?

中文体重追踪助手。记录每日体重、计算BMI、追踪趋势、设定目标。 本地存储,无需账号,隐私安全。 当用户说"体重"、"记录体重"、"今天多重"、"BMI"、"体脂"、"减重"、"目标体重"时触发。 Keywords: 体重, BMI, 减重, 增重, 目标体重, 体重记录, 健康. It is an AI Agent Skill for Claude Code / OpenClaw, with 125 downloads so far.

How do I install 体重追踪助手?

Run "/install cn-weight-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 体重追踪助手 free?

Yes, 体重追踪助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 体重追踪助手 support?

体重追踪助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 体重追踪助手?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.1.0.

💬 Comments