diet-trackerTracks daily diet and calculates nutrition information to help achieve weight loss goals. Use when user provides meal information, asks about calorie intake,...
Install via ClawdBot CLI:
clawdbot install YonghaoZhao722/diet-trackerThis skill helps track daily diet and achieve weight loss goals with automated meal reminders.
User might say:
Or automatically triggered by cron job for meal reminders.
This skill works with automated cron jobs:
Cron job system event: 饮食记录检查:午餐 or 饮食记录检查:晚餐
The skill reads from USER.md:
Activity levels:
scripts/get_food_nutrition.pyreferences/food_database.json if neededscripts/update_memory.pymemory/YYYY-MM-DD.mdFood Name - XX kcal (P: XXg, C: XXg, F: XXg)scripts/get_food_nutrition.py: Fetches nutrition info + calculates TDEEscripts/update_memory.py: Updates daily memory file with meal datareferences/food_database.json: Fallback database of common foodsIssue: "Cannot read USER.md" or missing user data
Issue: Nutrition lookup fails for uncommon foods
Issue: Multiple food items in one meal
REQUIRED FORMAT — Must include calories + macronutrients:
## Diet Log
**Breakfast**: [food] - [X] kcal (P: [X]g, C: [X]g, F: [X]g)
**Lunch**: [food] - [X] kcal (P: [X]g, C: [X]g, F: [X]g)
**Dinner**: [food] - [X] kcal (P: [X]g, C: [X]g, F: [X]g)
**Daily Total**: [X] / [target] kcal
- Protein: [X] / [target]g (remaining: [X]g)
- Carbs: [X] / [target]g (remaining: [X]g)
- Fat: [X] / [target]g (remaining: [X]g)
**Predicted weight change**: [-/+ X] kg
⚠️ Strictly prohibited to record only calories while omitting macronutrient grams!
Generated Mar 1, 2026
Integrate the Diet Tracker into a health coaching app where coaches assign calorie targets and monitor client logs. Coaches can review daily entries to provide personalized feedback on nutrition and adherence, enhancing accountability and outcomes.
Deploy this skill in corporate wellness platforms to help employees track meals and calorie intake as part of weight management initiatives. Automated reminders encourage consistent logging, supporting company health goals and reducing absenteeism.
Combine the Diet Tracker with fitness apps to offer a holistic health solution. Users log meals alongside workout data, enabling the app to calculate net calorie balance and adjust recommendations for weight loss or muscle gain.
Use the skill in telemedicine platforms where doctors or dietitians set patient-specific calorie and macronutrient targets. Patients log meals remotely, allowing providers to track progress and adjust treatment plans during virtual consultations.
Embed the Diet Tracker into smart kitchen devices or apps that suggest recipes based on remaining calorie budgets. Users log meals directly after cooking, with the system updating daily totals and predicting weight changes.
Offer basic meal logging and reminders for free, with premium features like advanced nutrition analysis, personalized coaching insights, and integration with health devices. Revenue comes from monthly subscriptions, targeting health-conscious users.
License the Diet Tracker skill to other companies, such as fitness apps or corporate wellness providers, for integration into their platforms. Revenue is generated through licensing fees or per-user charges, leveraging existing customer bases.
Aggregate anonymized user data from meal logs to provide insights to food brands, healthcare researchers, or insurance companies. Revenue comes from selling these analytics reports, focusing on trends in diet and nutrition behaviors.
💬 Integration Tip
Ensure USER.md is properly configured with user profiles before skill activation to avoid errors in calorie and macronutrient calculations.
Plan, focus, and complete work with energy management, time blocking, and context-specific productivity systems.
Build habits with streaks, reminders, and progress visualization
Comprehensive AI-assisted therapeutic support framework with CBT, ACT, DBT, MI, session notes CLI, and crisis protocols.
iOS HealthKit data sync CLI commands and patterns. Use when working with healthsync CLI, fetching Apple Health data (steps, heart rate, sleep, workouts), pairing iOS devices over local network, or understanding the iOS Health Sync project architecture including mTLS certificate pinning, Keychain storage, and audit logging.
Retrieve and summarize health, sleep, activity, readiness, and biometric data from the Oura Ring API via a command-line interface.
Load and analyze Strava activities, stats, and workouts using the Strava API