diet-tracker

Installation
SKILL.md

Diet Tracker

This skill helps you track your daily diet and achieve your weight loss goals.

Usage

  1. The skill will read User related info in USER.md to get:

    • Your daily calorie target
    • Your height, weight, age, gender, and activity level to calculate TDEE.
  2. When you provide information about your meals (e.g., "I had a sandwich for lunch"), this skill will:

    • Identify the food items in your meal.
    • Use the get_food_nutrition.py script to fetch nutrition information (calories, protein, carbs, fat) from the web.
    • Add the meal information and nutrition details to the current day's memory file (memory/YYYY-MM-DD.md).
    • Calculate the total calories and macronutrients for the meal.
    • Update the total daily intake and remaining calorie budget.
      • Also predict weight change based on daily calories.
Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 10, 2026
diet-tracker — openclaw/skills