Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Converts between 150+ currencies using real-time exchange rates from exchangerate-api.com. Supports single conversions, base-currency rate tables, and listing all available currency codes. Rates update daily around 00:00 UTC.
No API key or account is required, unlike most exchange rate services that gate real-time data behind registration or paid tiers.
When to use it
- Converting USD to CNY before an overseas purchase
- Checking EUR rates before a trip to Europe
- Comparing JPY and KRW against USD in one table
- Calculating invoice amounts in a foreign currency
- Looking up the currency code for a less-common country
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: How much is 250 EUR in Japanese Yen?
- 1Identify source currency (EUR) and target currency (JPY)
- 2Run convert command: python3 scripts/exchange-rate.py convert 250 EUR JPY
- 3Parse the output for the converted amount and rate
- 4Return the result with the rate date
250 EUR = 39,500 JPY at a rate of 1 EUR = 158.00 JPY (as of 2026-03-15)