Unslop

Strip AI-isms from chat replies and markdown files. Keep code, URLs, headings, and technical content exactly as written.

Unslop runs as a plugin (Claude Code, Cursor, Windsurf, Gemini CLI, Codex, Copilot) and as a standalone Python CLI for rewriting files on disk.

Install

Claude Code plugin

/plugin install unslop

Standalone hooks (any shell)

git clone https://github.com/MohamedAbdallah-14/unslop
cd unslop
bash hooks/install.sh

File unslop (Python)

pipx install unslop
humanize --deterministic README.md

What it drops

What stays exact

Modes

subtle

Lightest touch. Strip the obvious AI-isms and stop.

balanced (default)

Strip AI-isms, engineer burstiness, tighten tricolons.

full

Aggressive rewrite for varied cadence. Merge bullet soup.

voice-match

Match the user's voice from their previous messages.

anti-detector

Maximize variety to reduce AI-detector score. Truthfulness still required.

off

Disable. Return to default model behavior.

Links