LaunchKit · 2026
Back to Skills

unit-convert

Comprehensive unit converter for length, weight, temperature, area, volume, speed, time, and data.

0
290 downloads
by @ouyangabel

Setup & Installation

openclaw skills install @ouyangabel/unit-convert

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install unit-convert

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.

INPUT

User asks: how many miles is 100 kilometers?

AGENT
  1. 1Run python3 scripts/unit-convert.py 100 km mi
  2. 2Parse the output for the converted value
  3. 3Return the result to the user
OUTPUT

100 km = 62.14 mi