← 返回 Skills 市场
freedompixels

体重追踪助手

作者 freedompixels · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
125
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install cn-weight-tracker
功能描述
中文体重追踪助手。记录每日体重、计算BMI、追踪趋势、设定目标。 本地存储,无需账号,隐私安全。 当用户说"体重"、"记录体重"、"今天多重"、"BMI"、"体脂"、"减重"、"目标体重"时触发。 Keywords: 体重, BMI, 减重, 增重, 目标体重, 体重记录, 健康
使用说明 (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条记录才能显示
  • 数据完全本地存储,隐私无忧
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cn-weight-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cn-weight-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: 修复SKILL.md格式,修复缺失脚本
v1.0.1
添加中文标题
v1.0.0
Initial release of cn-weight-tracker. - 支持中文体重记录、显示趋势、设定目标、BMI计算 - 全程本地储存,无需账号,保证隐私安全 - 体重/BMI记录支持多种输入说法与多单位 - 展示最近七天趋势与进度,支持ASCII趋势图 - 身高设置与目标体重支持自然语句交互
元数据
Slug cn-weight-tracker
版本 1.1.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 3
常见问题

体重追踪助手 是什么?

中文体重追踪助手。记录每日体重、计算BMI、追踪趋势、设定目标。 本地存储,无需账号,隐私安全。 当用户说"体重"、"记录体重"、"今天多重"、"BMI"、"体脂"、"减重"、"目标体重"时触发。 Keywords: 体重, BMI, 减重, 增重, 目标体重, 体重记录, 健康. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 125 次。

如何安装 体重追踪助手?

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

体重追踪助手 是免费的吗?

是的,体重追踪助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

体重追踪助手 支持哪些平台?

体重追踪助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 体重追踪助手?

由 freedompixels(@freedompixels)开发并维护,当前版本 v1.1.0。

💬 留言讨论