Humanize CLI:AI 文本检测与重写 - Openclaw Skills

作者:互联网

2026-04-17

AI教程

什么是 Humanize CLI?

Humanize CLI 是一款专为需要确保文本保持自然、人性化特质的作者和内容创作者设计的专业工具。作为 Openclaw Skills 生态系统的一部分,该工具通过识别经常触发 AI 检测器的机械化词汇和结构模式,帮助用户应对 AI 生成内容的复杂性。它为那些寻求在 AI 效率与人类真实性之间架起桥梁的用户提供了一个技术解决方案。

通过将此工具集成到您的工作流程中,您可以获得超越简单关键词检查的高级分析功能。它评估句子结构、缩略词的使用以及过渡词的使用,从而提供全面的“人性化”评分。无论您是在润色博客文章还是准备技术报告,这款来自 Openclaw Skills 的工具都能确保您的信息与人类读者产生共鸣,同时最大限度地降低被自动化系统标记的风险。

下载入口:https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/humanize-cli

安装与下载

1. ClawHub CLI

从源直接安装技能的最快方式。

npx clawhub@latest install humanize-cli

2. 手动安装

将技能文件夹复制到以下位置之一

全局模式 ~/.openclaw/skills/ 工作区 /skills/

优先级:工作区 > 本地 > 内置

3. 提示词安装

将此提示词复制到 OpenClaw 即可自动安装。

请帮我使用 Clawhub 安装 humanize-cli。如果尚未安装 Clawhub,请先安装(npm i -g clawhub)。

Humanize CLI 应用场景

  • 在最终发布前对博客文章的 AI 检测风险进行评分。
  • 自动将机械化的句子转换为自然语言。
  • 识别特定的 AI 偏好词汇,如 delve、leverage 和 robust。
  • 监控整个内容目录以查找高风险的 AI 模式。
  • 快速处理剪贴板内容以获得即时重写建议。
Humanize CLI 工作原理
  1. CLI 通过命令行参数、文件路径或标准输入流接收文本输入。
  2. 它根据已知 AI 语言标记和结构模式的数据库进行分析。
  3. 根据句长均匀度和词汇选择生成风险分数。
  4. 该工具识别特定的机械化部分并提供优先改进建议。
  5. 对于自动化工作流,转换命令会用更自然的替代方案替换检测到的标记。

Humanize CLI 配置指南

使用 npm 全局安装此软件包,开始使用您的 Openclaw Skills 工具包新增功能:

npm install -g humanize-cli

然后,您可以通过检查一段文本字符串的风险分数来验证安装:

humanize score "This is a test sentence."

Humanize CLI 数据架构与分类体系

该工具采用结构化方法对文本标记进行分类并提供评分:

类别 描述 示例
风险分数 0-100% 比例,指示 AI 可能性 0-20% (低), 71%+ (极高)
AI 词汇 常用 LLM 术语列表 leverage, delve, robust, paradigm
结构标记 文本流的模式分析 句子长度,缩略词使用
转换日志 文本修改记录 修改前/后映射
name: Humanize CLI - AI Text Detection & Rewriting
description: Detect AI-generated text patterns and get fixes. Score detection risk, find AI vocabulary, suggest improvements. Free CLI for writers and content creators.

Humanize CLI

Analyze text for AI patterns and get actionable fixes. Helps content pass AI detectors by identifying robotic patterns.

Installation

npm install -g humanize-cli

Commands

Score Detection Risk

humanize score "Your text here"
humanize score -f article.txt

Returns 0-100% risk score:

  • 0-20%: Low risk (appears human)
  • 21-40%: Moderate risk
  • 41-70%: High risk (likely flagged)
  • 71-100%: Very high risk

Analyze AI Markers

humanize analyze "This comprehensive solution leverages cutting-edge technology."

Detects:

  • AI vocabulary (delve, leverage, comprehensive, robust, seamless)
  • Structural patterns (uniform sentences, perfect intro/conclusion)
  • Missing human elements (no contractions, no opinions)

Get Improvement Suggestions

humanize suggest "It is important to note that our solution utilizes..."

Returns prioritized fixes with before/after examples.

Auto-Transform Text

humanize transform "The solution utilizes robust methodologies."
# Output: "The solution uses strong methods."

Automatically replaces AI vocabulary and adds human elements.

Watch Directory

humanize watch ./content --threshold 60

Monitor files and alert when detection risk exceeds threshold.

Common Use Cases

Check blog post before publishing:

humanize score -f blog-post.md

Fix AI-sounding content:

humanize transform -f draft.txt > improved.txt

Pipe from clipboard (macOS):

pbpaste | humanize suggest

Options

Flag Description
-f, --file Read from file
-j, --json JSON output
-q, --quiet Minimal output
-t, --threshold Alert threshold (0-100)

What It Catches

AI Vocabulary:

  • delve, leverage, utilize, comprehensive, robust, seamless
  • stakeholder, synergy, actionable, paradigm
  • furthermore, moreover, consequently, nevertheless

Structural Issues:

  • No contractions (sounds robotic)
  • Same-length sentences
  • Perfect intro/body/conclusion
  • Overuse of transitions

Built by LXGIC Studios

?? GitHub · Twitter

相关推荐