exchange-rate

Provides real-time currency exchange rates and amount conversions via QVeris API.

21|3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/QVerisAI/open-qveris-skills --skill exchange-rate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exchange-rate
Source: https://github.com/QVerisAI/open-qveris-skills/tree/main/exchange-rate
Command: npx skills add https://github.com/QVerisAI/open-qveris-skills --skill exchange-rate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Real-time currency exchange lookups and conversions to speed up budgeting, travel planning, and price comparisons without switching between multiple services.

Core Features & Use Cases

  • Rate lookup: current exchange rate for currency pairs (e.g., USD/EUR, CNY/JPY).
  • Amount conversion: convert an amount between currencies using live rates, with optional historical date support.
  • Provider fallback: automatically try multiple providers if one is unavailable, increasing reliability.
  • Output formats: human-readable Markdown or machine-readable JSON.

Quick Start

Ask it to convert 1000 USD to EUR.

Frequently Asked Questions about exchange-rate

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

FAQPage Schema
How do I convert currency amounts using real-time forex rates?

To convert currency amounts using real-time forex rates, provide the source currency, target currency, and amount. The Skill fetches live exchange rates and calculates the converted value automatically.

Can I look up historical exchange rates for a specific date?

Yes, you can look up historical exchange rates by specifying an optional historical date in your query. The tool retrieves past forex data to support accurate past budgeting or price comparisons.

What is provider fallback for currency conversions and how does it work?

Provider fallback for currency conversions automatically tries multiple forex data providers if the primary one is unavailable. This ensures reliable rate retrieval without manual intervention during provider downtime.

Do I need an API key to perform real-time currency conversions?

Yes, you need a QVERIS_API_KEY configured in a read-only environment to perform real-time currency conversions. The Skill uses this key to access QVeris tooling for search and execution.

What output formats are available for exchange rate lookups?

Exchange rate lookups support both human-readable Markdown and machine-readable JSON output formats. This allows direct integration into travel budgeting reports or automated financial pipelines.