Exchange Rate
/install exchange-rate
Exchange Rate
Real-time currency exchange rate and conversion using QVeris tools.
What This Skill Does
Exchange Rate provides:
- Rate lookup – Current exchange rate between two currencies (e.g. USD/EUR, CNY/JPY).
- Amount conversion – Convert an amount from one currency to another at current rates.
Supported via QVeris: forex and common fiat pairs; optional historical date for rate/conversion when the tool supports it.
Key Advantages
- Uses only QVeris API: search for tools by capability, then execute; no hardcoded provider list.
- Fallback across providers (e.g. Alpha Vantage, Twelve Data) when one fails or is unavailable.
- Same credential as other skills:
QVERIS_API_KEYonly. - Read-only, no side effects; suitable for travel, trade, and reporting.
Core Workflow
- Parse user intent: rate (from_currency, to_currency) or convert (from_currency, to_currency, amount).
- Search QVeris for tools: e.g. "currency exchange rate real-time", "currency conversion".
- Rank results by success_rate, latency, and parameter fit (rate vs conversion).
- Build request parameters: for rate use
from_currency/to_currencyorsymbol(e.g.EUR/USD); for conversion addamount. - Execute chosen tool with 5s timeout; on failure try next candidate.
- Return formatted rate and/or converted amount (markdown or JSON).
Command Surface
Primary script: scripts/exchange_rate.mjs
- Get rate only:
node scripts/exchange_rate.mjs rate --from USD --to EURnode scripts/exchange_rate.mjs rate --from CNY --to USD
- Convert amount:
node scripts/exchange_rate.mjs convert --from USD --to JPY --amount 1000node scripts/exchange_rate.mjs convert --from EUR --to GBP --amount 500
Optional: --date YYYY-MM-DD for historical rate/conversion when the tool supports it; --format json for machine-readable output.
Safety and Disclosure
- Uses only
QVERIS_API_KEY; no other secrets. - Calls only QVeris over HTTPS; no package install or arbitrary commands.
- Output is for reference only; not financial or contractual advice.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install exchange-rate - 安装完成后,直接呼叫该 Skill 的名称或使用
/exchange-rate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Exchange Rate 是什么?
Real-time forex and cryptocurrency exchange rate lookup and amount conversion powered by QVeris. Supports multiple providers (Alpha Vantage, Twelve Data) wit... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 704 次。
如何安装 Exchange Rate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install exchange-rate」即可一键安装,无需额外配置。
Exchange Rate 是免费的吗?
是的,Exchange Rate 完全免费(开源免费),可自由下载、安装和使用。
Exchange Rate 支持哪些平台?
Exchange Rate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Exchange Rate?
由 Alex Xiang(@ax2)开发并维护,当前版本 v1.0.0。