{"files":{"SKILL.md":"---\nname: name-generation-api\ndescription: \"Name Generation API skill. Use when working with Name Generation for name. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Name Generation API\nAPI version: 1.5\n\n## Auth\nBearer bearer\n\n## Base URL\nhttps://api.fungenerators.com\n\n## Setup\n1. Set Authorization header with Bearer token\n2. GET /name/categories -- get available name generation categories.\n3. Explore available endpoints below\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Name\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /name/categories | Get available name generation categories. |\n| GET | /name/generate | Generated names in the given category |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all categories?\" -> GET /name/categories\n- \"List all generate?\" -> GET /name/generate\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- Paginated endpoints accept limit/offset or cursor parameters\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 Name Generation API\n@base https://api.fungenerators.com\n@version 1.5\n@auth Bearer bearer\n@endpoints 2\n@toc name(2)\n\n@endpoint GET /name/categories\n@desc Get available name generation categories.\n@optional {start: any # start, limit: any # limit}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /name/generate\n@desc Generated names in the given category\n@required {category: any # Category to generator names from}\n@optional {suggest: any # Suggestion string if supported by this category generator., start: any # start. Controls pagination. Relevant only if suggestion is supported, limit: any # limit. Controls pagination limit. Relevant only if suggestion is supported, variation: any # Variation if supported ( male/female/any )}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@end\n"}}