Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
A command-line unit converter covering length, weight, temperature, area, volume, speed, time, and digital storage. Accepts common unit aliases and supports both metric and imperial systems. Data conversions use binary (1024-based) units.
Covers eight unit categories in a single script without needing an internet connection or opening a browser.
When to use it
- Converting a recipe from cups to milliliters
- Checking a file size in gigabytes vs megabytes
- Converting a foreign height measurement from cm to feet
- Comparing speed limits between km/h and mph while traveling
- Calculating how many hours are in a week for a time estimate
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: how many miles is 100 kilometers?
- 1Run python3 scripts/unit-convert.py 100 km mi
- 2Parse the output for the converted value
- 3Return the result to the user
100 km = 62.14 mi