{"files":{"SKILL.md":"---\nname: openapi-generator-online\ndescription: \"OpenAPI Generator Online API skill. Use when working with OpenAPI Generator Online for api. Covers 7 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# OpenAPI Generator Online\nAPI version: 7.12.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://api.openapi-generator.tech/\n\n## Setup\n1. No auth setup needed\n2. GET /api/gen/clients -- gets languages supported by the client generator\n3. POST /api/gen/clients/{language} -- create first client\n\n## Endpoints\n7 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Api\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /api/gen/clients | Gets languages supported by the client generator |\n| GET | /api/gen/clients/{language} | Returns options for a client library |\n| POST | /api/gen/clients/{language} | Generates a client library |\n| GET | /api/gen/download/{fileId} | Downloads a pre-generated file |\n| GET | /api/gen/servers | Gets languages supported by the server generator |\n| GET | /api/gen/servers/{framework} | Returns options for a server framework |\n| POST | /api/gen/servers/{framework} | Generates a server library |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all clients?\" -> GET /api/gen/clients\n- \"Get client details?\" -> GET /api/gen/clients/{language}\n- \"Get download details?\" -> GET /api/gen/download/{fileId}\n- \"List all servers?\" -> GET /api/gen/servers\n- \"Get server details?\" -> GET /api/gen/servers/{framework}\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n- Create/update endpoints return the modified resource on success\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 OpenAPI Generator Online\n@base https://api.openapi-generator.tech/\n@version 7.12.0\n@endpoints 7\n@toc api(7)\n\n@endpoint GET /api/gen/clients\n@desc Gets languages supported by the client generator\n@returns(200) successful operation\n@errors {401: Unauthorized, 403: Forbidden, 404: Not Found}\n\n@endpoint GET /api/gen/clients/{language}\n@desc Returns options for a client library\n@required {language: any # The target language for the client library}\n@returns(200) successful operation\n@errors {401: Unauthorized, 403: Forbidden, 404: Not Found}\n\n@endpoint POST /api/gen/clients/{language}\n@desc Generates a client library\n@required {generatorInput: map # Configuration for building the client library, language: any # The target language for the client library}\n@returns(200) successful operation\n@returns(201) Created\n@errors {401: Unauthorized, 403: Forbidden, 404: Not Found}\n\n@endpoint GET /api/gen/download/{fileId}\n@desc Downloads a pre-generated file\n@required {fileId: any # fileId}\n@returns(200) successful operation\n@errors {401: Unauthorized, 403: Forbidden, 404: Not Found}\n\n@endpoint GET /api/gen/servers\n@desc Gets languages supported by the server generator\n@returns(200) successful operation\n@errors {401: Unauthorized, 403: Forbidden, 404: Not Found}\n\n@endpoint GET /api/gen/servers/{framework}\n@desc Returns options for a server framework\n@required {framework: any # The target language for the server framework}\n@returns(200) successful operation\n@errors {401: Unauthorized, 403: Forbidden, 404: Not Found}\n\n@endpoint POST /api/gen/servers/{framework}\n@desc Generates a server library\n@required {framework: any # framework, generatorInput: map # parameters}\n@returns(200) successful operation\n@returns(201) Created\n@errors {401: Unauthorized, 403: Forbidden, 404: Not Found}\n\n@end\n"}}