skills$openclaw/Humanize CLI - AI Text Detection & Rewriting
lxgicstudios7.7kโ˜…

by lxgicstudios

Humanize CLI - AI Text Detection & Rewriting โ€“ OpenClaw Skill

Humanize CLI - AI Text Detection & Rewriting is an OpenClaw Skills integration for writing workflows. Detect AI-generated text patterns and get fixes. Score detection risk, find AI vocabulary, suggest improvements. Free CLI for writers and content creators.

7.7k stars900 forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026writing

Skill Snapshot

nameHumanize CLI - AI Text Detection & Rewriting
descriptionDetect AI-generated text patterns and get fixes. Score detection risk, find AI vocabulary, suggest improvements. Free CLI for writers and content creators. OpenClaw Skills integration.
ownerlxgicstudios
repositorylxgicstudios/humanize-cli
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @lxgicstudios/humanize-cli
last updatedFeb 7, 2026

Maintainer

lxgicstudios

lxgicstudios

Maintains Humanize CLI - AI Text Detection & Rewriting in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
490 B
SKILL.md
2.4 KB
SKILL.md

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

FlagDescription
-f, --fileRead from file
-j, --jsonJSON output
-q, --quietMinimal output
-t, --thresholdAlert 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

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install Humanize CLI - AI Text Detection & Rewriting?

Run openclaw add @lxgicstudios/humanize-cli in your terminal. This installs Humanize CLI - AI Text Detection & Rewriting into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/lxgicstudios/humanize-cli. Review commits and README documentation before installing.