fitness-nutrition

Automate workout planning and nutrition tracking with wger and USDA FoodData Central APIs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The fitness-nutrition Skill resolves the challenges of planning gym workouts and tracking nutrition by providing access to a vast exercise database, nutrition information, and offline calculators.

Core Features & Use Cases

  • Gym Workout Planner: Access a large library of exercises to create customized workout plans.
  • Nutrition Tracker: Search for 380,000+ foods to track diet and calculate macros and calories.
  • Offline Calculators: Compute metrics like BMI, TDEE, and one-rep max without external dependencies.
  • Use Case: A gym-goer can use this Skill to look up an exercise, check its details, plan a workout, and calculate their BMI, TDEE, and macro requirements for a meal plan.

Quick Start

Use the fitness-nutrition skill to calculate your Body Mass Index (BMI).

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 BMI for nutrition tracking?

You can calculate your TDEE and BMI for nutrition tracking using the skill's offline Python calculators. It computes these fitness metrics locally without requiring external API dependencies, giving you immediate caloric needs and body mass index values.

How do I search a large food database to track macros and calories?

To track macros and calories, the nutrition tracker searches over 380,000 foods via the USDA FoodData Central API. It retrieves detailed dietary information, allowing you to accurately calculate macro requirements and log meals for your diet plan.

Can I use Python to plan gym workouts with an exercise database?

Yes, you can plan gym workouts by integrating with the wger API through Python scripts. This provides access to a vast exercise library, allowing you to look up specific exercise details and build customized workout routines programmatically.

Do I need curl and python3 to use the fitness and nutrition calculators?

You need curl and python3 installed to run the fitness and nutrition calculators. The skill relies on these dependencies to execute its scripts, make API requests to wger and USDA FoodData Central, and perform offline metric calculations.

What is the best way to calculate my one-rep max without external dependencies?

The best way to calculate your one-rep max offline is using the skill's pure Python scripts. It computes your one-rep max locally without external dependencies, providing accurate strength metrics for your gym workout planning.

Related Skills