Rewrite AI-generated text to sound natural and human. Use for humanizing text, making AI writing undetectable, rewriting to pass AI detectors. Trigger on phrases like "humanize", "make this sound human", "rewrite naturally", "humanize text", "sound more natural", "pass AI detection".
Rewrite AI-generated text to sound natural and pass AI detection tools while preserving meaning exactly.
~/.claude/skills/humanize/scripts/setup.sh
Humanize text by providing it inline, from a file, or from clipboard. Options are expressed in natural language.
When humanizing text with the Claude engine (default), follow this exact 4-pass workflow. Execute all passes internally and return only the final result.
Apply the selected tone throughout all passes:
AI detectors measure "burstiness" - how much sentence length and complexity varies. AI text is uniform. Human text is jagged.
Do this:
AI detectors measure "perplexity" - how predictable word choices are. AI picks the statistically most likely word. Humans are messier.
Do this:
Scan the rewritten text and remove or replace ALL of the following. These are the most common AI-detection triggers:
Banned words and phrases: delve, tapestry, leverage, utilize, realm, game-changer, unlock, embark, illuminate, unveil, pivotal, intricate, elucidate, hence, furthermore, moreover, however, harness, groundbreaking, cutting-edge, remarkable, navigate, landscape, testament, ever-evolving, shed light, dive deep, treasure trove, craft/crafting, imagine, skyrocket, revolutionize, disruptive, exciting, powerful, inquiries, remains to be seen, glimpse into, stark, certainly, probably, basically, it's important to note, it's worth mentioning, in today's world, in today's digital landscape, in today's era, in conclusion, in summary, in closing, this comprehensive guide, let's explore, not just X but also Y, when it comes to, at the end of the day, on the other hand, having said that, with that being said, needless to say, it goes without saying, as a matter of fact, the fact of the matter is, it should be noted
Banned formatting patterns:
Re-read the full output one final time:
When the user requests "using undetectable", call the API script:
~/.claude/skills/humanize/.venv/bin/python ~/.claude/skills/humanize/scripts/humanize-api.py --text "THE_TEXT_HERE"
For file input:
~/.claude/skills/humanize/.venv/bin/python ~/.claude/skills/humanize/scripts/humanize-api.py --file path/to/file.txt
The script returns humanized text to stdout. Present it to the user.