fitness-nutrition

Coordinate exercise lookup from wger and nutrition data from USDA FoodData Central.

3|1|Updated May 19, 2026
One-click install
npx skills add https://github.com/Quill-Agent/Quill-Agent --skill fitness-nutrition-quill-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fitness-nutrition
Source: https://github.com/Quill-Agent/Quill-Agent/tree/main/optional-skills/health/fitness-nutrition
Command: npx skills add https://github.com/Quill-Agent/Quill-Agent --skill fitness-nutrition-quill-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, python-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies gym workout planning and nutrition tracking, offering a comprehensive solution for fitness enthusiasts.

Core Features & Use Cases

  • Gym Workout Planner: Search for exercises, create routines, and track workouts.
  • Nutrition Tracker: Lookup food macros, track calorie intake, and analyze nutrition.
  • Use Case: Whether you are looking to build muscle, lose weight, or simply maintain your fitness, this Skill provides the tools you need to stay on track.

Quick Start

Use the fitness-nutrition skill to find exercises for building arm strength.

Frequently Asked Questions about fitness-nutrition

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

FAQPage Schema
How do I track gym workout routines and nutrition data automatically?

Automated workout and nutrition tracking coordinates exercise lookup from wger and nutrition data retrieval from USDA FoodData Central. It searches for exercises, creates routines, looks up food macros, and analyzes calorie intake for fitness enthusiasts.

Do I need API keys to access USDA FoodData Central and wger exercise data?

Yes, accessing USDA FoodData Central for nutrition data and wger for exercise lookup requires specific API keys. You must configure these keys in your Python environment using python-dotenv before running the tracking scripts.

How do I find exercises for building arm strength using a workout planner?

Finding exercises for building arm strength involves querying the wger exercise lookup database. The fitness planner searches the wger API to return relevant exercises, allowing you to select movements and create customized gym routines.

Can I use this nutrition tracker with a Python environment on my local machine?

Yes, you can run this nutrition tracker locally since it requires a Python environment. It utilizes Python scripts and the requests library to interact with external APIs, fetching and automating your fitness and nutrition data tracking seamlessly.

What is the best way to look up food macros and analyze calorie intake?

The best way to look up food macros and analyze calorie intake is by querying the USDA FoodData Central database. The nutrition tracker retrieves detailed macro data and automates intake analysis to help you build muscle or lose weight.

Are there limitations to automating fitness tracking with Python scripts?

Limitations of automating fitness tracking with Python scripts include a strict dependency on external API availability and rate limits for wger and USDA FoodData Central. Users must also maintain a configured Python environment with active API keys for data access.

Related Skills