Convert length, weight, temperature, and data-size units.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add loomax-labs/InferrLM --skill unit-convert --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Unit Convert?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/loomax-labs-unit-convert)More formats (shields.io, HTML) on the badges page.
---
name: Unit Convert
description: Convert length, weight, temperature, and data-size units.
type: js
---
Use this skill when the user asks to convert between physical or digital storage units.
Call `run_js` with a JSON string in `data` containing:
- `value`: number to convert
- `from`: source unit (e.g. `m`, `ft`, `kg`, `lb`, `c`, `f`, `k`, `mb`, `gb`)
- `to`: target unit
- `category`: optional hint — `length`, `weight`, `temp`, or `data`
Return the numeric result and a short plain-language summary.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!