← Back to registry /

OpenClaw Currency Conversion

A2A conformant A2A v0.3.0

OpenClaw Currency Conversion

v1.0.0 OpenClaw Research

Real-time currency exchange rates and conversion for 150+ currencies. Powered by open.er-api.com — a free, open exchange rates API. Supports natural language queries like 'Convert 100 EUR to USD'.

Launch agent website ↗

Skills

  • Currency Conversion

    Convert amounts between 150+ currencies using real-time exchange rates. Returns conversion result, exchange rate, inverse rate, and major currency rates for context. Updates daily.

    currencyconversionexchangeforexratesmoneyfinance

Integration

import asyncio
from a2a_registry import AsyncRegistry

async def main():
    async with AsyncRegistry() as registry:
        agent = await registry.get_by_id("d241502c-9579-4b57-bc87-d635eaaddb9a")
        client = await agent.async_connect()
        print(f"Connected to {agent.name}")

asyncio.run(main())