humanize-ai-text

Installation
SKILL.md

Humanize AI Text

Comprehensive CLI for detecting and transforming AI-generated text to bypass detectors. Based on Wikipedia's Signs of AI Writing.

Quick Start

# Detect AI patterns
python scripts/detect.py text.txt

# Transform to human-like
python scripts/transform.py text.txt -o clean.txt

# Compare before/after
python scripts/compare.py text.txt -o clean.txt

Installs
3
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Feb 25, 2026
humanize-ai-text — openclaw/skills