Back to Directory
general

Diet Tracker

Tracks daily diet and calculates nutrition information to help achieve weight loss goals. Use when the user provides information about their meals and wants to track calorie and macronutrient intake. Also used to remind the user to log meals. This skill reads user's height, weight, age, gender and activity levels from USER.md to predict TDEE. Then based on daily calorie surplus or deficit, extrapolate weight changes.

Installation

Run this in your terminal or add to your configuration:

# Clone into your skills directory git clone ...

About this Skill

Diet Tracker skill initial release: - Track daily meals with automatic calorie and macronutrient calculations. - Pull nutrition information from the web or a built-in food database. - Uses personalized data (height, weight, age, gender, activity level) to estimate TDEE and daily calorie goals. - Updates daily summaries in memory, including calorie remaining and predicted weight changes. - Supports meal logging, progress monitoring, and reminders to log meals.
Diet Tracker - OpenClaw Skill