← ClaudeAtlas

unit-converterlisted

Convert values between units of length, weight, and temperature (miles/km, lb/kg, F/C). Use for any "convert X to Y" request.
syedahmad0786/skills-runtime · ★ 0 · AI & Automation · score 68
Install: claude install-skill syedahmad0786/skills-runtime
# 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.