{"files":{"SKILL.md":"---\nname: axesso-api\ndescription: \"Axesso API skill. Use when working with Axesso for amz. Covers 4 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Axesso Api\nAPI version: 1.0.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttp://api.axesso.de\n\n## Setup\n1. No auth setup needed\n2. GET /amz/amazon-lookup-product -- lookup product information\n3. Explore available endpoints below\n\n## Endpoints\n4 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Amz\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /amz/amazon-lookup-product | lookup product information |\n| GET | /amz/amazon-lookup-buy-recommendations | request buy recommendations to a given product |\n| GET | /amz/amazon-search-by-keyword | fetch results auf a keyword search on Amazon |\n| GET | /amz/sort-options | request available sort options to use in keyword search |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all amazon-lookup-product?\" -> GET /amz/amazon-lookup-product\n- \"List all amazon-lookup-buy-recommendations?\" -> GET /amz/amazon-lookup-buy-recommendations\n- \"List all amazon-search-by-keyword?\" -> GET /amz/amazon-search-by-keyword\n- \"List all sort-options?\" -> GET /amz/sort-options\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 Axesso Api\n@base http://api.axesso.de\n@version 1.0.0\n@endpoints 4\n@toc amz(4)\n\n@endpoint GET /amz/amazon-lookup-product\n@desc lookup product information\n@required {url: any # The url of the requested product.}\n@optional {size: any # Size parameter if available.}\n@returns(200) successful operation\n@errors {400: Bad Request - Missing parameter, 404: Not Found - Product not Found, 406: Not Acceptable - Wrong parameter}\n\n@endpoint GET /amz/amazon-lookup-buy-recommendations\n@desc request buy recommendations to a given product\n@required {url: any # The url of the requested product.}\n@returns(200) successful operation\n@errors {400: Bad Request - Missing parameter, 404: Not Found - Product not Found, 406: Not Acceptable - Wrong parameter}\n\n@endpoint GET /amz/amazon-search-by-keyword\n@desc fetch results auf a keyword search on Amazon\n@required {keyword: any # keyword to search, domainCode: any # domain for the search}\n@optional {sortBy: any # sort option, numberOfProducts: any # number of the results (max 20)}\n@returns(200) successful operation\n@errors {400: Bad Request - Missing parameter, 404: Not Found - Product not Found}\n\n@endpoint GET /amz/sort-options\n@desc request available sort options to use in keyword search\n@returns(200) successful operation\n\n@end\n"}}