exchange-rate
Use when users need to query daily currency exchange rates between two currencies.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/jaceymarvin99/exchange-rate-2Exchange 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 <currency>: Optional. The base currency ISO 4217 code. Defaults toCNY.--target, -t <target>: 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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-jaceymarvin99-exchange-rate-2": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
weather-query
Use when users ask about weather conditions, forecasts, or climate information for locations in China.
daily-news
Use when users need daily news summaries, current events, or want to stay informed about world news in Chinese.
daily-ai-news
Use when users need comprehensive daily news about AI, large models, and related fields.
bing-wallpaper
Use when users need to fetch the daily Bing wallpaper.