Token导航 LogoToken导航TokenDH.com
研究检索只读unknown未标认证来源可访问许可证需确认审计未展示

humanizer-enhanced人性化增强

Agent Skill

humanizer-enhanced 用于查找、检索和筛选相关信息,适合在 Local Agent 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,421

周安装

104

下载量

849
Local Agent

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:humanizer-enhanced(人性化增强)
来源仓库:https://skills.volces.com
仓库路径:humanizer-enhanced
安装命令:
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。当前暂无明确安装命令,请以来源页面说明为准。

简介

humanizer-enhanced 用于查找、检索和筛选相关信息。

  • 适合在 Local Agent 中基于关键词或场景获取候选结果。
  • 可结合来源仓库与原始文档核验其实现细节与输出格式。
  • 使用前应确认其权限范围与数据源可靠性。humanizer-enhanced 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 建议在明确任务目标后调用,提升检索效率与准确性。

SKILL.md

Humanizer enhanced: remove AI writing patterns

Identify and remove signs of AI-generated text. This enhanced version includes crypto/Web3 patterns and adds personality to make content sound genuinely human-written.

Quick start

/humanizer                    # Humanize current file or selection
/humanizer path/to/file.md    # Humanize specific file
/humanizer --scan             # Scan only, don't edit (show issues)
/humanizer --batch drafts/    # Process all .md files in directory

Process

Step 1: Scan for patterns

Identify all AI patterns in the text, categorize by severity:

  • HIGH — Obvious AI tells, must fix (negative parallelism, chatbot artifacts, em dash overuse, vague attributions, copula avoidance)
  • MEDIUM — Common AI patterns, should fix (rule of three, significance inflation, synonym cycling)
  • LOW — Minor tells, fix if time permits (title case headings, excessive bold)

Step 2: Report findings

Show user a summary:

## Humanizer scan results

HIGH (3 issues)
- Line 45: Negative parallelism "isn't X. It's Y"
- Line 89: Em dash overuse (5 instances)
- Line 120: "Research shows" without attribution

MEDIUM (5 issues)
- Line 23: Rule of three pattern
- Line 67: Copula avoidance "serves as"
...

LOW (2 issues)
- Line 12: Title case heading
...

Total: 10 issues found
Estimated humanization: ~15 edits needed

Step 3: Fix (with user approval)

Ask user: "Fix all issues? Or review one by one?"

Step 4: Add soul

After fixing patterns, review for personality. Sterile writing is still obvious AI. See references/communication-crypto-soul-patterns.md for the full soul/personality guide.

Step 5: Readability check

Check Flesch-Kincaid readability. Target grade 10-12 for developer content, grade 8-10 for general audience. If score is too high (too complex), simplify longest sentences and replace jargon.

Step 6: Em dash regression scan

After all other fixes, run a final check for em dashes (—) across the text. Humanizer rewrites can reintroduce em dashes. Remove any that were added during the fix process.


Pattern routing table

All 34 patterns are documented with before/after examples in the reference files below.

