unslop

by asavvin-pixelVerified

English text humanizer for Claude: typography, vocabulary, structure. Calibrates to your voice. Built on the UMD / Google DeepMind study and Wikipedia's Signs of AI writing

50
Stars
4
Forks
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/asavvin-pixel/unslop

Getting Started

Guides for using skills like unslop.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Unslop

A Claude skill that removes signs of AI writing from English text. Not just the word-level tells ("delve", "it's important to note") but the structural ones: over-explained conclusions, template paragraphs, invented specifics. Calibrates to your personal voice.

GitHub About line: "English text humanizer for Claude: typography, vocabulary, structure. Calibrates to your voice. Built on the UMD / Google DeepMind study and Wikipedia's Signs of AI writing."

Why word-swapping doesn't work

Every humanizer promises to make AI text "sound human", and most of them swap vocabulary: "delve" out, "explore" in. There are two problems with that.

First, the wordlist decays. "Delve" peaked in 2023 and collapsed in 2025. GPT-5.1 suppresses em dashes. Wikipedia's Signs of AI writing now dates its vocabulary lists by model era, because each generation retires the previous tells.

Second, and worse: the words were never the real signal. In 2026, the University of Maryland and Google DeepMind compared 61,608 texts written by humans and five models. When they ran AI texts through surface editing (clichés, purple prose, redundant exposition removed), a classifier looking only at structure barely noticed: detection dropped from 95.5% to 93.9%. The text gives itself away by how it's built. AI states the moral of every paragraph, runs single-track claim-support-takeaway structure, renders emotion through body metaphors, avoids naming real things, and rounds every ending to a tidy point.

A humanizer that only touches vocabulary fixes the layer that was already fixing itself, and leaves the durable signal intact. This skill works on three levels at once.

How it's built

Level 1: typography and mechanics. Em dashes, mixed quotation marks, Title Case Headings, bold on every "key term", inline-header bullet lists, "Conclusion" sections, markdown debris like utm_source=chatgpt.com. Cheap fixes; partially grep-checkable, and the skill greps itself.

Level 2: vocabulary and rhetoric. 19 categories of constructions with stop lists and fixes: inflated significance ("stands as a testament"), negative parallelisms ("it's not X, it's Y"), the rule of three, superficial -ing analysis ("...highlighting the importance of"), copula avoidance ("serves as" for "is"), synonym cycling, vague attributions, and more. Every category ships with a before/after. The AI wordlist is dated by model era, because it expires.

Level 3: structure and epistemics. The part that survives model updates. Don't chew conclusions. Break paragraph symmetry. Use real specifics, and only real ones: the skill forbids inventing numbers, examples, and thresholds for "liveliness", because invented specifics are worse than clichés: a cliché reads as filler, an invented fact reads as fact. Hedge once per limitation, not once per sentence. And a section most humanizers skip: what human writing is allowed to do. Plain "is" and "has". Plain verbs: wrote, used, died. Superlatives when true. Hedges when honest. These are the constructions AI avoids and people use freely; the skill protects them instead of sanding them off.

There's also a rule against replacement tics: any substitute phrase repeated across three texts becomes a new marker. The cure for a cliché is usually not another phrase but its absence.

Voice calibration

The default "human" tone is still someone else's. So the skill can become yours:

calibrate to my style

Claude asks for a few texts you wrote yourself, extracts a profile (em dash tolerance, pet connectives, sentence rhythm, the personal tics that must never be cleaned out, per-genre registers), and saves it to references/style-profile.md: plain markdown you can edit by hand. From then on, every edit lands on top of your voice, not on top of an averaged "good style".

Updates are incremental: "learn from this text too" appends to the profile instead of rewriting it.

What calibration will not do: enable invented facts, switch off the epistemics rules, or imitate another named author.

Field test

The first launch post for this skill was written with the skill active, posted to r/ClaudeAI, and identified as AI within the hour. The top comment: "run your skill on your slop post before posting or it didn't work at all." Fair. Users even quoted the giveaway lines back, and two of them wrote parody comments that agreed with the thesis while mocking the delivery.

The failure taught us something the 61,608-text study didn't: cleaning out GPT-isms leaves behind the model's own house style. Every sentence load-bearing, every paragraph landing on an aphorism, confidence perfectly uniform, and the whole document shaped like a launch-post template. Real people don't sustain that.

v1.1 is the fix: category 19 in the blacklist (clean slop: the punchy one-liner closings, "That's not X. That's Y.", verdict verbs, uniform confidence), an outline test in the final check (read the first sentence of every paragraph; if they form a tidy summary, the structure is machine-shaped), a slack rule (one or two sentences per text get to be ordinary), and a prose benchmark file derived from essays that do this well. If you find the next layer of residue, open an issue; that's how category 20 will get written.

Install

Claude.ai / Claude Desktop: Settings, Capabilities, Skills, upload unslop.skill (or the repo as a ZIP).

Claude Code:

git clone https://github.com/asavvin-pixel/unslop ~/.claude/skills/unslop

Use

The skill triggers on "humanize this", "unslop", "de-AI", "make it sound human", and when writing English text from scratch. Typical requests:

unslop this: [...]
write a post about [...] that doesn't read as generated
rewrite this section, keep the length and structure
calibrate to my style

Three edit modes: free (filler gets deleted, text may shrink), careful (structure and 80–110% of length survive, for fixed formats), minimal. The genre always survives: a post stays a post, an email stays an email.

Repo structure

unslop/
├── SKILL.md                              # the rules, three levels
├── examples/
│   └── mindfulness.md                    # full before/after with commentary
└── references/
    ├── blacklist.md                      # 19 stop-list categories with fixes
    ├── prose-benchmarks.md               # what good plain prose measurably does
    └── style-profile-template.md         # calibration profile template

Sources

What it won't do

It doesn't try to beat AI detectors, and that's deliberate: detectors err in both directions, and text written to fool a detector is bad in its own way. The goal is text you're not embarrassed to show a person. It also won't replace the author: if the source has no facts in it, the output is an honest short text plus a list of what's missing, not a convincing imitation.

Russian version

For Russian text, use the sister skill ochelovech: Russian AI text has its own lexicon (bureaucratic calques, «является»-constructions, the letter «ё» as a tell), so wordlists don't translate. The structural level is shared; each skill adapts it to its language.

Frequently Asked Questions

What is unslop?

unslop is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by asavvin-pixel. English text humanizer for Claude: typography, vocabulary, structure. Calibrates to your voice. Built on the UMD / Google DeepMind study and Wikipedia's Signs of AI writing. It has 50 GitHub stars.

Is unslop safe to use?

Yes. unslop passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install unslop?

Clone the repository with "git clone https://github.com/asavvin-pixel/unslop" and add it to your Claude Code skills directory (see the Installation section above). unslop ships a SKILL.md manifest, so compatible agents can discover and load it automatically.

Are there alternatives to unslop?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh unslop against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details