Claude Skill

blader/humanizer

Humanizer is a Claude Skill that processes text to remove signs of AI-generated writing, making content appear more natural and human-written for various applications.

Overview

Stars2,910
Forks240
LanguageUnknown
Last pushed2026-01-23
Last synced2026-05-31
View on GitHub

Repository

Ownerblader
Repositoryhumanizer
Full nameblader/humanizer
Repo ID1,136,666,433

Install this Skill

git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer

Registry

Typeopenclaw_skill
Quality score70/100
Verificationreadme_parsed
Last verified2026-05-31
Platforms
Claude
Capabilities
pdfmemorysearchterminalworkflow
Detected files
README.mdSKILL.md
Install methods
  • git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer
  • git clone https://github.com/blader/humanizer.git ~/.config/opencode/skills/humanizer

Summary

Humanizer is a Claude Skill designed to process text by removing identifiable markers of AI-generated content, making it appear more natural and human-written.

Chinese description

Claude Skill:去除文本中AI生成痕迹的功能

Key features

  • Removes AI-generated writing markers
  • Processes text to appear more human-written
  • Claude Skill integration

Use cases

  • Refining AI-generated content for publication
  • Making automated text appear more natural
  • Preparing content where AI origin should be obscured

README excerpt

# Humanizer A skill for Claude Code and OpenCode that removes signs of AI-generated writing from text, making it sound more natural and human. ## Installation ### Claude Code Clone directly into Claude Code's skills directory: ```bash mkdir -p ~/.claude/skills git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer ``` Or copy the skill file manually if you already have this repo cloned: ```bash mkdir -p ~/.claude/skills/humanizer cp SKILL.md ~/.claude/skills/humanizer/ ``` ### OpenCode Clone directly into OpenCode's skills directory: ```bash mkdir -p ~/.config/opencode/skills git clone https://github.com/blader/humanizer.git ~/.config/opencode/skills/humanizer ``` Or copy the skill file manually if you already have this repo cloned: ```bash mkdir -p ~/.config/opencode/skills/humanizer cp SKILL.md ~/.config/opencode/skills/humanizer/ ``` > **Note:** OpenCode also scans `~/.claude/skills/` for compatibility, so if you use both tools, a single clone into `~/.claude/skills/humanizer/` is enough. ## Usage ### Claude Code ``` /humanizer [paste your text here] ``` ### OpenCode ``` /humanizer [paste your text here] ``` Or ask the model to humanize text directly in either tool: ``` Please humanize this text: [your text] ``` ### Voice Calibration To match your personal writing style, provide a sample of your own writing: ``` /humanizer Here's a sample of my writing for voice matching: [paste 2-3 paragraphs of your own writing] Now humanize this text: [paste AI text to humanize] ``` The skill will analyze your sentence rhythm, word choices, and quirks, then apply them to the rewrite instead of producing generic "clean" output. ## Overview Based on [Wikipedia's "Signs of AI writing"](https://en.wikipedia.org/wiki/Wikipedia:Signs_o

Topics

No topics yet.

Explore more

Data from GitHub. Synced on 2026-05-31