π¦ ClawHubβ¦ BytesAgain
Unitconv
by @xueyetianya
Convert units for length, weight, temperature, data, and speed. Use when switching measurement systems, sizing storage, or adjusting recipe quantities.
TERMINAL
clawhub install unitconvπ About This Skill
name: UnitConv description: "Convert units for length, weight, temperature, data, and speed. Use when switching measurement systems, sizing storage, or adjusting recipe quantities." version: "3.0.0" author: "BytesAgain" homepage: https://bytesagain.com source: https://github.com/bytesagain/ai-skills tags: ["converter","units","metric","imperial","temperature","length","weight","utility"] categories: ["Utility", "Productivity"]
UnitConv β Unit Converter
Convert between units for length, weight, temperature, speed, data storage, and time. Uses awk for precise math.
Commands
| Command | Description |
|---------|-------------|
| length | Convert length: m, cm, mm, km, in, ft, yd, mi |
| weight | Convert weight: g, mg, kg, lb, oz, ton |
| temp | Convert temperature: C, F, K |
| speed | Convert speed: ms, kmh, mph, knots, fts |
| data | Convert data: B, KB, MB, GB, TB, PB |
| time | Convert time: s, m, h, d, w, mo, y |
Examples
# Length
unitconv length 100 cm in # β 39.3701 in
unitconv length 5 mi km # β 8.04672 kmWeight
unitconv weight 150 lb kg # β 68.0389 kgTemperature
unitconv temp 100 C F # β 212Β°F
unitconv temp 0 K C # β -273.15Β°CSpeed
unitconv speed 60 mph kmh # β 96.5606 kmh
unitconv speed 100 kmh knots # β 53.9957 knotsData storage
unitconv data 1024 MB GB # β 1 GB
unitconv data 2 TB GB # β 2048 GBTime
unitconv time 3600 s h # β 1 h
unitconv time 7 d h # β 168 h
Supported Units
π‘ Examples
# Length
unitconv length 100 cm in # β 39.3701 in
unitconv length 5 mi km # β 8.04672 kmWeight
unitconv weight 150 lb kg # β 68.0389 kgTemperature
unitconv temp 100 C F # β 212Β°F
unitconv temp 0 K C # β -273.15Β°CSpeed
unitconv speed 60 mph kmh # β 96.5606 kmh
unitconv speed 100 kmh knots # β 53.9957 knotsData storage
unitconv data 1024 MB GB # β 1 GB
unitconv data 2 TB GB # β 2048 GBTime
unitconv time 3600 s h # β 1 h
unitconv time 7 d h # β 168 h