PatternsSeverityReference file
1. Significance inflationMEDIUMreferences/content-patterns.md
2. Promotional languageMEDIUMreferences/content-patterns.md
3. Superficial -ing analysesMEDIUMreferences/content-patterns.md
4. Vague attributionsHIGHreferences/content-patterns.md
5. Formulaic challenges sectionsMEDIUMreferences/content-patterns.md
6. Generic positive conclusionsMEDIUMreferences/content-patterns.md
7. AI vocabulary wordsMEDIUMreferences/language-style-patterns.md
8. Copula avoidanceHIGHreferences/language-style-patterns.md
9. Negative parallelismHIGHreferences/language-style-patterns.md
10. Rule of threeMEDIUMreferences/language-style-patterns.md
11. Synonym cyclingMEDIUMreferences/language-style-patterns.md
12. False rangesLOWreferences/language-style-patterns.md
13. Em dash overuseHIGHreferences/language-style-patterns.md
14. Excessive boldfaceLOWreferences/language-style-patterns.md
15. Inline-header listsMEDIUMreferences/language-style-patterns.md
16. Title case headingsLOWreferences/language-style-patterns.md
17. Curly quotesLOWreferences/language-style-patterns.md
18. Chatbot artifactsHIGHreferences/communication-crypto-soul-patterns.md
19. Knowledge cutoff disclaimersHIGHreferences/communication-crypto-soul-patterns.md
20. Sycophantic toneMEDIUMreferences/communication-crypto-soul-patterns.md
21. Excessive hedgingMEDIUMreferences/communication-crypto-soul-patterns.md
22. Filler phrasesMEDIUMreferences/communication-crypto-soul-patterns.md
23. Crypto hype languageHIGHreferences/communication-crypto-soul-patterns.md
24. Vague "ecosystem" claimsMEDIUMreferences/communication-crypto-soul-patterns.md
25. Unsubstantiated statsHIGHreferences/communication-crypto-soul-patterns.md
26. "Seamless" and "frictionless"MEDIUMreferences/communication-crypto-soul-patterns.md
27. Abstract "empowerment" languageMEDIUMreferences/communication-crypto-soul-patterns.md
28. Fake decentralization claimsHIGHreferences/communication-crypto-soul-patterns.md
29. Meta-narrationHIGHreferences/communication-crypto-soul-patterns.md
30. False audience rangeMEDIUMreferences/communication-crypto-soul-patterns.md
31. Parenthetical definitionsMEDIUMreferences/communication-crypto-soul-patterns.md
32. Sequential numberingMEDIUMreferences/communication-crypto-soul-patterns.md
33. "It's worth noting" fillerMEDIUMreferences/communication-crypto-soul-patterns.md
34. Identical paragraph structureHIGHreferences/communication-crypto-soul-patterns.md
Soul and personality guidereferences/communication-crypto-soul-patterns.md

Severity reference

SeverityPatternsAction
HIGHNegative parallelism, em dash overuse, chatbot artifacts, vague attributions, copula avoidance, crypto hype, unsubstantiated stats, meta-narration, identical paragraph structure, fake decentralization, knowledge cutoff disclaimersMust fix
MEDIUMRule of three, significance inflation, promotional language, -ing analyses, AI vocabulary, sycophantic tone, hedging, filler phrases, ecosystem claims, false audience range, parenthetical definitions, sequential numbering, "it's worth noting" filler, inline-header lists, "seamless"/"frictionless", abstract empowermentShould fix
LOWTitle case, curly quotes, excessive bold, false rangesFix if time permits

Quick reference: find and replace

FindReplace
(em dash, multiple), or .
serves as / stands asis
isn't X. It's YRewrite as single statement
crucial / vital / pivotalimportant or key or delete
Furthermore, / Moreover,Also, or delete
It is important to noteDelete
Research showsAdd specific source
landscape (abstract)Be specific
revolutionizing / game-changingDescribe what it actually does
seamless / frictionlessDescribe the actual UX
In this article, we'll exploreDelete
Let's dive in / Let's take a lookDelete
First,... Second,... Third,...Vary transitions
It's worth noting / Notably,Delete
delve"look at" / "examine"
AdditionallyDelete

Batch mode

To humanize multiple files:

# Scan all markdown files in drafts/
/humanizer --scan drafts/*.md

# Fix all files (with confirmation)
/humanizer --batch drafts/

Output format for batch:

## Batch humanization report

drafts/post-1.md
   HIGH 3 | MEDIUM 5 | LOW 2

drafts/post-2.md
   HIGH 1 | MEDIUM 3 | LOW 4

drafts/post-3.md
   Clean! No issues found.

Total: 3 files, 18 issues

Sources

Based on:

Key insight: "LLMs use statistical algorithms to guess what should come next. The result tends toward the most statistically likely result that applies to the widest variety of cases."


*Version 1.2.0 | Created for 0G Labs content team*

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Local Agent

72.4%
按下载量换算615

安全审计

暂无安全审计结果可展示。

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills