π¦ ClawHub
Open Exchange Rate
by @alone86136
Get real-time exchange rates and currency conversion using free public ExchangeRate-API. No API key required. Use when users ask for current exchange rates,...
TERMINAL
clawhub install open-exchange-rateπ About This Skill
name: open-exchange-rate description: Get real-time exchange rates and currency conversion using free public ExchangeRate-API. No API key required. Use when users ask for current exchange rates, currency conversion calculations, or need to check currency prices.
open-exchange-rate
Overview
A simple skill for getting real-time exchange rate information and performing currency conversion using the public ExchangeRate-API. No API key required for requests.
Features
Usage
Get latest rates for base currency
python3 scripts/get_rates.py --base USD
Convert currency
python3 scripts/convert.py --from USD --to EUR --amount 100
List all available currencies
python3 scripts/list_currencies.py
Resources
scripts/
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π‘ Examples
Get latest rates for base currency
python3 scripts/get_rates.py --base USD
Convert currency
python3 scripts/convert.py --from USD --to EUR --amount 100
List all available currencies
python3 scripts/list_currencies.py