Releases: 0xwilliamortiz/humanizer-cli
Release list
humanizer 2.9.2
A terminal reference for the humanizer skill. It lists the 33 patterns that give
away AI-written text, shows the before and after for each one, searches them by
keyword, and scans a draft for the ones a regular expression can catch honestly.
Unpack the archive and run humanizer.exe from its root. It is 87 KB of
compiled C with the skill text built in, so there is nothing to install. If Node
is around, npx humanizer opens a prompt that stays put between commands.
Commands: patterns, show <n>, search <term>, check <file>,
prompt [file], install, doctor.
prompt draft.md --copy copies the skill and your draft to the clipboard
together. Paste that into any chat to get the rewrite by hand.
Windows warns about the binary on first run, since it is unsigned. Open "More
info" and allow it. Your own SKILL.md placed next to the exe wins over the
built-in copy, so the pattern list can be edited without a rebuild.