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
Repository
Install this Skill
git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizerRegistry
git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizergit 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.
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.