Install
openclaw skills install open-exchange-rateGet real-time exchange rates and currency conversion using free public ExchangeRate-API. No API key required. Use when users ask for current exchange rates,...
openclaw skills install open-exchange-rateA simple skill for getting real-time exchange rate information and performing currency conversion using the public ExchangeRate-API. No API key required for requests.
python3 scripts/get_rates.py --base USD
python3 scripts/convert.py --from USD --to EUR --amount 100
python3 scripts/list_currencies.py
get_rates.py - Get latest exchange rates with optional base currencyconvert.py - Convert amount between two currencieslist_currencies.py - List all available currency codes and names