usd-currency-convert

Convert USD amounts to EUR, PLN, or AUD using historical exchange rates.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tstojecki/usd-currency-convert-skill --skill usd-currency-convert
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: usd-currency-convert
Source: https://github.com/tstojecki/usd-currency-convert-skill/tree/main/skill
Command: npx skills add https://github.com/tstojecki/usd-currency-convert-skill --skill usd-currency-convert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Converts USD amounts to foreign currencies using historical exchange rates, removing manual calculations and ensuring consistency.

Core Features & Use Cases

  • Date-aware conversions for USD to EUR, PLN, and AUD using official central bank data.
  • Retrieval of available currencies and their earliest/latest dates.
  • Clear error handling for missing or out-of-range dates and unsupported currencies.

Quick Start

Convert 1,500 USD to PLN on 2025-01-15 using the provided conversion script.

Frequently Asked Questions about usd-currency-convert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert USD to EUR using historical exchange rates?▼

To convert USD to EUR using historical exchange rates, you specify the USD amount and a target date. The tool loads official central bank CSV data to find the matching rate and returns a structured JSON with the converted amount and rate details.

What currencies can I convert USD to with date-specific exchange rates?▼

You can convert USD to EUR, PLN, and AUD with date-specific exchange rates. The tool queries official central bank data to ensure the returned rate matches your requested historical date.

Can I retrieve the earliest and latest available dates for historical currency conversion?▼

Yes, you can retrieve the earliest and latest available dates for supported currencies. This helps you verify if your requested date falls within the valid range of the loaded central bank rate data before converting.

What happens if I request a USD conversion for an unsupported currency or out-of-range date?▼

If you request a USD conversion for an unsupported currency or out-of-range date, the tool provides clear error handling. It returns a structured JSON status indicating the failure rather than crashing the process.

Do I need to manually download central bank CSV files to convert historical USD amounts?▼

The tool loads CSV rate data per central bank internally to convert historical USD amounts. You do not need to manually perform calculations, as it parses dates and returns structured JSON with the converted amount and rate.