exchange-rate

Currency exchange rate conversion using exchangerate-api.com. Use when: (1) converting between currencies, (2) checking current exchange rates, (3) viewing currency conversion tables, or (4) any forex/currency related queries. Supports 150+ currencies with real-time rates.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "exchange-rate" with this command: npx skills add ouyangAbel/currency-exchange

Exchange Rate Tool

Convert currencies and view exchange rates using free API from exchangerate-api.com. No API key required.

When to Use

  • Convert between any currencies
  • Check current exchange rates
  • View rate tables for multiple currencies
  • Calculate cross-currency conversions

Quick Start

Convert Currency

python3 scripts/exchange-rate.py convert 100 USD CNY
# Output: $100.0000 = ¥692.0000

View Exchange Rates

python3 scripts/exchange-rate.py rate USD
# Shows rates for major currencies against USD

List Supported Currencies

python3 scripts/exchange-rate.py list

Commands

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

list

List all supported currency codes (150+ currencies).

python3 scripts/exchange-rate.py list

Common Currency Codes

CodeCurrencyCodeCurrency
USDUS DollarCNYChinese Yuan
EUREuroJPYJapanese Yen
GBPBritish PoundKRWSouth Korean Won
AUDAustralian DollarHKDHong Kong Dollar
CADCanadian DollarTWDNew Taiwan Dollar
CHFSwiss FrancSGDSingapore Dollar
INRIndian RupeeRUBRussian Ruble
BRLBrazilian RealMXNMexican Peso

Notes

  • 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

Data Source

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)

Example Output

💱 汇率转换
$100.0000 = ¥692.0000
汇率: 1 USD = 6.920000 CNY
日期: 2026-02-24

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Forex

A comprehensive AI agent skill for understanding and participating in foreign exchange markets. Explains how currency markets work, helps you analyze currenc...

Registry SourceRecently Updated
0187
Profile unavailable
Research

Yahoo Finance FOREX

Fetches real-time FOREX news and market data from Yahoo Finance for major currency pairs (EUR/USD, GBP/USD, USD/JPY, etc.). Analyzes sentiment and provides trading context.

Registry SourceRecently Updated
12.1K
Profile unavailable
General

Economic Calendar

Fetch and display filtered macro-economic events from Investing.com with no API key, supporting date range, importance, country, timezone, and JSON output.

Registry SourceRecently Updated
0229
Profile unavailable