Claude Skill

blader/humanizer

Humanizer 是一个 Claude Skill,可处理文本以去除 AI 生成痕迹,使内容在各种应用中显得更自然、更接近人类撰写。

概览

Stars2,910
Forks240
语言未知
最后更新2026-01-23
最近同步2026-05-31
前往 GitHub

仓库信息

拥有者blader
仓库humanizer
完整名称blader/humanizer
Repo ID1,136,666,433

安装这个 Skill

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

Registry 信息

类型openclaw_skill
质量分70/100
验证状态readme_parsed
最近验证2026-05-31
平台
Claude
能力
pdfmemorysearchterminalworkflow
识别文件
README.mdSKILL.md
安装方式
  • git clone https://github.com/blader/humanizer.git ~/.claude/skills/humanizer
  • git 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

话题

暂无话题

探索更多

数据来自 GitHub,同步时间:2026-05-31