diet-logging-claw

Extract food items from natural language and calculate caloric content.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/kk580kk/Investment-analysis-reports --skill diet-logging-claw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: diet-logging-claw
Source: https://github.com/kk580kk/Investment-analysis-reports/tree/main/skills/xiaoyi-health/diet-logging
Command: npx skills add https://github.com/kk580kk/Investment-analysis-reports --skill diet-logging-claw

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires query_and_format_food, log_food_entry, get_nutrition, healthy-shared, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of tracking your diet, allowing you to easily log your meals and stay informed about your calorie intake.

Core Features & Use Cases

  • Diet Logging: Record your meals using natural language and automatically track your calorie intake.
  • Food Recognition: Recognize and categorize food items from your descriptions.
  • Calorie Counting: Automatically calculate the calories for each meal based on the recognized food items.
  • Health Coaching: Provides brief nutritional feedback based on your meal entries.

Quick Start

Log your breakfast by saying "I had a bowl of oatmeal for breakfast."

Frequently Asked Questions about diet-logging-claw

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

FAQPage Schema
How do I log meals and count calories using natural language?

Calorie counting works by extracting food items and quantities from natural language descriptions and matching them against a food database. You simply describe your meal, such as a bowl of oatmeal, to automatically record the entry and calculate its caloric content.

Can I track my diet by just describing what I ate?

Diet tracking is possible by simply describing what you ate in natural language. The Skill recognizes and categorizes food items from your text descriptions, automatically logging the meal and calculating the associated nutritional information.

Does this calorie counting tool require a specific food database to function?

Yes, the calorie counting mechanism requires the 'query_and_format_food', 'log_food_entry', and 'get_nutrition' tools, alongside the 'healthy-shared' skill. These dependencies provide the food database matching and nutritional information retrieval needed for accurate calculations.

What is the best way to get nutritional feedback after logging food?

Nutritional feedback is generated automatically after you log your meals. The health coaching feature provides brief nutritional insights based on your recognized food items and their calculated caloric content directly from your recorded entries.

How does food recognition work when I log my meals?

Food recognition works by parsing your natural language meal descriptions to identify specific food items and quantities. It then matches these extracted elements against a food database to categorize the meal and retrieve the relevant nutritional data.

Related Skills