Install
openclaw skills install currency-exchangeCurrency exchange rate conversion using exchangerate-api.com. Use when: (1) converting between currencies, (2) checking current exchange rates, (3) viewing c...
openclaw skills install currency-exchangeConvert currencies and view exchange rates using free API from exchangerate-api.com. No API key required.
python3 scripts/exchange-rate.py convert 100 USD CNY
# Output: $100.0000 = ¥692.0000
python3 scripts/exchange-rate.py rate USD
# Shows rates for major currencies against USD
python3 scripts/exchange-rate.py list
convert <amount> <from> <to>Convert an amount from one currency to another.
Examples:
# USD to CNY
python3 scripts/exchange-rate.py convert 100 USD CNY
# EUR to USD
python3 scripts/exchange-rate.py convert 50 EUR USD
# JPY to CNY
python3 scripts/exchange-rate.py convert 10000 JPY CNY
rate <base_currency>View exchange rates for major currencies against a base currency.
Examples:
# Rates against USD (default)
python3 scripts/exchange-rate.py rate USD
# Rates against CNY
python3 scripts/exchange-rate.py rate CNY
# Rates against EUR
python3 scripts/exchange-rate.py rate EUR
listList all supported currency codes (150+ currencies).
python3 scripts/exchange-rate.py list
| Code | Currency | Code | Currency |
|---|---|---|---|
| USD | US Dollar | CNY | Chinese Yuan |
| EUR | Euro | JPY | Japanese Yen |
| GBP | British Pound | KRW | South Korean Won |
| AUD | Australian Dollar | HKD | Hong Kong Dollar |
| CAD | Canadian Dollar | TWD | New Taiwan Dollar |
| CHF | Swiss Franc | SGD | Singapore Dollar |
| INR | Indian Rupee | RUB | Russian Ruble |
| BRL | Brazilian Real | MXN | Mexican Peso |
This skill uses the free tier of exchangerate-api.com, which provides:
💱 汇率转换
$100.0000 = ¥692.0000
汇率: 1 USD = 6.920000 CNY
日期: 2026-02-24