โ† All skills
Tencent SkillHub ยท Developer Tools

Currency Exchange Rate

Currency exchange rate conversion using exchangerate-api.com. Use when: (1) converting between currencies, (2) checking current exchange rates, (3) viewing c...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Currency exchange rate conversion using exchangerate-api.com. Use when: (1) converting between currencies, (2) checking current exchange rates, (3) viewing c...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/exchange-rate.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 12 sections Open source page

Exchange Rate Tool

Convert currencies and view exchange rates using free API from exchangerate-api.com. No API key required.

When to Use

Convert between any currencies Check current exchange rates View rate tables for multiple currencies Calculate cross-currency conversions

Convert Currency

python3 scripts/exchange-rate.py convert 100 USD CNY # Output: $100.0000 = ยฅ692.0000

View Exchange Rates

python3 scripts/exchange-rate.py rate USD # Shows rates for major currencies against USD

List Supported Currencies

python3 scripts/exchange-rate.py list

convert <amount> <from> <to>

Convert an amount from one currency to another. Examples: # USD to CNY python3 scripts/exchange-rate.py convert 100 USD CNY # EUR to USD python3 scripts/exchange-rate.py convert 50 EUR USD # JPY to CNY python3 scripts/exchange-rate.py convert 10000 JPY CNY

rate <base_currency>

View exchange rates for major currencies against a base currency. Examples: # Rates against USD (default) python3 scripts/exchange-rate.py rate USD # Rates against CNY python3 scripts/exchange-rate.py rate CNY # Rates against EUR python3 scripts/exchange-rate.py rate EUR

list

List all supported currency codes (150+ currencies). python3 scripts/exchange-rate.py list

Common Currency Codes

CodeCurrencyCodeCurrencyUSDUS DollarCNYChinese YuanEUREuroJPYJapanese YenGBPBritish PoundKRWSouth Korean WonAUDAustralian DollarHKDHong Kong DollarCADCanadian DollarTWDNew Taiwan DollarCHFSwiss FrancSGDSingapore DollarINRIndian RupeeRUBRussian RubleBRLBrazilian RealMXNMexican Peso

Notes

Rates are updated daily (typically around 00:00 UTC) API is free and requires no authentication Results include the date of the rate data Supports 150+ world currencies

Data Source

This skill uses the free tier of exchangerate-api.com, which provides: Daily updated rates 150+ supported currencies No API key required Rate limits apply (be reasonable with usage)

Example Output

๐Ÿ’ฑ ๆฑ‡็އ่ฝฌๆข $100.0000 = ยฅ692.0000 ๆฑ‡็އ: 1 USD = 6.920000 CNY ๆ—ฅๆœŸ: 2026-02-24

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/exchange-rate.py Scripts