Currency Converter Pro

v1.0.2

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

1· 65·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for darbling/currency-converter-pro.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Currency Converter Pro" (darbling/currency-converter-pro) from ClawHub.
Skill page: https://clawhub.ai/darbling/currency-converter-pro
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install currency-converter-pro

ClawHub CLI

Package manager switcher

npx clawhub@latest install currency-converter-pro
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim realtime currency conversion using a free data source; the script queries open.er-api.com for latest and historical rates and implements convert/rates/top/historical commands — consistent with the stated purpose.
Instruction Scope
SKILL.md only documents running the included Python script and example commands. The runtime instructions and code limit themselves to fetching data from open.er-api.com and printing JSON; they do not read local files, access env vars, or exfiltrate data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only). The included Python script uses only standard library modules and performs network calls; nothing is downloaded or written during install.
Credentials
The skill requires no environment variables, credentials, or config paths. It only makes HTTPS GET requests to the documented provider (open.er-api.com), which matches the declared data source.
Persistence & Privilege
The skill is not always-enabled and does not modify other skills or system configuration. It runs only when invoked and does not request elevated privileges.
Assessment
This skill appears to do exactly what it claims: call open.er-api.com and format results. Before installing, consider: (1) the source/homepage is unknown — although code is included and readable, prefer skills from known authors if you need long-term trust; (2) the skill makes outbound HTTPS requests to open.er-api.com when used (ensure outbound network access is acceptable in your environment); (3) data accuracy and availability depend on the third-party API (no API key, rate-limits or downtime possible); (4) there is an unused import (subprocess) in the script — not harmful but a sign the code could be slightly unpolished. If you need stronger isolation, run the script in a sandbox or review/modify the code before use.

Like a lobster shell, security has layers — review code before you run it.

currencyvk9721kjamv3r3pws50rgryy0ws85ncjeexchangevk9721kjamv3r3pws50rgryy0ws85ncjeforexvk9721kjamv3r3pws50rgryy0ws85ncjelatestvk9721kjamv3r3pws50rgryy0ws85ncjemoneyvk9721kjamv3r3pws50rgryy0ws85ncjeratevk9721kjamv3r3pws50rgryy0ws85ncjeutilityvk9721kjamv3r3pws50rgryy0ws85ncje
65downloads
1stars
3versions
Updated 22h ago
v1.0.2
MIT-0

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.

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

Comments

Loading comments...