{"files":{"SKILL.md":"---\nname: starwars-translations-api\ndescription: \"Starwars Translations API skill. Use when working with Starwars Translations for translate. Covers 6 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Starwars Translations API\nAPI version: 2.3\n\n## Auth\nApiKey X-Funtranslations-Api-Secret in header\n\n## Base URL\nhttps://api.funtranslations.com\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /translate/yoda -- translate from english to yoda speak.\n3. Explore available endpoints below\n\n## Endpoints\n6 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Translate\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /translate/yoda | Translate from English to Yoda Speak. |\n| GET | /translate/sith | Translate from English to Sith Speak. |\n| GET | /translate/cheunh | Translate from English to Starwars cheunh. |\n| GET | /translate/gungan | Translate from English to Starwars Gungan Language. |\n| GET | /translate/mandalorian | Translate from English to Starwars Mandalorian Language. |\n| GET | /translate/huttese | Translate from English to Starwars Huttese Language. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all yoda?\" -> GET /translate/yoda\n- \"List all sith?\" -> GET /translate/sith\n- \"List all cheunh?\" -> GET /translate/cheunh\n- \"List all gungan?\" -> GET /translate/gungan\n- \"List all mandalorian?\" -> GET /translate/mandalorian\n- \"List all huttese?\" -> GET /translate/huttese\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- 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 Starwars Translations API\n@base https://api.funtranslations.com\n@version 2.3\n@auth ApiKey X-Funtranslations-Api-Secret in header\n@common_fields {text: any # Text to translate}\n@endpoints 6\n@toc translate(6)\n\n@endpoint GET /translate/yoda\n@desc Translate from English to Yoda Speak.\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /translate/sith\n@desc Translate from English to Sith Speak.\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /translate/cheunh\n@desc Translate from English to Starwars cheunh.\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /translate/gungan\n@desc Translate from English to Starwars Gungan Language.\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /translate/mandalorian\n@desc Translate from English to Starwars Mandalorian Language.\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@endpoint GET /translate/huttese\n@desc Translate from English to Starwars Huttese Language.\n@returns(200) 200  response\n@errors {401: 401  response}\n\n@end\n"}}