fitness-nutrition

Search exercise databases and compute fitness and nutrition metrics offline.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/big4council-prog/b4c-agent --skill fitness-nutrition-big4council-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fitness-nutrition
Source: https://github.com/big4council-prog/b4c-agent/tree/main/optional-skills/health/fitness-nutrition
Command: npx skills add https://github.com/big4council-prog/b4c-agent --skill fitness-nutrition-big4council-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the time-consuming guesswork of building effective workout plans and dialing in nutrition targets by providing fast exercise discovery, food nutrition lookup, and offline body-composition calculators.

Core Features & Use Cases

  • Exercise lookup via wger: Search 690+ approved exercises by muscle group, category, equipment, or name and retrieve details suitable for building routines.
  • Nutrition lookup via USDA FoodData Central: Find calories and macros (per 100g) for thousands of foods using an optional USDA API key (or a demo key).
  • Offline performance calculators: Compute BMI, TDEE, one-rep max estimates, macro splits for cut/maintain/bulk, and body fat % from circumferences.

Example: You want to cut weight while keeping strength—search leg/glute exercises by equipment, look up the macros of your usual meals, and generate a personalized calorie target plus protein/fat/carb targets.

Quick Start

Tell the assistant: "Find leg exercises for dumbbells and estimate my TDEE and daily macro targets if I’m 75kg, 175cm, 30 years old, male, and moderately active."

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 daily macro split for a bulk or cut?

TDEE and macro split calculations are computed offline using pure-stdlib Python formulas. You provide your weight, height, age, gender, and activity level to generate personalized calorie targets alongside protein, fat, and carb splits for cutting, maintaining, or bulking.

Can I look up food macros and calories without a dedicated API key?

Food nutrition lookup retrieves calories and macros per 100g from the USDA FoodData Central database. It requires an optional USDA API key but automatically falls back to the DEMO_KEY if you do not provide one, ensuring access to thousands of food entries without registration.

How do I find exercises by muscle group and available gym equipment?

Exercise discovery searches over 690 approved exercises via wger English endpoints. You can query by muscle group, category, equipment, or name to retrieve exercise details suitable for building customized gym routines and workout plans.

Does this approach require any external dependencies or installed packages?

No external package installations are required. The body composition, BMI, one-rep max, and TDEE calculators use pure-stdlib Python for deterministic results, while exercise and nutrition lookups rely on accessible web APIs with a demo key fallback.

What is the best way to estimate body fat percentage from home measurements?

Body fat percentage is estimated offline using body circumference measurements. The pure-stdlib Python calculators process your circumference inputs to deliver deterministic body composition results without requiring specialized clinical equipment or dual-energy X-ray absorptiometry scans.

Can I estimate my one-rep max without actually testing a maximum lift?

One-rep max is estimated using offline performance calculators that take your current lifting weight and repetitions as input. These pure-stdlib Python formulas compute a deterministic maximum strength estimate without requiring a physically demanding maximum lift attempt.