Routes a request to Slop or Not Pro's on-device tools: detect whether text or an image is AI-generated, clean AI artifacts out of text, and score readability with each language's native formula (Flesch-Kincaid for English). Runs locally on a Mac via the SlopOrNot MCP server or the slop CLI. Use when the user asks "is this AI", "did a bot write this", "is this image AI generated", "clean the invisible characters out of this", "what reading grade is this", or invokes /slop-check. Not for rewriting or humanizing text; that is the agentic-humanizer skill.
$npx -y skills add numen-tech/slopornot --skill slop-checkInstalls into the current project.
Run `npx skills use "https://github.com/numen-tech/slopornot" --skill "numen-tech/slopornot/slop-check"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/numen-tech/slopornot" that are relevant to the current task. Run `npx skills add "https://github.com/numen-tech/slopornot"` and select the relevant skills, then follow their instructions.