Toolverse
All skills

exchange-rates

by openclaw

Fetch live exchange rates between any currency pairs from XE.com. Use when user asks about currency conversion, exchange rates, forex rates, or converting amounts between currencies (e.g., \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
openclaw
Category
Backend

About this skill

Fetch live exchange rates between any currency pairs from XE.com. Use when user asks about currency conversion, exchange rates, forex rates, or converting amounts between currencies (e.g., \

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude/Copilot, dodając folder exchange-rates do katalogu skills. Upewnij się, że masz zainstalowane Node.js oraz Playwright do obsługi przeglądarki headless.

  2. Przygotuj parametry konwersji: kod waluty źródłowej (np. EUR), kod waluty docelowej (np. USD) i opcjonalnie kwotę do przeliczenia. Jeśli nie podasz kwoty, narzędzie pokaże kurs dla 1 jednostki waluty źródłowej.

  3. Uruchom skrypt z linii poleceń, podając kody walut i kwotę: node ~/clawd/skills/exchange-rates/scripts/xe-rate.mjs [WALUTA_Z] [WALUTA_NA] [KWOTA]. Na przykład: node ~/clawd/skills/exchange-rates/scripts/xe-rate.mjs EUR USD 500 przelicza 500 euro na dolary.

  4. Czekaj na wynik — pobieranie kursu trwa około 4–5 sekund, ponieważ narzędzie łączy się z XE.com przez przeglądarkę. Jeśli XE.com będzie niedostępny, skrypt automatycznie przełączy się na exchangerate-api.com.

  5. Przeczytaj wynik w formacie JSON, który zawiera: kwotę wejściową, kody walut, kurs jednostkowy (1 jednostka waluty źródłowej = X jednostek docelowych), całkowitą kwotę po konwersji, źródło (XE.com mid-market) i znacznik czasu. Narzędzie wyświetli wynik w czytelnej formie z kursem jednostkowym i sumą.

Related skills

patent-search

by RobThePCGuy

Advanced prior art search using the PatentsView API. Use this skill when users need to search for patents, perform prior art searches, analyze patent landscapes, or find patents by inventor, title, date range, or technical fields. Helps with patent research, freedom to operate

Backend
36218

using-superpowers

by obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Backend
65167

literature-review

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature

Backend
238507

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

stripe-integration

by wshobson

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

Backend
40147