dexa-scan

Retrieve and summarize Bodyspec DEXA scan data into a structured body composition report.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/agripnt/BTFitness --skill dexa-scan
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: dexa-scan
Source: https://github.com/agripnt/BTFitness/tree/main
Command: npx skills add https://github.com/agripnt/BTFitness --skill dexa-scan

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill requires requests, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This skill helps you retrieve, interpret, and compare Bodyspec DEXA scan data to understand body composition and bone health without manual data crunching.

Core Features & Use Cases

  • Data retrieval: Reads and aggregates persistent DEXA history from data/bodyspec_dexa_history.json to produce a structured report.
  • Trend analysis: Compares current results against prior scans to highlight meaningful changes in fat, lean mass, and visceral fat.
  • Context-aware insights: Provides coaching-oriented interpretation aligned with ongoing health protocols.

Quick Start

Use this skill to generate a DEXA report for your latest scan by asking show my DEXA results or how's my body comp.

Frequently Asked Questions about dexa-scan

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

FAQPage Schema
How do I analyze DEXA scan data for body composition trends?โ–ผ

Analyze DEXA scan data by retrieving records from the persistent bodyspec_dexa_history.json file to generate a structured report comparing body fat, lean mass, and visceral fat across multiple scans. It automatically compares current results against prior records to highlight meaningful trend changes over time.

What does a DEXA body composition report include for bone density and visceral fat?โ–ผ

A DEXA body composition report includes structured summaries of bone density, visceral fat, lean mass, and body fat metrics. It provides context-aware insights by comparing current results against prior scan records to track meaningful changes in overall body composition over time.

How do I compare current Bodyspec DEXA results with previous scans?โ–ผ

Compare Bodyspec DEXA results by reading the persistent history file data/bodyspec_dexa_history.json and applying trend analysis to contrast current scan metrics with prior records. The skill automatically highlights changes in fat, lean mass, and visceral fat across your scan history.

Do I need a specific file format to track body composition changes over time?โ–ผ

Yes, you need the persistent history file data/bodyspec_dexa_history.json to track body composition changes. This JSON file stores your aggregated Bodyspec DEXA scan history, which the skill reads to compare current results with prior records and generate structured trend reports.

Can I use Python to retrieve and interpret Bodyspec DEXA scan data?โ–ผ

Yes, you can use Python with the requests and python-dotenv libraries to retrieve and interpret Bodyspec DEXA scan data. The skill executes Python scripts to read historical scan files, apply trend analysis, and generate context-aware body composition insights.