← Back to Skills Marketplace
115
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install weight-tracker
Description
减肥进度追踪助手。用户告诉 AI 今天的体重,AI 自动帮您记录并生成漂亮的图表,清晰展示减肥进度。支持中英文界面,macOS/Windows/Linux 多平台使用。当用户说"记录体重"、"今天体重"、"减肥打卡"、"体重多少"时自动触发。
Usage Guidance
This skill appears to be what it says: a small local web app that stores weight records in weight_history.json and serves jianfei.html. Things to consider before installing: 1) The included setup.sh and the SKILL.md ask you to run shell commands — inspect setup.sh (you can see it) before running it. 2) The instructions start a Python HTTP server without an explicit bind host; by default that can be reachable from the local network. If you want it strictly local, run: python3 -m http.server <PORT> --bind 127.0.0.1. 3) The skill will read/write weight_history.json and config.json in the skill directory — back them up if they contain data you care about. 4) Stopping the server uses kill/netstat/fuser commands; those are normal but review them if you have sensitive long-running processes. If you want extra assurance, run the HTML locally from a sandboxed machine or inspect the full jianfei.html to verify it does not contact external endpoints (the provided files appear to only load local JSON).
Capability Analysis
Type: OpenClaw Skill
Name: weight-tracker
Version: 1.0.1
The skill bundle provides a legitimate weight tracking utility but requires the AI agent to perform high-risk operations, including executing shell commands to manage a local HTTP server and using process-killing commands (e.g., 'kill', 'taskkill', 'lsof') to manage ports. While these capabilities are plausibly needed for the stated purpose of rendering a local HTML dashboard, the instructions in SKILL.md and the complexity of the setup.sh script grant the agent broad system-level interaction capabilities that could be abused if the agent's context is compromised.
Capability Assessment
Purpose & Capability
Name/description (weight tracking + chart) match the included files and required operations: config.json, weight_history.json, jianfei.html and a setup.sh to pick a port. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md instructs the agent to read/modify weight_history.json, start a local HTTP server, open the local page with the browser tool, screenshot it, then stop the server. Those actions are appropriate for generating the chart image, but they do involve running shell commands and manipulating local files — which is expected for a local web-based tracker.
Install Mechanism
No install spec is provided; this is instruction-only with bundled assets. The included setup.sh is present but contains only local logic (platform detection, port probing, interactive prompts) and does not download external resources. No remote archive downloads or 3rd-party package installs were found.
Credentials
The skill requests no environment variables, no credentials, and no config paths outside its own asset directory. Access to local JSON files and launching a local HTTP server are proportional to the stated functionality.
Persistence & Privilege
always:false and no special persistence or modification of other skills/systems. The skill runs interactively and does not request elevated persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install weight-tracker - After installation, invoke the skill by name or use
/weight-tracker - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- 更新了技能描述,突出简洁自动记录、进度展示和打卡触发词,增强易用性和智能感受
- 触发词由“体重记录、减肥追踪”等调整为“记录体重、今天体重、减肥打卡、体重多少”等更自然表达
- 突出 AI 自动记录与生成图表的体验
- 说明未涉及功能或实现的改动,主要为描述和触发逻辑优化
v1.0.0
- Initial release of weight-tracker.
- Supports bilingual interface (Chinese/English) and cross-platform usage on macOS, Windows, and Linux.
- Visualizes weight loss progress with charting and data export features.
- Records weight entries to weight_history.json automatically.
- Quick setup using setup.sh with platform detection, language choice, and goal configuration.
- Offers quick export via keyboard shortcut and easy switching between languages.
Metadata
Frequently Asked Questions
What is 减肥打卡记录?
减肥进度追踪助手。用户告诉 AI 今天的体重,AI 自动帮您记录并生成漂亮的图表,清晰展示减肥进度。支持中英文界面,macOS/Windows/Linux 多平台使用。当用户说"记录体重"、"今天体重"、"减肥打卡"、"体重多少"时自动触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install 减肥打卡记录?
Run "/install 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 万码千钧 (@mixinan); the current version is v1.0.1.
More Skills