De-AI-ify
Strips AI-tell phrases, hedging and buzzwords from your text and rewrites it in a natural human voice.
Content & WritingBeginner★ 424⑂ 97AI score 9/10Last updated: Mar 19, 2026
What it does
- Scans your draft for 47 documented AI patterns, grouped into overused transitions (14), clichés (18), hedging (8), corporate buzzwords (12) and robotic structures (9), then removes them.
- Adds human rhythm signals instead: varied sentence length, active voice, contractions, and concrete names/numbers in place of vague references.
- Returns a before/after "human-ness" score (0–10), a change log of what was fixed and why, and flags for paragraphs that still need your judgment.
- Modes:
quick,standard(default, full scan + score),deep(calibrate against a writing sample), plus--preserve-formaland--academicvariants.
Who it's for
- Content marketers who draft with an LLM and publish to blogs or newsletters.
- Anyone polishing English LinkedIn posts, landing pages, or sales emails.
- Ghostwriters who need output to match a specific person's voice (
deepmode).
Example uses
- "Run de-ai-ify on blog-draft.md" → produces
blog-draft-HUMAN.mdplus a list of removed clichés and hedges. - For a white paper that should stay somewhat formal, add
--preserve-formalso only obvious clichés go. - For a research paper, use
--academicto keep field-standard connectors while tightening voice and clarity.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/BrianRWagner/ai-marketing-claude-code-skills/HEAD/de-ai-ify/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the de-ai-ify folder from the GitHub repo BrianRWagner/ai-marketing-claude-code-skills into my ~/.claude/skills/de-ai-ify/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/BrianRWagner/ai-marketing-claude-code-skills.git /tmp/ai-mkt-skills && mkdir -p ~/.claude/skills && cp -r /tmp/ai-mkt-skills/de-ai-ify ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/BrianRWagner/ai-marketing-claude-code-skills.git - Create the skills folder:
mkdir -p ~/.claude/skills - Copy the skill in:
cp -r ai-marketing-claude-code-skills/de-ai-ify ~/.claude/skills/(Ignore the~/.openclaw/skillspath written in SKILL.md.) - Restart Claude Code and run
/skillsto confirmde-ai-ifyis listed. - Try it: put your file in the project and ask "De-AI-ify draft.md in standard mode."
- Review the generated
draft-HUMAN.mdand change log — treat the 0–10 score as a rough heuristic, not a measurement.