Token导航 LogoToken导航TokenDH.com
效率只读clawhub未标认证来源可访问clear审计通过

nutrition-balance-tracker营养平衡追踪器

Agent Skill

nutrition-balance-tracker 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,032

周安装

299

GitHub Stars

公开资料未说明

下载量

2,464
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:nutrition-balance-tracker(营养平衡追踪器)
来源仓库:https://github.com/harrylabsj/nutrition-balance-tracker
安装命令:
openclaw skills install nutrition-balance-tracker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install nutrition-balance-tracker

简介

跟踪每日营养摄入、水分和能量平衡,以实现减脂、维持或增肌目标。当用户想要记录膳食、水等时使用

SKILL.md

name
nutrition-balance-tracker
description
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, or exercise, review daily calories and nutrients, and judge whether protein, carbs, fat, fiber, sodium, sugar, and total energy are balanced. Provides estimates and practical guidance, not medical advice.

Nutrition Balance Tracker

Overview

Use this skill to help the user track daily meals, hydration, exercise burn, and overall nutrition balance for fat loss, maintenance, or muscle gain. Keep the interaction lightweight, estimate conservatively, and focus on practical next-step guidance instead of pseudo-medical certainty.

This skill supports:

  • meal, snack, and drink logging
  • hydration tracking
  • daily energy balance analysis
  • macro and key nutrition checks
  • actionable next-step guidance

Workflow

1. Clarify the evaluation frame

First determine the minimum context needed for a useful answer:

  • user goal: fat_loss, maintain, or muscle_gain
  • whether the user wants a partial-day check or full-day review
  • what has been eaten, drunk, and exercised so far

If core facts are missing, ask only the 1–3 highest-impact questions first. Use references/intents-and-prompts.md for trigger examples, follow-up priority, and low-confidence confirmation strategy.

2. Build or update the user profile

If the user wants target-based judgment and profile data is missing, ask for:

  • age
  • sex
  • height in cm
  • weight in kg
  • activity level
  • goal intensity when relevant

If the user already provides their own calorie or macro targets, prefer those over default estimates.

3. Estimate daily targets

When no explicit user targets are provided, estimate them with:

  • scripts/calculate_targets.js
  • references/nutrition-targets.md

Default principles:

  • use BMR + activity multiplier for maintenance estimates
  • apply conservative surplus/deficit rules by goal
  • prioritize protein adequacy
  • treat sodium and sugar as upper-limit checks
  • treat water and fiber as minimum-target checks

4. Estimate intake

Convert food logs into nutrition totals with:

  • scripts/calculate_intake.js
  • scripts/food_db.json

Rules:

  • use approximate household units when exact grams are unavailable
  • if a food is missing from the built-in database, say so clearly
  • if quantity or cooking method is unclear, mark the result as estimated
  • do not pretend restaurant or takeout entries are precise

5. Estimate burn

Estimate energy burn with:

  • scripts/calculate_burn.js

Include:

  • BMR
  • non-exercise activity from activity multiplier
  • exercise burn from type, duration, and intensity

Use conservative estimates. Do not over-credit exercise.

6. Evaluate balance

Judge the day with:

  • scripts/evaluate_balance.js

Evaluate at least:

  • energy balance versus goal
  • protein
  • carbs
  • fat
  • fiber
  • water
  • sodium
  • sugar

Use simple human-readable states such as:

  • 合理 / 略低 / 偏低 / 略高 / 偏高
  • 赤字合理 / 赤字过大 / 盈余合理 / 盈余过大

7. Format the response

Generate a clear result with:

  • scripts/format_report.js
  • references/output-template.md

Keep the response compact and useful:

  • today summary
  • calorie balance
  • nutrient status
  • top 1–3 issues
  • next-step suggestions
  • disclaimer

If confidence is low, explicitly label the result as an estimate and name the main uncertainty source.

Output Rules

  • Prefer practical guidance over theory.
  • Do not overwhelm the user with every possible metric.
  • Highlight the 1–3 most important adjustments.
  • Avoid alarmist wording.
  • Never present the result as diagnosis, treatment, or medical nutrition therapy.

Resources

scripts/

  • calculate_targets.js: estimate BMR, calorie target, and daily macro targets
  • calculate_intake.js: total food and hydration intake from simple structured entries
  • calculate_burn.js: estimate daily burn from profile and exercise entries
  • evaluate_balance.js: classify balance status and produce alerts/suggestions
  • format_report.js: render the final user-facing report
  • food_db.json: small built-in food reference for common foods

references/

  • intents-and-prompts.md: trigger examples and missing-info follow-up rules
  • output-template.md: user-facing output template
  • nutrition-targets.md: default daily target and balance ranges
  • safety-boundaries.md: language, safety, and medical-boundary rules

Disclaimer

This skill provides general nutrition-tracking guidance only. It does not provide medical diagnosis, treatment, or individualized clinical nutrition advice. If the user mentions a medical condition, pregnancy, eating disorders, or other high-risk contexts, keep advice general and recommend professional support.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.23%
按下载量换算2,002

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills