Exchange Rate
/install exchange-rate-2
Exchange Rate Skill
This skill helps AI agents fetch daily currency exchange rates from the 60s API.
When to Use This Skill
Use this skill when users:
- Ask for current exchange rates between two currencies.
- Want to know the value of one currency in another.
- Need the latest currency conversion rate.
How to Use
Execute the associated scripts/exchange_rate.sh script to fetch the exchange rate.
./scripts/exchange_rate.sh [options]
Options
--currency, -c \x3Ccurrency>: Optional. The base currency ISO 4217 code. Defaults toCNY.--target, -t \x3Ctarget>: Optional. The target currency ISO 4217 code. Defaults toUSD. If set toAAA, it returns all available exchange rates for the base currency.
Return Values
The script outputs the exchange rate value of the target currency relative to 1 unit of the base currency.
If the target is AAA, it outputs the full JSON response containing all rates.
If the target currency is not found, an error message is returned.
Usage Examples
# Get the exchange rate from CNY to USD (default)
./scripts/exchange_rate.sh
# Get the exchange rate from EUR to JPY
./scripts/exchange_rate.sh --currency EUR --target JPY
# Get all exchange rates for GBP
./scripts/exchange_rate.sh -c GBP -t AAA
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install exchange-rate-2 - 安装完成后,直接呼叫该 Skill 的名称或使用
/exchange-rate-2触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Exchange Rate 是什么?
Use when users need to query daily currency exchange rates between two currencies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 461 次。
如何安装 Exchange Rate?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install exchange-rate-2」即可一键安装,无需额外配置。
Exchange Rate 是免费的吗?
是的,Exchange Rate 完全免费(开源免费),可自由下载、安装和使用。
Exchange Rate 支持哪些平台?
Exchange Rate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Exchange Rate?
由 JaceyMarvin99(@jaceymarvin99)开发并维护,当前版本 v0.1.0。