fitness-nutrition

Plan workouts and track nutrition using wger and USDA APIs.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Harries/hermes-agent --skill fitness-nutrition-harries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fitness-nutrition
Source: https://github.com/Harries/hermes-agent/tree/main/optional-skills/health/fitness-nutrition
Command: npx skills add https://github.com/Harries/hermes-agent --skill fitness-nutrition-harries

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Gym-goers often juggle separate tools for workouts, nutrition tracking, and body composition calculations. This skill unifies planning and tracking with offline calculators and free APIs.

Core Features & Use Cases

  • Exercise lookup via wger API (no authentication required for public endpoints) to build workouts by muscle, category, or equipment.
  • Nutrition data lookups via USDA FoodData Central (search results with calories, protein, fat, carbs, per 100g) and offline macros/BMI/TDEE/1RM calculators.
  • Use Case: Create a weekly plan that lists workouts, meals, and macro targets for a specific goal, then export a summary for sharing with a coach.

Quick Start

Plan a week of workouts and meals to reach your fitness goals.

Frequently Asked Questions about fitness-nutrition

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

FAQPage Schema
How do I calculate TDEE and macros for a workout plan?

To calculate TDEE and macros for a workout plan, use offline Python scripts that compute Total Daily Energy Expenditure and body fat, then derive daily nutritional targets. These calculators require only the standard library to function.

Do I need an API key to look up USDA nutrition data?

You do not need an API key to look up USDA nutrition data, as the system uses a DEMO_KEY fallback for FoodData Central queries. Providing your own USDA_API_KEY is optional and helps avoid rate limits.

Can I build a gym workout routine by muscle group without authentication?

You can build a gym workout routine by muscle group, category, or equipment without authentication. The Skill queries public endpoints of the wger API to retrieve and plan exercises.

What is the best way to create a weekly fitness and meal plan with macro targets?

The best way to create a weekly fitness and meal plan with macro targets is to combine wger exercise lookups with USDA nutrition data. This generates a unified summary of workouts, meals, and goals for sharing.

Does the BMI and 1RM calculator work offline?

The BMI and 1RM calculators work offline using local Python scripts. They compute Body Mass Index and One Rep Max without external API calls, requiring only the Python standard library.