revolut-currency-converter

Currency conversion using Revolut's API. Use for: converting currencies, finding optimal routes, getting exchange rates.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "revolut-currency-converter" with this command: npx skills add gaborvecsei/revolut-currency-converter/gaborvecsei-revolut-currency-converter-revolut-currency-converter

Revolut Currency Converter

Currency conversion CLI using Revolut's real-time exchange rates.

How to Use

When user asks to convert currencies or get exchange rates, run the converter.py script and parse the JSON output.

Commands

convert - Direct conversion

python revolut-currency-converter/scripts/converter.py convert <amount> <from> <to>
  • Returns: {"success": true, "from": "EUR", "to": "HUF", "amount": 1000, "result": 377820, "rate": 377.82}

find-route - Find optimal route via bridge currencies

python revolut-currency-converter/scripts/converter.py find-route <amount> <from> <to> [-n HOPS] [-b BRIDGES...]
  • Returns all routes with best path and best_amount

rate - Get current rate

python revolut-currency-converter/scripts/converter.py rate <from> <to>
  • Returns: {"success": true, "from": "EUR", "to": "USD", "rate": 1.08}

Examples

User says: "Convert 1000 EUR to HUF" → Run: python converter.py convert 1000 EUR HUF → Parse JSON result for the converted amount

User says: "What's the best route to convert 50000 JPY to GBP?" → Run: python converter.py find-route 50000 JPY GBP → Parse JSON result for best and best_amount

User says: "What's the EUR to USD rate?" → Run: python converter.py rate EUR USD

Notes

  • Amount must be integer >= 1
  • Default bridges for find-route: EUR USD
  • Output is always JSON

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Xiaohongshu Crawler

爬取小红书内容,支持登录搜索、笔记详情获取、用户主页信息及热门笔记,无需登录部分功能可用。

Registry SourceRecently Updated
General

TAPD

当用户需要查询、修改 TAPD 项目中需求、缺陷、任务等信息时,如修改状态、添加评论等,通过调用 TAPD MCP 提供相应的服务。当用户要求时,通过 send_qiwei_message 发送消息到企业微信。

Registry SourceRecently Updated
General

Roast Generator

吐槽生成器。温和吐槽、毒舌模式、朋友互怼、名人吐槽、自嘲、Battle模式。Roast generator with gentle, savage modes. 吐槽、毒舌、搞笑。

Registry SourceRecently Updated
General

Unixtime

Quick Unix timestamp utility. Get current Unix time, convert timestamps to dates and back, show relative time (how long ago), and display time in different f...

Registry SourceRecently Updated