{"files":{"SKILL.md":"---\nname: visual-crossing-weather-api\ndescription: \"Visual Crossing Weather API skill. Use when working with Visual Crossing Weather for VisualCrossingWebServices. Covers 5 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Visual Crossing Weather API\nAPI version: 4.6\n\n## Auth\nDetected auth parameter: `key` (found in parameter)\n\n## Base URL\nhttps://weather.visualcrossing.com\n\n## Setup\n1. Set the `key` parameter for authentication\n2. GET /VisualCrossingWebServices/rest/services/weatherdata/forecast -- weather forecast api\n3. Explore available endpoints below\n\n## Endpoints\n5 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### VisualCrossingWebServices\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /VisualCrossingWebServices/rest/services/timeline/{location} | Historical and Forecast Weather API |\n| GET | /VisualCrossingWebServices/rest/services/timeline/{location}/{startdate} | Historical and Forecast Weather API |\n| GET | /VisualCrossingWebServices/rest/services/timeline/{location}/{startdate}/{enddate} | Historical and Forecast Weather API |\n| GET | /VisualCrossingWebServices/rest/services/weatherdata/forecast | Weather Forecast API |\n| GET | /VisualCrossingWebServices/rest/services/weatherdata/history | Retrieves hourly or daily historical weather records. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Get timeline details?\" -> GET /VisualCrossingWebServices/rest/services/timeline/{location}\n- \"List all forecast?\" -> GET /VisualCrossingWebServices/rest/services/weatherdata/forecast\n- \"List all history?\" -> GET /VisualCrossingWebServices/rest/services/weatherdata/history\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\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 Visual Crossing Weather API\n@base https://weather.visualcrossing.com\n@version 4.6\n@endpoints 5\n@toc VisualCrossingWebServices(5)\n\n@endpoint GET /VisualCrossingWebServices/rest/services/timeline/{location}\n@desc Historical and Forecast Weather API\n@required {location: str # Locaton of interest as an address, partial address or decimal latitude,longtude value, key: str}\n@optional {contentType: str # data format of the output either json or CSV, unitGroup: str, include: str # data to include in the output (required for CSV format - days,hours,alerts,current,events ), lang: str # Language to use for weather descriptions}\n@returns(200) Auto generated using Swagger Inspector\n\n@endpoint GET /VisualCrossingWebServices/rest/services/timeline/{location}/{startdate}\n@desc Historical and Forecast Weather API\n@required {location: str, startdate: str, key: str}\n@optional {contentType: str # data format of the output either json or CSV, unitGroup: str, include: str # data to include in the output (required for CSV format - days,hours,alerts,current,events ), lang: str # Language to use for weather descriptions}\n@returns(200) Auto generated using Swagger Inspector\n\n@endpoint GET /VisualCrossingWebServices/rest/services/timeline/{location}/{startdate}/{enddate}\n@desc Historical and Forecast Weather API\n@required {location: str, startdate: str, enddate: str, key: str}\n@optional {contentType: str # data format of the output either json or CSV, unitGroup: str, include: str # data to include in the output (required for CSV format - days,hours,alerts,current,events ), lang: str # Language to use for weather descriptions}\n@returns(200) Auto generated using Swagger Inspector\n\n@endpoint GET /VisualCrossingWebServices/rest/services/weatherdata/forecast\n@desc Weather Forecast API\n@optional {sendAsDatasource: bool, allowAsynch: bool, shortColumnNames: bool, locations: str, aggregateHours: str, contentType: str, unitGroup: str, key: str}\n@returns(200) Auto generated using Swagger Inspector\n\n@endpoint GET /VisualCrossingWebServices/rest/services/weatherdata/history\n@desc Retrieves hourly or daily historical weather records.\n@optional {maxDistance: str, shortColumnNames: bool, endDateTime: str, aggregateHours: str, collectStationContributions: bool, startDateTime: str, maxStations: str, allowAsynch: bool, locations: str, includeNormals: bool, contentType: str, unitGroup: str, key: str}\n@returns(200) Auto generated using Swagger Inspector\n\n@end\n"}}