A comprehensive conversion utility for real-time currency exchange, physical unit transformations, and data encoding.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install convert-units
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 convert-units using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
unit-convert is a versatile utility designed to streamline data transformation for AI agents and developers. As a core component within the Openclaw Skills library, it offers a unified API to handle three distinct types of conversions: live currency exchange rates, over 80 physical units across eight categories, and common data encodings like Base64 and Hex.
By leveraging this skill, developers can ensure their agents provide mathematically accurate results without needing to hardcode complex formulas or maintain external database connections for fluctuating market rates. It simplifies the process of making agents globally aware and technically proficient in handling varied data formats.
Integrating unit-convert into your Openclaw Skills workflow is straightforward. No authentication is required for the free tier, allowing for immediate testing via CLI.
# Convert miles to kilometers
curl -X POST https://convert.agentutil.net/v1/units \
-H "Content-Type: application/json" \
-d '{"value": 1, "from": "mi", "to": "km"}'
The skill provides a consistent response schema across all conversion types to ensure reliable parsing by AI agents.
| Attribute | Description |
|---|---|
| result | The numerical or string result of the conversion |
| from | The source unit or encoding type |
| to | The destination unit or encoding type |
| formula | A human-readable string explaining the conversion logic |
| request_id | A unique identifier for the transaction |
| service | The source URL of the utility |
Loading
An open-source, single-binary cybersecurity platform offering 16 specialized modules to protect Linux servers and AI agent hosts.

A standardized, multi-agent development workflow that orchestrates specialized AI agents to handle research, coding, security, and testing tasks.

A comprehensive workflow for product auditing, market research, and high-intent community outreach on platforms like Reddit and X.

A versatile tool for creating hosted, mobile-friendly payment pages to accept NEAR, USDC, and USDT via PingPay or HOT PAY integrations.

A real-time fact-checking skill that validates claims against live data sources with structured verdicts and confidence scores.

A comprehensive validation tool for AI agents to verify URL, JSON schema, email, and phone number formatting.








































