{"files":{"SKILL.md":"---\nname: exchangerate-api\ndescription: \"ExchangeRate-API API skill. Use when working with ExchangeRate-API for latest. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# ExchangeRate-API\nAPI version: 4\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://api.exchangerate-api.com/v4\n\n## Setup\n1. No auth setup needed\n2. GET /latest/{base_currency} -- returns latest exchange rates in parameter-supplied base currency.\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Latest\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /latest/{base_currency} | Returns latest exchange rates in parameter-supplied base currency. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get latest details?\" -> GET /latest/{base_currency}\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Error responses include status codes and descriptions in the spec\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api ExchangeRate-API\n@base https://api.exchangerate-api.com/v4\n@version 4\n@endpoints 1\n@toc latest(1)\n\n@endpoint GET /latest/{base_currency}\n@desc Returns latest exchange rates in parameter-supplied base currency.\n@required {base_currency: str # **Base Currency**. *Example: USD*. You an use any of the ISO 4217 currency codes we support. See https://www.exchangerate-api.com/docs/supported-currencies}\n@returns(200) {base: str, date: str, time_last_updated: int, rates: map} # Successful response\n@errors {404: Currency code not supported}\n\n@end\n"}}