记录体重,关注健康。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill cn-weight-tracker --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cn Weight Tracker?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-cn-weight-tracker)More formats (shields.io, HTML) on the badges page.
---
slug: cn-weight-tracker
name: 体重追踪助手
version: "1.0.0"
author: 千策
---
# ⚖️ 体重追踪助手
记录体重,关注健康。
## 核心功能
| 功能 | 说明 |
|------|------|
| 记录体重 | 一句话记录:`记录体重 75.5kg` 或 `今天称了73.9` |
| 查看记录 | 查体重 / 体重记录,显示最近7天趋势图 |
| BMI计算 | `算BMI`(需先设置身高) |
| 趋势分析 | 体重趋势,支持ASCII趋势图 |
| 目标设定 | `目标体重70`,显示距目标差距 |
| 身高设置 | `身高175cm`(一次性设置) |
## 使用方式
```bash
# 设置身高(用于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条记录才能显示
- 数据完全本地存储,隐私无忧
---
**出品:** AISoBrand|爱索品牌 — AI搜索优化工具
**官网:** https://aisobrand.com
**免费检测你的品牌在AI搜索中有没有存在感 →** [30秒出结果](https://aisobrand.com/free-diagnosis.html)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.
Instantly.ai cold email outreach API - manage campaigns, leads, accounts, and analytics. Use for cold email automation, lead management, campaign creation/monitoring, and email account warmup.
Digital Audio Workstation usage, music composition, interactive music systems, and game audio implementation for immersive soundscapes.
Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"