← 返回 Skills 市场
241
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install nutrition-balance-tracker
功能描述
Track daily nutrition intake, hydration, and energy balance against fat-loss, maintenance, or muscle-gain goals. Use when the user wants to log meals, water,...
安全使用建议
This skill appears coherent and focused on nutrition tracking: it uses only the included JS scripts and a small local food DB, and it does not access environment variables or external endpoints. Two practical things to check before installing: (1) runtime: the scripts are Node.js programs but the skill metadata does not declare a required 'node' binary — ensure your agent platform can run Node scripts or update the skill metadata to declare Node as a required binary; otherwise the skill may fail. (2) execution permissions: the agent will execute bundled scripts locally (they read stdin and a local JSON file), so verify you’re comfortable allowing local script execution from this skill. Also remember it provides estimates only (not medical advice); review the safety-boundaries file if you need stricter clinical behavior. If you want higher assurance, inspect the included JS files yourself or ask the publisher to explicitly declare runtime requirements and confirm no network calls will be added in future versions.
功能分析
Type: OpenClaw Skill
Name: nutrition-balance-tracker
Version: 1.0.0
The nutrition-balance-tracker skill bundle is a legitimate tool for tracking dietary intake and exercise. The JavaScript files (calculate_burn.js, calculate_intake.js, etc.) contain standard mathematical logic for BMR and nutritional calculations without any signs of malicious execution, data exfiltration, or obfuscation. The SKILL.md and reference documents provide clear, safe instructions for the AI agent, including explicit medical disclaimers and safety boundaries.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included scripts (targets, intake, burn, evaluate, format) plus the food_db.json are consistent: all code is directly related to estimating targets, summing intake, estimating burn, evaluating balance, and formatting a report. There are no unrelated environment variables, binaries, or external services requested.
Instruction Scope
Runtime instructions stay within the declared purpose: ask for missing profile/log data, run the included scripts, and return a compact report. The scripts only read stdin and the local food_db.json; they do not call external network endpoints or read arbitrary system paths. The SKILL.md explicitly requires asking for missing inputs before running calculations, which aligns with scripts that expect certain profile fields.
Install Mechanism
There is no install spec (instruction-only), which minimizes supply-chain risk. However, the package includes Node.js scripts that will need a node runtime to execute. The skill metadata lists no required binaries; this is a minor inconsistency — the skill will fail or behave unexpectedly on platforms without Node.js. No downloads, external installers, or extract steps are present.
Credentials
The skill requests no environment variables, no external credentials, and no config paths. The code does not access process.env or network endpoints. All data used is either provided by the user at runtime or contained in the local food_db.json.
Persistence & Privilege
Flags show the skill is user-invocable and not always-enabled. It does not request persistent system presence, does not modify other skills or system settings, and does not store credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nutrition-balance-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/nutrition-balance-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: daily nutrition intake, hydration, exercise burn, and energy balance analysis for fat loss, maintenance, and muscle gain.
元数据
常见问题
Nutrition Balance Tracker 是什么?
Track daily nutrition intake, hydration, and energy balance against fat-loss, maintenance, or muscle-gain goals. Use when the user wants to log meals, water,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。
如何安装 Nutrition Balance Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nutrition-balance-tracker」即可一键安装,无需额外配置。
Nutrition Balance Tracker 是免费的吗?
是的,Nutrition Balance Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Nutrition Balance Tracker 支持哪些平台?
Nutrition Balance Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Nutrition Balance Tracker?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills