Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

nutricoachnutricoach 搜索

Agent Skill

nutricoach 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,072

周安装

168

GitHub Stars

1

下载量

1,331
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install nutricoach

简介

nutricoach 提供个人健康数据管理与智能饮食推荐服务。

  • 支持身体指标跟踪与动态营养方案调整。nutricoach 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 适合健康管理、减脂增肌等日常健康咨询场景。
  • 安装后需录入基础生理参数以启动个性化建议。
  • 适用于研究检索类任务中的健康数据分析需求。

SKILL.md

name
nutricoach
description
|

NutriCoach Skill

A comprehensive personal health management system for tracking body metrics, logging meals, analyzing nutrition, managing pantry inventory, and receiving intelligent diet recommendations.

Quick Start

1. Initialize Database

python3 scripts/init_db.py --user <username>

Creates isolated SQLite database for the user with all required tables.

2. Set Up User Profile

python3 scripts/user_profile.py --user <username> set \
  --name "Robert" \
  --gender male \
  --birth-date 1994-05-15 \
  --height-cm 175 \
  --target-weight 70 \
  --activity-level moderate \
  --goal-type maintain

3. Log Daily Weight

python3 scripts/body_metrics.py --user <username> log-weight --weight 72.5

4. Log a Meal

python3 scripts/meal_logger.py --user <username> log \
  --meal-type lunch \
  --foods "米饭:150g, 鸡胸肉:100g, 西兰花:100g"

5. Get Diet Recommendation

python3 scripts/diet_recommender.py --user <username> recommend --meal-type dinner

6. Launch Web Dashboard

python3 scripts/launch_dashboard.py --user <username>

Opens browser at http://127.0.0.1:5000 with visual health data overview.

Core Features

📊 Body Metrics Tracking

  • Weight logging with automatic BMI calculation
  • Body fat percentage tracking
  • 7/30-day trend analysis
  • TDEE (Total Daily Energy Expenditure) calculation

🍽️ Meal Logging

  • Natural language food entry: 米饭:150g, 鸡胸肉:100g
  • Automatic nutrition calculation
  • Daily summary with remaining calories vs TDEE
  • 569 built-in Chinese foods database

📷 OCR Food Recognition

  • Scan food packaging with camera
  • Extract nutrition facts automatically
  • Barcode matching for existing products
  • Support for Kimi Vision and macOS Vision engines

🥬 Pantry Management

  • Track inventory by storage location (fridge/freezer/dry goods/counter)
  • Expiration date tracking with alerts
  • Automatic quantity deduction when logging meals
  • Category-based organization (protein/vegetable/carb/fruit/dairy)

🍳 Smart Recipe Recommendations

  • Generate recipes based on available pantry items
  • Prioritize ingredients nearing expiration
  • Match recipes to nutritional gaps
  • Dynamic threshold adjustment based on inventory levels

📈 Web Dashboard (v2)

  • Tabbed interface: Overview / Pantry / Weight History
  • Visual charts for weight and nutrition trends
  • Interactive pantry management
  • One-click recipe generation

💾 Data Management

  • JSON/CSV export
  • Automatic database backups (keeps last 10)
  • Easy restore from backup
  • Multi-user data isolation

Architecture

See references/ARCHITECTURE.md for system design and data flow.

Database Schema

See references/DATABASE_SCHEMA.md for complete ER diagram and table definitions.

Feature Guide

See references/FEATURE_GUIDE.md for detailed user-facing documentation including:

  • Complete feature descriptions
  • OCR food recognition workflow
  • Pantry management guide
  • Smart recipe recommendations
  • Web dashboard usage
  • Quick command reference

Developer Guide

See references/DEVELOPER_GUIDE.md for:

  • Complete API reference for all scripts
  • Food database structure
  • Database schema details
  • Extension guidelines

Changelog

See CHANGELOG.md for version history and breaking changes.

Available Scripts

