humanize
Humanize rewrites AI-generated content to read naturally and evade detection systems. Choose from light, medium, or aggressive intensity modes depending on your needs, with credit usage based on word count.
Humanize transforms AI-generated text into natural writing to bypass detection tools like GPTZero and Turnitin.
AI-generated summary based on this skill's SKILL.md
Install
humanizerai/agent-skills/humanize
git clone https://github.com/humanizerai/agent-skills
cp -r agent-skills/skills/humanize ~/.claude/skills/humanizenpx skillfed install humanizerai/agent-skills/humanizeFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What does Humanize do with AI-generated text?
Humanize rewrites AI-generated content to read naturally and evade detection systems. The skill transforms machine-written text into prose that sounds more human-like, with adjustable intensity modes—light, medium, or aggressive—to match your specific needs. Credit usage scales with word count.
Can Humanize help me make AI writing sound human?
Yes. Humanize is designed to make AI-written content sound more natural and human-like by rewriting it with varied phrasing, tone adjustments, and structural changes. You select your preferred intensity level, and the skill processes your text accordingly, consuming credits based on word count.
Does Humanize bypass AI content detectors?
Humanize transforms AI-generated text to evade detection systems like GPTZero, Turnitin, and Originality.ai. However, effectiveness depends on the detector's sophistication and your chosen intensity mode. Light modes preserve more original meaning; aggressive modes prioritize evasion.
How do intensity modes work in Humanize?
Humanize offers three intensity settings to adjust text transformation depth. Light intensity makes subtle changes for minimal detection risk; medium balances naturalness with evasion; aggressive mode prioritizes bypassing detectors. Select based on your detection-bypass needs and acceptable trade-offs in meaning preservation.
How much does it cost to humanize AI-generated essays?
Humanize charges credits based on word count rather than a flat fee. Longer essays consume more credits. The exact rate depends on your subscription tier. Each rewrite—whether light, medium, or aggressive intensity—applies the same per-word credit calculation.
What license does Humanize operate under?
Humanize is released under the MIT license, allowing broad use, modification, and distribution subject to MIT's standard terms.
SKILL.md
rendered from the published skill — quoted content, verbatim
Humanize AI Text
Transform AI-generated content into natural, human-like writing using the HumanizerAI API.
How It Works
When the user invokes /humanize, you should:
- Parse $ARGUMENTS for text and optional --intensity flag
- Call the HumanizerAI API to humanize the text
- Present the humanized text with before/after scores
- Show remaining credits
Parsing Arguments
The user may provide:
- Just text: /humanize [their text]
- With intensity: /humanize --intensity aggressive [their text]
Default intensity is medium.
Intensity Levels
| Value | Name | Description | Best For |
|---|---|---|---|
light |
Light | Subtle changes, preserves style | Already-edited text, low AI scores |
medium |
Medium | Balanced rewrites (default) | Most use cases |
aggressive |
Bypass | Maximum bypass mode | High AI scores, |
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 1 file
skills/humanize/SKILL.md