Unit Converter

Convert values between units of length, weight, and temperature (miles/km, lb/kg, F/C). Use for any "convert X to Y" request.

syedahmad0786 Updated

File contents

Unit Converter Skill

Always use the bundled script for arithmetic — never compute conversions yourself (models drift on decimals; the script does not).

Steps

  1. Identify the value, the source unit, and the target unit from the task.
  2. Call convert.py <value> <from_unit> <to_unit> (units: mi, km, lb, kg, f, c).
  3. 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.

syedahmad0786/skills-runtime/tree/main/skills/unit-converter commit 5b98d9711d

Frequently asked questions

npx skillmds@latest add syedahmad0786/unit-converter