Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Currency exchange rate conversion using exchangerate-api.com. Use when: (1) converting between currencies, (2) checking current exchange rates, (3) viewing c...
Currency exchange rate conversion using exchangerate-api.com. Use when: (1) converting between currencies, (2) checking current exchange rates, (3) viewing c...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Convert currencies and view exchange rates using free API from exchangerate-api.com. No API key required.
Convert between any currencies Check current exchange rates View rate tables for multiple currencies Calculate cross-currency conversions
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 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
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
List all supported currency codes (150+ currencies). python3 scripts/exchange-rate.py list
CodeCurrencyCodeCurrencyUSDUS DollarCNYChinese YuanEUREuroJPYJapanese YenGBPBritish PoundKRWSouth Korean WonAUDAustralian DollarHKDHong Kong DollarCADCanadian DollarTWDNew Taiwan DollarCHFSwiss FrancSGDSingapore DollarINRIndian RupeeRUBRussian RubleBRLBrazilian RealMXNMexican Peso
Rates are updated daily (typically around 00:00 UTC) API is free and requires no authentication Results include the date of the rate data Supports 150+ world currencies
This skill uses the free tier of exchangerate-api.com, which provides: Daily updated rates 150+ supported currencies No API key required Rate limits apply (be reasonable with usage)
๐ฑ ๆฑ็่ฝฌๆข $100.0000 = ยฅ692.0000 ๆฑ็: 1 USD = 6.920000 CNY ๆฅๆ: 2026-02-24
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.