agentic-humanizer
Agentic Humanizer
A 5-pass AI humanizer. It always runs the core rewrite workflow; Slop or Not Pro adds measured on-device AI detector checks.
- Without Slop or Not: runs the full rewrite workflow.
- With Slop or Not Pro: adds on-device AI detector scoring, readability, Text Cleanup, and cleanup stats.
Supported languages: English, Spanish, German, Italian, Swedish, Danish, and
Norwegian (Bokmal and Nynorsk). The AI detector score is English only; other
languages use native readability and per-language tells. See
references/multilingual.md.
Slash command: /agentic-humanizer [paste text]
Inline overrides: /agentic-humanizer language=<code> variant=<spec> dialect=us|uk grade=N level=<band> tone=casual|professional|academic length=±10|exp|trim threshold=N max=N voice=/path/to/file.txt|off voice-skip skip-interview [paste]
language=<code> and variant=<spec> set the target language and variant (for example language=de variant=de-AT). dialect=us|uk is a legacy English alias: dialect=us equals language=en variant=en-US, dialect=uk equals language=en variant=en-GB. grade=N sets the Flesch-Kincaid target and is English only; level=<band> sets the reading-level band (elementary|middle|high_school|college|graduate) for any language. Explicit language=/variant= win over dialect=. Setting language= without variant= uses that language's default variant from the registry (the first variant listed, or other:<code> for an unsupported language with no registry entry). Setting variant=<tag> without language= infers the base language from the variant's BCP-47 prefix (for example variant=de-AT -> language=de); if the prefix is unsupported, keep that bare prefix as the language, use the inline variant, and warn. See references/multilingual.md for supported codes and variants.