{"files":{"SKILL.md":"---\nname: image-moderation\ndescription: \"Image Moderation API skill. Use when working with Image Moderation for root. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# Image Moderation\nAPI version: 1.0.0\n\n## Auth\nNo authentication required.\n\n## Base URL\nhttps://api.moderatecontent.com/moderate/\n\n## Setup\n1. No auth setup needed\n2. GET / -- blocks images with nudity\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Root\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | / | Blocks images with nudity |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all resource?\" -> GET /\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\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 Image Moderation\n@base https://api.moderatecontent.com/moderate/\n@version 1.0.0\n@endpoints 1\n@toc root(1)\n\n@endpoint GET /\n@desc Blocks images with nudity\n@required {url: any}\n@returns(200) Success\n\n@end\n"}}