Unofficial project — not affiliated with blader/humanizer or any AI vendor.
Official install guide

Install the official Humanizer skill.

This site is an independent browser companion. The skill itself comes from blader/humanizer. We checked these steps against upstream version 2.11.2 on August 23, 2026.

Try the browser checker

No install or account. It checks 12 concrete text signals locally and lets you review suggested edits. It is not the official 35-pattern skill.

Open the checker →

Install all 35 upstream patterns

Use the official Skills CLI for supported coding agents, or open the upstream repository for Claude Code and manual setup.

Open official install page →
Recommended setup

Install with the Skills CLI

Run the official command in Terminal. Leave off --global to install only in the current project.

# Install for your user account npx skills add blader/humanizer --global # Install only in the current project npx skills add blader/humanizer # Choose one or more supported agents when needed npx skills add blader/humanizer --agent <name>
Claude Code

Use the official plugin commands

/plugin marketplace add blader/humanizer /plugin install humanizer@humanizer # Then run the installed command /humanizer:humanizer

Upstream says this plugin route needs Claude Code 2.1.142 or newer. For manual setup, copy the official SKILL.md into your agent's skill folder.

Good to know

What is official and what is not?

No. This is an independent, unofficial browser companion. The official skill, source, releases, and support live in the blader/humanizer GitHub repository.
No. It automates 12 literal text signals. The official skill reviews 35 broader patterns, many of which need context and human judgment.
Yes. Use the official repository's source ZIP, especially for Claude Desktop. This site no longer generates a smaller substitute skill.

Use the source that stays current

Install from upstream, or use the local browser checker for a quick review.

Install the Official Humanizer Skill — Claude Code & Skills CLI