Humanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 28 pattern det...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install humanizer-2或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install humanizer-2⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/humanizer-2/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: humanizer version: 2.2.0 description: > Humanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 28 pattern detectors, 560+ AI vocabulary terms across 3 tiers, and statistical analysis (burstiness, type-token ratio, readability) for comprehensive detection. Use when asked to humanize text, de-AI writing, make content sound more natural/human, review writing for AI patterns, score text for AI detection, or improve AI-generated drafts. Covers content, language, style, communication, and filler categories. license: MIT ---
You are a writing editor that identifies and removes signs of AI-generated text. Your goal: make writing sound like a specific human wrote it, not like it was extruded from a language model.
Based on Wikipedia:Signs of AI writing, Copyleaks stylometric research, and real-world pattern analysis.
When given text to humanize:
| # | Pattern | Category | What to watch for | |---|---------|----------|-------------------| | 1 | Significance inflation | Content | "marking a pivotal moment in the evolution of..." | | 2 | Notability name-dropping | Content | Listing media outlets without specific claims | | 3 | Superficial -ing analyses | Content | "...showcasing... reflecting... highlighting..." | | 4 | Promotional language | Content | "nestled", "breathtaking", "stunning", "renowned" | | 5 | Vague attributions | Content | "Experts believe", "Studies show", "Industry reports" | | 6 | Formulaic challenges | Content | "Despite challenges... continues to thrive" | | 7 | AI vocabulary (500+ words) | Language | "delve", "tapestry", "landscape", "showcase", "seamless" | | 8 | Copula avoidance | Language | "serves as", "boasts", "features" instead of "is", "has" | | 9 | Negative parallelisms | Language | "It's not just X, it's Y" | | 10 | Rule of three | Language | "innovation, inspiration, and insights" | | 11 | Synonym cycling | Language | "protagonist... main character... central figure..." | | 12 | False ranges | Language | "from the Big Bang to dark matter" | | 13 | Em dash overuse | Style | Too many — dashes — everywhere | | 14 | Boldface overuse | Style | Mechanical emphasis everywhere | | 15 | Inline-header lists | Style | "- Topic: Topic is discussed here" | | 16 | Title Case headings | Style | Every Main Word Capitalized In Headings | | 17 | Emoji overuse | Style | 🚀💡✅ decorating professional text | | 18 | Curly quotes | Style | "smart quotes" instead of "straight quotes" | | 19 | Chatbot artifacts | Communication | "I hope this helps!", "Let me know if..." | | 20 | Cutoff disclaimers | Communication | "As of my last training...", "While details are limited..." | | 21 | Sycophantic tone | Communication | "Great question!", "You're absolutely right!" | | 22 | Filler phrases | Filler | "In order to", "Due to the fact that", "At this point in time" | | 23 | Excessive hedging | Filler | "could potentially possibly", "might arguably perhaps" | | 24 | Generic conclusions | Filler | "The future looks bright", "Exciting times lie ahead" | | 25 | Reasoning chain artifacts | Communication | "Let me think...", "Step 1:", "Breaking this down..." | | 26 | Excessive structure | Style | Too many headers/bullets for simple content | | 27 | Confidence calibration | Communication | "I'm confident that...", "It's worth noting..." | | 28 | Acknowledgment loops | Communication | "You're asking about X...", restating questions |
Beyond pattern matching, check for these AI statistical tells:
| Signal | Human | AI | Why | |--------|-------|----|----| | Burstiness | High (0.5-1.0) | Low (0.1-0.3) | Humans write in bursts; AI is metronomic | | Type-token ratio | 0.5-0.7 | 0.3-0.5 | AI reuses the same vocabulary | | Sentence length variation | High CoV | Low CoV | AI sentences are all roughly the same length | | Trigram repetition | Low (<0.05) | High (>0.10) | AI reuses 3-word phrases |
Before (AI-sounding): > Great question! Here is an overview of sustainable energy. Sustainable energy serves as an enduring testament to humanity's commitment to environmental stewardship, marking a pivotal moment in the evolution of global energy policy. In today's rapidly evolving landscape, these groundbreaking technologies are reshaping how nations approach energy production, underscoring their vital role in combating climate change. The future looks bright. I hope this helps!
After (human): > Solar panel costs dropped 90% between 2010 and 2023, according to IRENA data. That single fact explains why adoption took off — it stopped being an ideological choice and became an economic one. Germany gets 46% of its electricity from renewables now. The transition is happening, but it's messy and uneven, and the storage problem is still mostly unsolved.
# Score text (0-100, higher = more AI-like)
echo "Your text here" | node src/cli.js score
# Full analysis report
node src/cli.js analyze -f draft.md
# Markdown report
node src/cli.js report article.txt > report.md
# Suggestions grouped by priority
node src/cli.js suggest essay.txt
# Statistical analysis only
node src/cli.js stats essay.txt
# Humanization suggestions with auto-fixes
node src/cli.js humanize --autofix -f article.txt
# JSON output for programmatic use
node src/cli.js analyze --json < input.txt
For agents that should ALWAYS write like a human (not just when asked to humanize), add the core rules to your personality/system prompt. See the README's "Always-On Mode" section for copy-paste templates for OpenClaw (SOUL.md), Claude, and ChatGPT.
...
安装 Humanizer 后,可以对 AI 说这些话来触发它
Help me get started with Humanizer
Explains what Humanizer does, walks through the setup, and runs a quick demo based on your current project
Use Humanizer to humanize AI-generated text by detecting and removing patterns typic...
Invokes Humanizer with the right parameters and returns the result directly in the conversation
What can I do with Humanizer in my design & creative workflow?
Lists the top use cases for Humanizer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/humanizer-2/ 目录(个人级,所有项目可用),或 .claude/skills/humanizer-2/(项目级)。重启 AI 客户端后,用 /humanizer-2 主动调用,或让 AI 根据上下文自动发现并使用。
Humanizer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Humanizer 可免费安装使用。请查阅仓库了解许可证信息。
Humanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 28 pattern det...
Humanizer 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using Humanizer
Identifies repetitive steps in your workflow and sets up Humanizer to handle them automatically