体重追踪助手

v1.1.0

中文体重追踪助手。记录每日体重、计算BMI、追踪趋势、设定目标。 本地存储,无需账号,隐私安全。 当用户说"体重"、"记录体重"、"今天多重"、"BMI"、"体脂"、"减重"、"目标体重"时触发。 Keywords: 体重, BMI, 减重, 增重, 目标体重, 体重记录, 健康

0· 119·1 current·1 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/cn-weight-tracker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "体重追踪助手" (freedompixels/cn-weight-tracker) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/cn-weight-tracker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cn-weight-tracker

ClawHub CLI

Package manager switcher

npx clawhub@latest install cn-weight-tracker
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

⚖️ Clawdis
latestvk9775xyjn24tjw2cwkxr5sb0ah854naaproductivityvk9775xyjn24tjw2cwkxr5sb0ah854naatoolsvk9775xyjn24tjw2cwkxr5sb0ah854naa
119downloads
0stars
3versions
Updated 1w ago
v1.1.0
MIT-0

⚖️ 体重追踪助手

记录体重,关注健康。

核心功能

功能说明
记录体重一句话记录:记录体重 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范围分类
< 18.5偏瘦
18.5-23.9正常
24-27.9超重
≥ 28肥胖

注意事项

  • 支持 kg / 公斤 / 斤 单位
  • 趋势图需要至少2条记录才能显示
  • 数据完全本地存储,隐私无忧

Comments

Loading comments...