LaunchKit · 2026
Back to Skills

currency-exchange

Currency exchange rate conversion using exchangerate-api.com.

0
327 downloads
by @ouyangabel

Setup & Installation

openclaw skills install @ouyangabel/currency-exchange

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install currency-exchange

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.

INPUT

User asks: How much is 250 EUR in Japanese Yen?

AGENT
  1. 1Identify source currency (EUR) and target currency (JPY)
  2. 2Run convert command: python3 scripts/exchange-rate.py convert 250 EUR JPY
  3. 3Parse the output for the converted amount and rate
  4. 4Return the result with the rate date
OUTPUT

250 EUR = 39,500 JPY at a rate of 1 EUR = 158.00 JPY (as of 2026-03-15)