Currency converter using live exchange rates. Convert between world currencies, check current exchange rates, view rate history, and compare multiple currencies at once. Supports USD, EUR, GBP, JPY, CNY, and 150+ currencies via free API.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill currconv --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Currconv?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-currconv)More formats (shields.io, HTML) on the badges page.
---
name: CurrConv
description: "Currency converter using live exchange rates. Convert between world currencies, check current exchange rates, view rate history, and compare multiple currencies at once. Supports USD, EUR, GBP, JPY, CNY, and 150+ currencies via free API."
---
# CurrConv
Convert currencies with live rates. Check exchange rates instantly.
## Commands
- `convert <amount> <from> <to>` — Convert between currencies
- `rate <from> <to>` — Get current exchange rate
- `rates <base>` — Show rates for major currencies
- `list` — List supported currencies
## Usage Examples
```bash
currconv convert 100 USD EUR
currconv convert 1000 CNY USD
currconv rate GBP JPY
currconv rates USD
```
---
Powered by BytesAgain | bytesagain.com
## How It Works
Reads input, processes with built-in logic, outputs results.
## Tips
- Run `currconv help` for commands
- No API keys needed
- Works offline
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!