A lightweight shell-based skill for AI agents to retrieve live daily exchange rates and comprehensive currency data.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install exchange-rate-2
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install exchange-rate-2 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Exchange Rate skill is a specialized utility designed for AI agents within the Openclaw Skills ecosystem to provide up-to-date currency conversion data. By interfacing with the 60s API, this skill allows agents to programmatically query exchange rates for any ISO 4217 currency code.
It serves as a critical bridge for developers building financial automation, e-commerce integrations, or international reporting tools. This skill simplifies the process of fetching daily market rates, ensuring your AI workflows have access to accurate global currency valuations without manual intervention.
To integrate this component into your local Openclaw Skills environment, ensure the shell script is executable:
chmod +x ./scripts/exchange_rate.sh
You can then test the skill manually using the following syntax:
./scripts/exchange_rate.sh --currency EUR --target GBP
The skill manages currency data using ISO 4217 standards and returns structured outputs:
| Parameter | Requirement | Description |
|---|---|---|
| --currency | Optional | The base currency code (default: CNY) |
| --target | Optional | The target currency code (default: USD) or 'AAA' for all |
| Rate Value | Output | Decimal number representing the conversion factor |
| JSON Object | Output | Returned when target is 'AAA', containing all currency mappings |
Loading
A specialized skill for AI agents to fetch, summarize, and display curated daily news from the 60s API in various formats.

A powerful tool for fetching curated daily briefings on artificial intelligence and large language models.

A lightweight tool for AI agents to retrieve the official daily Bing homepage background through multiple output formats.

A professional multimodal vision skill designed for deep analysis of images, videos, and visual files using high-performance LLMs.

A high-performance weather retrieval skill providing real-time conditions, air quality indices, and multi-day forecasts for locations across China.

A local-first, event-driven RAG system designed for indexing and querying commercial real estate audit and investigation case folders with page-level citations.








































