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

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

错敏信息检测

1. 安装https://clawhub.ai/xxxx/sensitive-check-skill 这个技能 2. 调用错敏信息检测技能,传入参数 userKey=xxxx,content=xxxx

Archived SourceRecently Updated
General

neo

Browse websites, read web pages, interact with web apps, call website APIs, and automate web tasks. Use Neo when: user asks to check a website, read a web page, post on social media (Twitter/X), interact with any web app, look up information on a specific site, scrape data from websites, automate browser tasks, or when you need to call any website's API. Keywords: website, web page, browse, URL, http, API, twitter, tweet, post, scrape, web app, open site, check site, read page, social media, online service.

Archived SourceRecently Updated
General

image-gen

Generate AI images from text prompts. Triggers on: "生成图片", "画一张", "AI图", "generate image", "配图", "create picture", "draw", "visualize", "generate an image".

Archived SourceRecently Updated