health-meal-logging

Log meals and track daily calories and protein against targets.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Cimminelli1982/crm-frontend --skill health-meal-logging
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-meal-logging
Source: https://github.com/Cimminelli1982/crm-frontend/tree/main/docs/openclaw-skills/health-meal-logging
Command: npx skills add https://github.com/Cimminelli1982/crm-frontend --skill health-meal-logging

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Registrare pasti e tracciare l'apporto calorico e proteico nel tempo, automatizzando stime e salvataggi per una gestione nutrizionale accurata.

Core Features & Use Cases

  • Meal logging: registra i pasti e stimane kcal e proteine per ingrediente.
  • Daily totals tracking: mantiene un resoconto giornaliero di calorie e proteine rispetto agli obiettivi.
  • Database persistence: salva pasti, ingredienti e dettagli nutrizionali in tabelle dedicate (meals, meal_ingredients, ingredients) per analisi storica.
  • Use Case: se segui la calorica cycling, l'app può guidarti nel mantenere i targets giornalieri e segnalare scostamenti.

Quick Start

Describe a meal to be logged and have the system estimate calories, protein, and update your daily totals.

Frequently Asked Questions about health-meal-logging

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I log meals and track daily nutrition totals automatically?

To log meals and track daily nutrition totals, describe a meal to the system and it will estimate calories and protein per ingredient, record the entry, and update your daily totals against your configured target plan.

What is calorie cycling and how does meal logging support it?

Calorie cycling is a dietary approach that varies daily calorie intake against specific targets. Meal logging supports this by maintaining a persistent daily resoconto of calories and protein, automatically flagging scostamenti from your configured target plan.

How do I estimate calories and protein for each ingredient in a meal?

To estimate calories and protein for each ingredient, describe the meal you want to log. The system validates the ingredients and automatically calculates the nutritional estimates before adding them to your daily tracking totals.

Can I use a relational database schema for persistent meal logging and historical nutrition analysis?

Yes, the system uses a relational database schema with dedicated tables for meals, meal_ingredients, and ingredients, ensuring persistent storage for accurate historical nutrition analysis and daily total calculations.

Does meal logging require any external dependencies or components to track nutrition?

No external dependencies or components are required. The system operates independently to handle meal logging, ingredient validation, and daily total calculations for your personal nutrition workflow.

What are the limitations of automated protein estimation and calorie tracking?

Automated protein estimation and calorie tracking rely on ingredient descriptions and a deterministic logging workflow. The system calculates daily totals against a configurable target plan but depends on accurate ingredient input for reliable nutritional data.