← 返回 Skills 市场
dorukardahan

Humanizer Enhanced

作者 dorukardahan · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1448
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install humanizer-enhanced
功能描述
Advanced AI text humanizer for blog content. Detects and removes 34 AI writing patterns, adds personality/soul, and handles crypto/Web3 specific tells. Use w...
使用说明 (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.

Patterns Severity Reference file
1. Significance inflation MEDIUM references/content-patterns.md
2. Promotional language MEDIUM references/content-patterns.md
3. Superficial -ing analyses MEDIUM references/content-patterns.md
4. Vague attributions HIGH references/content-patterns.md
5. Formulaic challenges sections MEDIUM references/content-patterns.md
6. Generic positive conclusions MEDIUM references/content-patterns.md
7. AI vocabulary words MEDIUM references/language-style-patterns.md
8. Copula avoidance HIGH references/language-style-patterns.md
9. Negative parallelism HIGH references/language-style-patterns.md
10. Rule of three MEDIUM references/language-style-patterns.md
11. Synonym cycling MEDIUM references/language-style-patterns.md
12. False ranges LOW references/language-style-patterns.md
13. Em dash overuse HIGH references/language-style-patterns.md
14. Excessive boldface LOW references/language-style-patterns.md
15. Inline-header lists MEDIUM references/language-style-patterns.md
16. Title case headings LOW references/language-style-patterns.md
17. Curly quotes LOW references/language-style-patterns.md
18. Chatbot artifacts HIGH references/communication-crypto-soul-patterns.md
19. Knowledge cutoff disclaimers HIGH references/communication-crypto-soul-patterns.md
20. Sycophantic tone MEDIUM references/communication-crypto-soul-patterns.md
21. Excessive hedging MEDIUM references/communication-crypto-soul-patterns.md
22. Filler phrases MEDIUM references/communication-crypto-soul-patterns.md
23. Crypto hype language HIGH references/communication-crypto-soul-patterns.md
24. Vague "ecosystem" claims MEDIUM references/communication-crypto-soul-patterns.md
25. Unsubstantiated stats HIGH references/communication-crypto-soul-patterns.md
26. "Seamless" and "frictionless" MEDIUM references/communication-crypto-soul-patterns.md
27. Abstract "empowerment" language MEDIUM references/communication-crypto-soul-patterns.md
28. Fake decentralization claims HIGH references/communication-crypto-soul-patterns.md
29. Meta-narration HIGH references/communication-crypto-soul-patterns.md
30. False audience range MEDIUM references/communication-crypto-soul-patterns.md
31. Parenthetical definitions MEDIUM references/communication-crypto-soul-patterns.md
32. Sequential numbering MEDIUM references/communication-crypto-soul-patterns.md
33. "It's worth noting" filler MEDIUM references/communication-crypto-soul-patterns.md
34. Identical paragraph structure HIGH references/communication-crypto-soul-patterns.md
Soul and personality guide references/communication-crypto-soul-patterns.md

Severity reference

Severity Patterns Action
HIGH Negative parallelism, em dash overuse, chatbot artifacts, vague attributions, copula avoidance, crypto hype, unsubstantiated stats, meta-narration, identical paragraph structure, fake decentralization, knowledge cutoff disclaimers Must fix
MEDIUM Rule 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 empowerment Should fix
LOW Title case, curly quotes, excessive bold, false ranges Fix if time permits

Quick reference: find and replace

Find Replace
(em dash, multiple) , or .
serves as / stands as is
isn't X. It's Y Rewrite as single statement
crucial / vital / pivotal important or key or delete
Furthermore, / Moreover, Also, or delete
It is important to note Delete
Research shows Add specific source
landscape (abstract) Be specific
revolutionizing / game-changing Describe what it actually does
seamless / frictionless Describe the actual UX
In this article, we'll explore Delete
Let's dive in / Let's take a look Delete
First,... Second,... Third,... Vary transitions
It's worth noting / Notably, Delete
delve "look at" / "examine"
Additionally Delete

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

安全使用建议
This skill is internally consistent and lightweight: it will scan and (with permission) edit local text files to remove AI-writing patterns and add personality. Before installing or running it, note: (1) it can batch-edit files — always preview changes and keep backups; (2) the guidance encourages replacing vague claims with specific citations; if the agent cannot verify sources, it may insert inaccurate or fabricated attributions, so require verification or manual citation review; (3) stylistic 'soul' edits are subjective — review edits for tone and accuracy, especially for crypto/Web3 facts or claims. No credentials or installs are needed, so the primary operational risk is accidental overwriting of content and potential insertion of unverifiable facts rather than credential exfiltration.
功能分析
Type: OpenClaw Skill Name: humanizer-enhanced Version: 1.0.0 The skill bundle is designed for text humanization, requiring file system read/write access to process and modify user-provided files (e.g., `/humanizer path/to/file.md`, `--batch drafts/`). The documentation in `references/language-style-patterns.md` also includes an example of a shell command (`grep -n "—" file.md`) for diagnostic purposes, indicating the agent's capability to execute shell commands. While these capabilities are plausibly needed for the skill's stated purpose, they represent significant attack surfaces (e.g., arbitrary file modification, potential RCE) if the agent's execution environment is not properly sandboxed or if user inputs are not sufficiently sanitized. There is no evidence of intentional malicious behavior such as data exfiltration or backdoor installation.
能力评估
Purpose & Capability
Name/description align with the content of SKILL.md and the three reference docs: it scans for 34 AI-writing patterns, reports severity, optionally edits files, and injects 'soul' and voice. No unrelated permissions, binaries, or credentials are requested.
Instruction Scope
Instructions tell the agent to scan and modify local files (single file or batch), show results, and ask for approval before fixing — this is within scope. Two points to watch: (1) the references push replacing vague attributions with specific sources (e.g., 'according to DeFiLlama' or named studies). Because the skill has no mechanism to verify external facts, the agent may be given broad discretion to insert or invent citations unless callers constrain it. (2) 'Add soul/personality' guidance is intentionally open-ended and grants stylistic latitude; review is recommended before publishing.
Install Mechanism
No install spec or code is included (instruction-only). Nothing will be written to disk by an installer and no third-party packages are pulled in by the skill itself.
Credentials
The skill requires no environment variables, no credentials, and no config paths. Its file operations (scan/edit) are consistent with editing local content and are proportionate to the described capability.
Persistence & Privilege
always:false (default); the skill does not request permanent inclusion or special privileges and does not modify other skills' configurations. Autonomous invocation is allowed by platform default but is not elevated by the skill itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install humanizer-enhanced
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /humanizer-enhanced 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial publish
元数据
Slug humanizer-enhanced
版本 1.0.0
许可证
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Humanizer Enhanced 是什么?

Advanced AI text humanizer for blog content. Detects and removes 34 AI writing patterns, adds personality/soul, and handles crypto/Web3 specific tells. Use w... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1448 次。

如何安装 Humanizer Enhanced?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install humanizer-enhanced」即可一键安装,无需额外配置。

Humanizer Enhanced 是免费的吗?

是的,Humanizer Enhanced 完全免费(开源免费),可自由下载、安装和使用。

Humanizer Enhanced 支持哪些平台?

Humanizer Enhanced 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Humanizer Enhanced?

由 dorukardahan(@dorukardahan)开发并维护,当前版本 v1.0.0。

💬 留言讨论