Best use case
humanizer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
去除文本中的AI生成痕迹,使其更自然、更像人类书写,同时保持爆款潜力评估。
Teams using humanizer should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/humanizer/SKILL.md --create-dirs "https://raw.githubusercontent.com/rayguo01/viral-x/main/.claude/humanizer/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/humanizer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How humanizer Compares
| Feature / Agent | humanizer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
去除文本中的AI生成痕迹,使其更自然、更像人类书写,同时保持爆款潜力评估。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Humanizer: 去AI味优化
这个 Skill 用于去除AI生成文本的痕迹,使文字更自然、更有人味,同时提供爆款潜力评分。
## 核心能力
1. **识别AI模式** - 检测24种常见AI写作模式
2. **重写问题片段** - 用自然的替代方案替换AI痕迹
3. **爆款要素评分** - 6维度爆款潜力评估
4. **人味评分** - 5维度人味质量评估
5. **输出优化版本** - 去除AI味的最终版本
## 检测的AI模式
### 内容模式
- 过度强调意义、遗产和更广泛的趋势
- 过度强调知名度和媒体报道
- 以-ing结尾的肤浅分析
- 宣传和广告式语言
- 模糊归因和含糊措辞
- 提纲式的"挑战与未来展望"部分
### 语言模式
- 过度使用的"AI词汇"
- 避免使用"是"(系动词回避)
- 否定式排比
- 三段式法则过度使用
- 刻意换词(同义词循环)
- 虚假范围
### 风格模式
- 破折号过度使用
- 粗体过度使用
- 内联标题垂直列表
- 表情符号滥用
### 交流模式
- 协作交流痕迹
- 知识截止日期免责声明
- 谄媚/卑躬屈膝的语气
- 填充短语和过度限定
- 通用积极结论
## 评分体系
### 爆款6维度(每项0-10分,共60分→百分制)
1. 好奇心缺口
2. 情绪共鸣
3. 价值实用性
4. 关联性
5. 节奏可读性
6. 新颖性
### 人味5维度(每项0-10分,共50分)
1. 直接性 - 直接陈述还是绕圈宣告
2. 节奏 - 句子长度是否变化
3. 信任度 - 是否尊重读者智慧
4. 真实性 - 听起来像真人说话吗
5. 精炼度 - 还有可删减的内容吗
## 运行方式
```bash
# 通过 tasks.js API 调用
POST /api/tasks/optimize
{
"content": "待优化内容",
"optimizeMode": "humanizer"
}
```Related Skills
We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.