Install
openclaw skills install cn-bmi-calculatorCalculate Body Mass Index (BMI) with health category assessment. Supports metric and imperial units. Pure Python standard library, no API key required.
openclaw skills install cn-bmi-calculatorCalculate your Body Mass Index (BMI) and get health category assessment.
python3 scripts/bmi_calculator.py --height 175 --weight 70
python3 scripts/bmi_calculator.py --height 5ft9in --weight 154lbs
Returns BMI value, health category, and healthy weight range.