Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use when users need to query daily currency exchange rates between two currencies.
Use when users need to query daily currency exchange rates between two currencies.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill helps AI agents fetch daily currency exchange rates from the 60s API.
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.
Execute the associated scripts/exchange_rate.sh script to fetch the exchange rate. ./scripts/exchange_rate.sh [options]
--currency, -c <currency>: Optional. The base currency ISO 4217 code. Defaults to CNY. --target, -t <target>: Optional. The target currency ISO 4217 code. Defaults to USD. If set to AAA, it returns all available exchange rates for the base currency.
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.
# 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
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.