Unit Converter Skill
Always use the bundled script for arithmetic — never compute conversions yourself (models drift on decimals; the script does not).
Steps
- Identify the value, the source unit, and the target unit from the task.
- Call
convert.py <value> <from_unit> <to_unit>(units: mi, km, lb, kg, f, c). - Present the result in ONE sentence, exactly:
<value> <from> = <result> <to>— round to 2 decimals.
If the units are unsupported, say which units are supported instead of guessing.