Models round conversions and mix up dimensions; this converts exactly against a real unit registry.
Convert between physical units: length, mass, temperature, area, volume, speed, data size, energy, pressure, power, and angle. Resolves units against a real dimensional registry, so conversions are exact and incompatible dimensions are rejected. Computed locally.
The numeric value to convert.
Target unit name (e.g. kilometer, pound, degree_Fahrenheit).
Source unit name (e.g. mile, kilogram, degree_Celsius, kilometer/hour).
curl -X POST "https://skill.askfaro.com/skills/units/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "Convert 100 miles to kilometers"
}
}'askfaro describe units/units.convert
Install pip install askfaro-cli, then askfaro auth login.
Optional case-insensitive substring to filter dimensions or unit names (e.g. mass, byte).
curl -X POST "https://skill.askfaro.com/skills/units/run" \
-H "Authorization: Bearer faro_<your_key>" \
-H "Content-Type: application/json" \
-d '{
"intent": {
"prompt": "What units can I convert?"
}
}'askfaro describe units/units.list_units
Install pip install askfaro-cli, then askfaro auth login.