← All skills

Unit Converter

Free

Models round conversions and mix up dimensions; this converts exactly against a real unit registry.

Developer Tools

Converts values between units of measurement and lists available units by category. Covers length, weight, volume, temperature, speed, data size, and more. Runs locally with no charge.

Use when

You need an exact unit conversion the model should not approximate.

Not for

Currency conversion (use currency) or plain arithmetic (use calc).

What you can do

  • Convert a value from one unit to a compatible unit.
  • List common units, optionally filtered by a search term.

What you get back

information

Run it

Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.

curl -X POST "https://skill.askfaro.com/skills/units/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"prompt":"How many miles is 10 kilometers?"}}'

Example requests

  • How many miles is 10 kilometers?
  • Convert 72 degrees Fahrenheit to Celsius
  • How many gigabytes in 2 terabytes?