fitness-nutrition

Plan workouts and track nutrition using wger, USDA, and offline calculators.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill fitness-nutrition-chris-chai-minjae
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fitness-nutrition
Source: https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge/tree/main/optional-skills/health/fitness-nutrition
Command: npx skills add https://github.com/Chris-Chai-Minjae/hermes-agent-r1-bridge --skill fitness-nutrition-chris-chai-minjae

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Gym-goers often need a single, reliable tool to plan workouts and track nutrition using free data sources and offline calculators, avoiding scattered spreadsheets and manual lookups.

Core Features & Use Cases

  • Exercise planning and lookup by muscle group, category, or equipment from wger.
  • Nutrition lookup and macro/calorie estimation from USDA FoodData Central with offline BMI/TDEE/macros/body-fat calculators.
  • Offline calculation suite (BMI, TDEE, 1RM, macros, body fat) with no pip installs and pure Python.

Quick Start

Plan a week of workouts and generate a nutrition macro plan using the included calculators.

Frequently Asked Questions about fitness-nutrition

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

FAQPage Schema
How do I calculate BMI, TDEE, and macro splits without installing external packages?

You can calculate BMI, TDEE, one-rep max, macro splits, and body fat using built-in Python stdlib offline calculators. This fitness nutrition Skill requires no external pip installs to compute body composition and dietary metrics.

How do I look up exercises by muscle group or available equipment?

You can look up exercises by muscle group, category, and equipment using the wger data source. This allows you to plan workouts by filtering exercise selection based on your targeted muscles or gym equipment.

Can I track nutrition and estimate calories using USDA food data?

You can track nutrition and estimate calories by looking up foods through the USDA FoodData Central source. It provides macro and calorie estimation to support your diet planning and nutritional tracking.

What is the best way to plan a week of workouts and generate a nutrition plan together?

The best way to plan a week of workouts and generate a nutrition plan is using a combined tool that queries wger for exercise selection and USDA data for macro calculation. This avoids scattered spreadsheets and manual lookups.

Does this workout and nutrition planner require any external dependencies or APIs?

No, this workout and nutrition planner requires zero external dependencies. It uses pure Python stdlib for offline calculations and references free data sources like wger and USDA without needing pip installs.