currency-converter-pro

实时汇率换算专家。支持150+货币实时汇率、批量换算、多货币对比、历史汇率查询。零API Key,免费数据源。When user asks about currency exchange, conversion rates, USD to CNY, forex, or money conversion.

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 "currency-converter-pro" with this command: npx skills add darbling/currency-converter-pro

Currency Converter Pro

实时汇率换算专家 | Author: Lin Hui | Version 1.0.0 | MIT License

支持150+货币实时汇率查询、批量换算、历史汇率对比。零API Key,免费数据源。

核心功能

  • ✅ 实时汇率查询(150+货币)
  • ✅ 任意金额多货币换算
  • ✅ 多货币横向对比(1000美元能换多少各货币)
  • ✅ 历史汇率查询
  • ✅ 零API Key,免费数据源
  • ✅ 支持主要货币:CNY、USD、EUR、GBP、JPY、KRW、HKD、TWD、SGD、AUD、CAD、CHF、INR等

数据来源

  • open.er-api.com — 免费汇率API,无需注册,无需Key
  • 数据更新:每日多次自动更新
  • 覆盖范围:150+全球主流货币

触发词

"100美元换多少人民币" / "今日汇率" / "美元兑日元" / "1万港币值多少人民币" / "EUR to USD" / "exchange rate" / "汇率换算" / "人民币贬值了吗" / "1000块能换多少美元" / "历史汇率"

使用示例

货币换算

输入: 100 USD → CNY

输出:

{
  "from": "USD",
  "to": "CNY",
  "amount": 100,
  "rate": 6.841274,
  "result": 684.13,
  "timestamp": "Mon, 27 Apr 2026",
  "provider": "open.er-api.com"
}

多货币横向对比

输入: 1000 USD 换所有主流货币

输出:

{
  "from": "USD",
  "amount": 1000,
  "conversions": [
    {"currency": "CNY", "amount": 6841.27},
    {"currency": "EUR", "amount": 854.23},
    {"currency": "GBP", "amount": 740.22},
    {"currency": "JPY", "amount": 159540.6},
    ...
  ]
}

历史汇率

输入: 100 USD → CNY,2024-01-01

输出: 当天的美元兑人民币汇率(可用于对比汇率变化)

技术实现

# 单币种换算
python3 scripts/currency.py convert <金额> <源货币> <目标货币>

# 汇率列表
python3 scripts/currency.py rates <基准货币>

# 多货币横向对比
python3 scripts/currency.py top <金额> <源货币>

# 历史汇率
python3 scripts/currency.py historical <金额> <源货币> <目标货币> <日期YYYY-MM-DD>

支持货币(部分)

货币代码名称
CNY人民币
USD美元
EUR欧元
GBP英镑
JPY日元
KRW韩元
HKD港币
TWD新台币
SGD新加坡元
AUD澳元
CAD加元
CHF瑞士法郎
INR印度卢比
THB泰铢
MYR林吉特
PHP菲律宾比索
VND越南盾
IDR印尼盾
AED阿联酋迪拉姆
SAR沙特里亚尔

常见场景

场景命令
海淘价格换算convert 100 USD CNY
出国前准备top 10000 CNY
汇率对比rates USD
保值分析historical 1000 USD CNY 2024-01-01

更新日志

v1.0.0 (2026-04)

  • 首发版本
  • 150+货币实时汇率
  • 零API Key,免费数据源
  • 支持历史汇率查询

⚠️ Disclaimer

This tool is provided "as is" for informational purposes only. Data accuracy is not guaranteed. Not financial, legal, or professional advice. Always verify critical information from official sources.

本工具仅供信息参考,不保证数据完全准确,不构成任何金融/法律/专业建议。请以官方来源为准。

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.

General

Currency Exchange Rate

Currency exchange rate conversion using exchangerate-api.com. Use when: (1) converting between currencies, (2) checking current exchange rates, (3) viewing c...

Registry Source
7750Profile unavailable
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 Source
7980Profile 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 Source
2.7K1Profile unavailable
General

Budget

Personal budget management with privacy-first local storage. Use when user mentions setting a budget, tracking spending, logging expenses, checking budget st...

Registry SourceRecently Updated
4180Profile unavailable