ScriptPurpose
init_db.pyInitialize user database
user_profile.pyManage user profile and goals
body_metrics.pyLog weight and track trends
meal_logger.pyLog meals and view daily summary
diet_recommender.pyGet meal recommendations
food_analyzer.pySearch foods, OCR scan, add custom
pantry_manager.pyManage ingredient inventory
smart_recipe.pyGenerate recipes from pantry
launch_dashboard.pyStart web dashboard
report_generator.pyGenerate weekly/nutrition reports
export_data.pyExport to JSON/CSV
backup_db.pyBackup and restore database
food_ocr.pyOCR engine wrapper
food_matcher.pyMatch OCR results to database
migrate_db.pyDatabase migration tool

Data Storage

Each user has an isolated SQLite database stored at:

~/.openclaw/workspace/skills/nutricoach/data/<username>.db

Backups are stored in:

~/.openclaw/workspace/skills/nutricoach/data/backups/

Common Workflows

Daily Logging Workflow

  1. Morning: Log weight with body_metrics.py log-weight
  2. After meals: Log food with meal_logger.py log
  3. Evening: Review daily nutrition summary

Weekly Review Workflow

  1. Generate weekly report with report_generator.py weekly
  2. Check weight trend
  3. Adjust targets if needed with user_profile.py update

Photo Food Recognition Workflow

  1. Save food photo to accessible path
  2. Run: python3 scripts/food_analyzer.py --user <username> scan --image <path>
  3. Review identified foods and confirm/edit quantities
  4. Log confirmed foods with meal_logger.py log

Pantry Management Workflow

  1. Add groceries: pantry_manager.py add --food "鸡胸肉" --quantity 500
  2. Log meals (auto-deducts from pantry)
  3. Check expiring items: pantry_manager.py list --expiring 3
  4. Get recipe ideas: smart_recipe.py --count 3

Web Dashboard Workflow

  1. Launch: launch_dashboard.py --user <username>
  2. Browse Overview tab for trends
  3. Manage Pantry tab for inventory
  4. Use smart recipe buttons directly from pantry view

Configuration

OCR Engine Setup

OCR 食品包装识别支持多种方式,零配置即可使用

方式一:AI 助手识别(推荐,零配置)

如果你使用 AI 助手(如 OpenClaw),直接发送食品包装图片:

[发送图片]
"录入这个食材,生产日期 2025-01-15"

助手会直接识别图片并录入,无需任何配置

方式二:本地识别(命令行,免费)

使用 macOS 内置 Vision 框架,无需配置:

python3 scripts/food_analyzer.py --user <name> scan --image food.jpg --engine macos

方式三:云端识别(命令行,可选)

如需更高识别精度,配置云端 Vision API:

步骤 1:创建配置文件

cp data/user_config.example.yaml data/user_config.yaml

步骤 2:填入 API key

vision:
  api_key: "your-api-key"
  base_url: "https://api.moonshot.cn/v1"  # 或其他兼容 OpenAI 的 API
  model: "kimi-k2.5"

步骤 3:使用

python3 scripts/food_analyzer.py --user <name> scan --image food.jpg

支持的 API 提供商:

  • Moonshot (Kimi)
  • OpenAI
  • 阿里 DashScope
  • 其他兼容 OpenAI 接口的服务

说明:

  • user_config.yaml 已被加入 .gitignore,不会意外提交
  • 云端 OCR 仅在命令行模式下需要配置
  • AI 助手模式始终优先使用助手内置的视觉能力

Food Database

Built-in database includes 569 Chinese foods across categories:

  • Proteins: 鸡胸肉, 牛肉, 鸡蛋, 豆腐, etc.
  • Vegetables: 西兰花, 菠菜, 西红柿, etc.
  • Carbs: 米饭, 燕麦, 红薯, etc.
  • Fruits: 苹果, 香蕉, 橙子, etc.
  • Dairy: 牛奶, 酸奶, 奶酪, etc.

Add custom foods via OCR scan or manual entry.


*Last updated: 2026-03-28 (v2.0: Added pantry management, smart recipes, OCR, web dashboard)*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

93.51%
按下载量换算1,245

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills