Currconv
/install currconv
CurrConv
A real currency converter using live exchange rates from the European Central Bank via the free frankfurter.app API. Convert currencies, check rates, list available currencies, and look up historical exchange rates. No API key required.
Commands
| Command | Description |
|---|---|
currconv convert \x3Camount> \x3Cfrom> \x3Cto> |
Convert an amount from one currency to another using live rates |
currconv rates \x3Cbase> |
Show all exchange rates for a base currency (default: EUR) |
currconv list |
List all available currencies with full names |
currconv history \x3Cfrom> \x3Cto> \x3Cdate> |
Get a historical exchange rate with comparison to today |
currconv version |
Show version |
currconv help |
Show available commands and usage |
Requirements
- Bash 4+ (
set -euo pipefail) curl— for API requestspython3— for JSON parsing and number formatting- Internet connection (calls frankfurter.app API)
- No API key required (free, public API)
When to Use
- Quick currency conversion —
currconv convert 100 USD EURfor instant conversion - Checking exchange rates —
currconv rates USDshows all rates against the dollar - Available currencies —
currconv listshows all 30+ supported currencies - Historical rates —
currconv history USD EUR 2024-01-15with comparison to today's rate - Travel planning — Convert amounts between currencies before a trip
Examples
# Convert 100 USD to EUR
currconv convert 100 USD EUR
# Convert 5000 JPY to GBP
currconv convert 5000 JPY GBP
# Convert 1000 CNY to USD
currconv convert 1000 CNY USD
# Show all rates for USD
currconv rates USD
# Show all rates for EUR (default)
currconv rates
# List all available currencies
currconv list
# Get historical rate for a specific date
currconv history USD EUR 2024-01-15
# Historical GBP to JPY rate
currconv history GBP JPY 2023-06-01
Example Output
$ currconv convert 100 USD CNY
┌───────────────────────────────────────────────────┐
│ Currency Conversion │
├───────────────────────────────────────────────────┤
│ 100.00 USD │
│ = │
│ 688.82 CNY │
├───────────────────────────────────────────────────┤
│ Rate: 1 USD = 6.888200 CNY │
│ Date: 2026-03-18 │
│ Source: European Central Bank │
└───────────────────────────────────────────────────┘
$ currconv history USD EUR 2024-01-15
┌───────────────────────────────────────────────────┐
│ Historical Exchange Rate │
├───────────────────────────────────────────────────┤
│ Pair: USD → EUR │
│ Date: 2024-01-15 │
│ Rate: 1 USD = 0.91234 EUR │
├───────────────────────────────────────────────────┤
│ Today: 1 USD = 0.92150 EUR │
│ Change: +0.009160 (+1.00%) │
│ Today date: 2026-03-18 │
├───────────────────────────────────────────────────┤
│ Source: European Central Bank │
└───────────────────────────────────────────────────┘
Supported Currencies
Run currconv list for the full list. Common currencies include:
- USD — US Dollar
- EUR — Euro
- GBP — British Pound
- JPY — Japanese Yen
- CNY — Chinese Yuan
- AUD — Australian Dollar
- CAD — Canadian Dollar
- CHF — Swiss Franc
- KRW — South Korean Won
- SGD — Singapore Dollar
30+ currencies supported in total, all sourced from the European Central Bank.
Data Source
All exchange rates come from the European Central Bank via the free frankfurter.app API. Rates are typically updated once per business day. No API key or registration required.
Powered by BytesAgain | bytesagain.com | [email protected]
Data Storage
Rate cache stored in ~/.local/share/currconv/.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install currconv - 安装完成后,直接呼叫该 Skill 的名称或使用
/currconv触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Currconv 是什么?
Convert currencies using frankfurter.app free API. Use when converting amounts, checking exchange rates, or viewing rate history. Requires curl. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 324 次。
如何安装 Currconv?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install currconv」即可一键安装,无需额外配置。
Currconv 是免费的吗?
是的,Currconv 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Currconv 支持哪些平台?
Currconv 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Currconv?
由 bytesagain-lab(@bytesagain-lab)开发并维护,当前版本 v3.0.1。