← 返回 Skills 市场
115
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install weight-tracker
功能描述
减肥进度追踪助手。用户告诉 AI 今天的体重,AI 自动帮您记录并生成漂亮的图表,清晰展示减肥进度。支持中英文界面,macOS/Windows/Linux 多平台使用。当用户说"记录体重"、"今天体重"、"减肥打卡"、"体重多少"时自动触发。
安全使用建议
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).
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weight-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/weight-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
减肥打卡记录 是什么?
减肥进度追踪助手。用户告诉 AI 今天的体重,AI 自动帮您记录并生成漂亮的图表,清晰展示减肥进度。支持中英文界面,macOS/Windows/Linux 多平台使用。当用户说"记录体重"、"今天体重"、"减肥打卡"、"体重多少"时自动触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。
如何安装 减肥打卡记录?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weight-tracker」即可一键安装,无需额外配置。
减肥打卡记录 是免费的吗?
是的,减肥打卡记录 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
减肥打卡记录 支持哪些平台?
减肥打卡记录 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 减肥打卡记录?
由 万码千钧(@mixinan)开发并维护,当前版本 v1.0.1。
推荐 Skills