{"skill":{"id":"a86da302-d2c3-4c47-a18f-7e11de3ba9ea","name":"Currency Converter","author":"Nanda Town demo","description":"Convert an amount from one currency to another.","source_type":"content","source_url":null,"content":"# Currency Converter\n\nConvert an amount between currencies.\n\n## Base URL\nhttps://api.frankfurter.app\n\n## Endpoints\n\nGET /latest?amount={amount}&from={from}&to={to}\n  Returns the converted amount.\n  Example:\n    curl \"https://api.frankfurter.app/latest?amount=10&from=USD&to=EUR\"\n\n## How the agent should use this\n1. Ask the user the amount and the two currencies.\n2. Call GET /latest with those values.\n3. Read the converted amount and tell the user.","endpoints":"GET https://api.frankfurter.app/latest?amount={amount}&from={from}&to={to}","tags":"currency, finance, api","reachable":null,"created_at":"2026-06-07T17:54:08.287Z"}}