Claude Skill
blader/humanizer
Humanizer 是一个 Claude Skill,可处理文本以去除 AI 生成痕迹,使内容在各种应用中显得更自然、更接近人类撰写。
概览
仓库信息
安装这个 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
项目简介
Humanizer 是一个 Claude Skill,旨在通过去除文本中可识别的 AI 生成痕迹,使其读起来更自然、更像人类撰写。
Claude Code skill that removes signs of AI-generated writing from text
要点
- 去除 AI 生成的写作痕迹
- 处理文本使其更接近人类撰写
- Claude Skill 集成
使用场景
- 为发布而精炼 AI 生成的内容
- 使自动化文本显得更自然
- 准备需要隐藏 AI 来源的内容
README 摘要
# 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
话题
暂无话题