{"files":{"SKILL.md":"---\nname: spellcheckpro\ndescription: \"SpellCheckPro API skill. Use when working with SpellCheckPro for check_spelling. Covers 2 endpoints.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# SpellCheckPro\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://spellcheckpro.p.rapidapi.com/check_spelling\n\n## Setup\n1. No auth setup needed\n2. Verify API access with a test request\n3. POST /check_spelling -- create first check_spelling\n\n## Endpoints\n2 endpoints across 1 group. See references/api-spec.lap for full details.\n\n### Check_spelling\n| Method | Path | Description |\n|--------|------|-------------|\n| POST | /check_spelling | Check Spelling (English) |\n| POST | /check_spelling | Check Spelling (Russian) |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"Create a check_spelling?\" -> POST /check_spelling\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\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 SpellCheckPro\n@base https://spellcheckpro.p.rapidapi.com/check_spelling\n@endpoints 2\n@toc check_spelling(2)\n\n@endpoint POST /check_spelling\n@desc Check Spelling (English)\n@required {text: str, lang_code: str}\n@optional {: str: any}\n\n@endpoint POST /check_spelling\n@desc Check Spelling (Russian)\n@required {text: str, lang_code: str}\n\n@end\n"}}