WHO Growth Charts
Generate WHO child growth charts (height, weight, BMI) with percentile curves. Downloads official WHO reference data on demand. Use when users ask about chil...
Generate WHO child growth charts (height, weight, BMI) with percentile curves. Downloads official WHO reference data on demand. Use when users ask about chil...
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Generate WHO Child Growth Standards charts with percentile curves and child data overlay.
| Height | Weight | BMI |
|---|---|---|
| <img src="examples/anna_height.png" width="250"> | <img src="examples/anna_weight.png" width="250"> | <img src="examples/anna_bmi.png" width="250"> |
Install Python dependencies:
pip install pandas matplotlib scipy openpyxl
python3 ./scripts/growth_chart.py "Child Name" "DD.MM.YYYY" --sex F --type all
Arguments:
name: Child's name (used in chart title)birthdate: Date of birth in DD.MM.YYYY format--sex / -s: F (female) or M (male) — default: F--type / -t: height, weight, bmi, or all — default: all--data / -d: JSON file with measurement data--output / -o: Output directory for chartsCreate a JSON file with height/weight measurements (heights in meters, weights in kg):
{ "heights": [ ["2024-01-15T10:00:00", 1.05] ], "weights": [ ["2024-01-15T10:00:00", 17.5] ] }
python3 ./scripts/growth_chart.py "Emma" "06.07.2016" --sex F --data emma_data.json --type all
Combine with
withings-family skill to fetch weight data automatically:
# Get Withings weight data (assuming withings-family skill is installed) python3 ../withings-family/scripts/withings.py emma body > /tmp/withings.jsonParse and generate charts
(The growth chart script handles Withings JSON format if implemented, otherwise transform it)
By default, charts and cache are written to:
<workspace>/who-growth-charts/<workspace>/who-growth-charts/cache/Where
<workspace> is the folder that contains your skills/ directory (auto-detected from CWD or script location).No automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.