unit-convert
name: unit-convert
by cutthemustard · published 2026-03-22
$ claw add gh:cutthemustard/cutthemustard-convert-units---
name: unit-convert
description: Convert currencies, physical units, and encodings between formats.
version: 1.0.0
metadata:
openclaw:
emoji: "🔄"
homepage: https://convert.agentutil.net
always: false
---
# unit-convert
Convert currencies (live rates), physical units (80+ units across 8 categories), and encodings (base64, hex, URL) in one service.
Endpoints
Currency Conversion
curl -X POST https://convert.agentutil.net/v1/currency \
-H "Content-Type: application/json" \
-d '{"value": 100, "from": "USD", "to": "NZD"}'Unit Conversion
curl -X POST https://convert.agentutil.net/v1/units \
-H "Content-Type: application/json" \
-d '{"value": 1, "from": "mi", "to": "km"}'Supported categories: length, weight, volume, area, speed, data, time, temperature.
Encoding Conversion
curl -X POST https://convert.agentutil.net/v1/encoding \
-H "Content-Type: application/json" \
-d '{"input": "hello", "from": "utf8", "to": "base64"}'Formats: utf8, base64, hex, url.
Response Format
{
"result": 1.609344,
"from": "mi",
"to": "km",
"value": 1,
"formula": "1 mi = 1.609344 km",
"request_id": "abc-123",
"service": "https://convert.agentutil.net"
}Pricing
Privacy
No authentication required for free tier. No personal data collected. Rate limiting uses IP hashing only.
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...