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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install exchange-rate-2 - After installation, invoke the skill by name or use
/exchange-rate-2 - Provide required inputs per the skill's parameter spec and get structured output
What is Exchange Rate?
Use when users need to query daily currency exchange rates between two currencies. It is an AI Agent Skill for Claude Code / OpenClaw, with 461 downloads so far.
How do I install Exchange Rate?
Run "/install exchange-rate-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Exchange Rate free?
Yes, Exchange Rate is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Exchange Rate support?
Exchange Rate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Exchange Rate?
It is built and maintained by JaceyMarvin99 (@jaceymarvin99); the current version is v0.1.0.