{"files":{"SKILL.md":"---\nname: car-registration-api\ndescription: \"Car Registration API skill. Use when working with Car Registration for Check. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Car Registration API\nAPI version: 1.0.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://virtserver.swaggerhub.com/infiniteloopltd/CarRegistration/1.0.0\n\n## Setup\n1. No auth setup needed\n2. GET /Check -- gets details of a uk vehicle\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Check\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /Check | Gets details of a UK Vehicle |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all Check?\" -> GET /Check\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 Car Registration API\n@base https://virtserver.swaggerhub.com/infiniteloopltd/CarRegistration/1.0.0\n@version 1.0.0\n@endpoints 1\n@toc Check(1)\n\n@endpoint GET /Check\n@desc Gets details of a UK Vehicle\n@required {searchString: any # A registration number}\n@returns(200) vehicle information\n@errors {500: bad input parameter}\n\n@end\n"}}