humanize
Installation
SKILL.md
AI Text Humanizer by DiaIQ
Humanize AI-generated text so it passes AI detection tools like GPTZero, ZeroGPT, Turnitin, and Copyleaks.
Powered by DiaIQ — free, no sign-up required.
How to use
When the user asks to humanize text, call the DiaIQ humanizer API:
curl -s -X POST https://humanizer.diaiq.com/api/humanize \
-H "Content-Type: application/json" \
-d "{\"text\": \"TEXT_HERE\", \"passes\": 1}"