{"files":{"SKILL.md":"---\nname: pirates-api\ndescription: \"Pirates API skill. Use when working with Pirates for pirate. Covers 4 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Pirates API\nAPI version: 1.5\n\n## Auth\nApiKey X-Fungenerators-Api-Secret in header\n\n## Base URL\nhttps://api.fungenerators.com\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /pirate/generate/name -- generate random pirate names.\n3. Explore available endpoints below\n\n## Endpoints\n4 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Pirate\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /pirate/generate/name | Generate random pirate names. |\n| GET | /pirate/generate/insult | Generate random pirate insults. |\n| GET | /pirate/generate/lorem-ipsum | Generate pirate lorem ipsum. |\n| GET | /pirate/translate | Translate from English to pirate. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all name?\" -> GET /pirate/generate/name\n- \"List all insult?\" -> GET /pirate/generate/insult\n- \"List all lorem-ipsum?\" -> GET /pirate/generate/lorem-ipsum\n- \"List all translate?\" -> GET /pirate/translate\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 Pirates API\n@base https://api.fungenerators.com\n@version 1.5\n@auth ApiKey X-Fungenerators-Api-Secret in header\n@endpoints 4\n@toc pirate(4)\n\n@endpoint GET /pirate/generate/name\n@desc Generate random pirate names.\n@optional {variation: str(string) # Variation to generate `male/female`., limit: int(integer) # No of names to generate}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /pirate/generate/insult\n@desc Generate random pirate insults.\n@optional {limit: int(integer) # No of insults to generate}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /pirate/generate/lorem-ipsum\n@desc Generate pirate lorem ipsum.\n@optional {type: str(string) # Type of element to generate `paragraphs/sentences/words`., limit: int(integer) # No of elements to generate}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /pirate/translate\n@desc Translate from English to pirate.\n@required {text: str(string) # Text to translate to pirate lingo.}\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@end\n"}}