A versatile CLI-based utility for converting between metric, imperial, and digital measurement systems.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install unit-convert
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install unit-convert using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Unit Converter is a robust utility designed for Openclaw Skills that streamlines measurement transformations across multiple domains. It handles complex conversions including length, weight, temperature, area, volume, speed, time, and digital data storage. Whether you are translating scientific measurements or calculating server storage requirements, this tool provides precise results using standard formulas and binary-based data logic where appropriate.
This skill is particularly valuable for developers and researchers who need to switch between measurement systems without leaving their terminal. By integrating this into Openclaw Skills, users can automate unit equivalencies and ensure technical accuracy in their documentation or code calculations.
To use this within the Openclaw Skills ecosystem, ensure you have Python 3 installed. Run the script directly from your terminal:
# Basic conversion example
python3 scripts/unit-convert.py 100 cm m
# List all units for a specific category
python3 scripts/unit-convert.py list length
# View all supported categories
python3 scripts/unit-convert.py categories
The skill processes data using a categorized mapping system. It supports the following taxonomy:
| Category | Supported Units |
|---|---|
| Length | mm, cm, m, km, in, ft, yd, mi |
| Weight | mg, g, kg, t, oz, lb, stone |
| Temperature | C, F, K (Case Sensitive) |
| Area | m2, ft2, acre, mi2 |
| Volume | ml, l, gal, cup, pt, qt |
| Speed | m/s, km/h, mph, knot |
| Data | B, KB, MB, GB, TB, PB (Binary 1024-based) |
| Time | ms, s, min, h, day, week, year |
Loading
A local Python-based utility to generate QR codes for URLs, WiFi credentials, and contact cards without external API dependencies.

A local, cryptographically secure utility for generating strong passwords, memorable passphrases, and performing detailed security strength analysis.

A comprehensive automation suite for controlling Linux desktop environments via command-line scripts and simulated user inputs.

A powerful tool for instant currency conversion and exchange rate lookups supporting over 150 global currencies without needing an API key.

A specialized tool for fetching real-time Finnish electricity prices and identifying the cheapest windows for EV charging.

A specialized tool for controlling Tesla vehicle climate, charging limits, and schedules through the MyTeslaMate API.








































