What problem does it solve? Planning workouts and tracking nutrition requires jumping between exercise databases, food lookup tools, and fitness calculators. This Skill consolidates exercise search, food macro lookups, and body metric calculations into one workflow using free public APIs and offline Python scripts. ## Core Features & Use Cases - Exercise Database Access: Search 690+ exercises from wger by name, muscle group, category, or equipment, with full details including instructions and images. - Nutrition Lookup: Query the USDA FoodData Central database of 380,000+ foods for calories, protein, fat, and carbs per 100g, using DEMO_KEY or a free API key. - Offline Calculators: Compute BMI, TDEE (Mifflin-St Jeor), one-rep max (Epley/Brzycki/Lombardi), macro splits for cutting or bulking, and body fat percentage (US Navy method) with pure stdlib Python. - Use Case: A user asks for a chest workout with dumbbells and a 500-kcal deficit meal plan. The Skill filters wger for chest exercises with dumbbell equipment, calculates their TDEE and macro targets, and looks up food macros to build the plan. ## Quick Start Ask the fitness skill to calculate your TDEE and macro split for fat loss, then suggest exercises for a specific muscle group.