fitness-nutrition

Computes workout and nutrition guidance using wger, USDA FoodData Central, and Python calculators.

Updated May 5, 2026
One-click install
npx skills add https://github.com/Z43L/zeus-agent --skill fitness-nutrition-z43l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fitness-nutrition
Source: https://github.com/Z43L/zeus-agent/tree/main/optional-skills/health/fitness-nutrition
Command: npx skills add https://github.com/Z43L/zeus-agent --skill fitness-nutrition-z43l

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It helps users plan effective gym workouts and make smarter nutrition decisions by combining exercise discovery, nutrition lookup, and accurate offline body calculators.

Core Features & Use Cases

  • Exercise planning & selection: Search and filter 690+ exercises by muscle, equipment, or category using the wger database, then present detailed exercise info.
  • Nutrition facts & macros: Look up calories and macros (per 100g) for foods from USDA FoodData Central, using a free DEMO_KEY by default or a higher-rate USDA_API_KEY when provided.
  • Offline body & training calculators: Compute BMI, TDEE, estimated one-rep max, macro splits for goals, and body fat estimates using pure Python (stdlib only).

Quick Start

Ask the assistant to build a cut plan and include your TDEE-based daily calories and macro split, for example: "Calculate my TDEE and macro targets for a fat-loss cut given 70 kg, 175 cm, age 30, male, activity level 3."

Frequently Asked Questions about fitness-nutrition

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

FAQPage Schema
How do I calculate my TDEE and macro split for a fat-loss cut?

To calculate your TDEE and macro split for a cut, provide your weight, height, age, gender, and activity level. The tool uses offline Python calculators to compute total daily energy expenditure and target macronutrient ratios for your goals.

Can I look up food nutrition facts and macros from the USDA database?

You can look up food calories and macros per 100g using the USDA FoodData Central database. It works with a free DEMO_KEY by default, or a higher-rate USDA_API_KEY if you provide one for nutrition tracking.

How do I find gym exercises filtered by muscle group or equipment?

You can find gym exercises filtered by muscle group, equipment, or category by searching the wger database. It retrieves detailed exercise information from over 690 exercises for workout planning.

Can I estimate my one-rep max and body fat percentage offline?

You can estimate your one-rep max and body fat percentage offline using pure Python stdlib calculators. It also computes BMI and body composition metrics deterministically without external network calls.

Do I need an API key to use the USDA food lookup features?

You do not need to provide an API key to use the USDA food lookup. It defaults to a free DEMO_KEY for lower rate limits, but you can supply a USDA_API_KEY for higher request volumes.

What body metrics and health calculations can I compute for workout planning?

For workout planning, you can compute BMI, TDEE, one-rep max, body fat estimates, and goal-based macro splits. These offline health and training calculations use deterministic Python stdlib libraries.