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 when user says /humanizer, "humanize this", "remove AI patterns", "make it sound human", or asks to clean up blog posts, articles, or drafts. Features: 28 base patterns from Wikipedia's "Signs of AI writing", 6 crypto/Web3 specific patterns, severity scoring (HIGH/MEDIUM/LOW), stat attribution fixer, soul/personality injection, batch mode.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dorukardahan/humanizer-enhancedHumanizer 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.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dorukardahan-humanizer-enhanced": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
traktor
Extract all assets and content from websites including images, SVGs, fonts, videos, and page structure. Parallel agents with thorough scraping coverage. Triggers: "extract assets", "scrape website", "download site assets", "get all images from", or "/traktor url". Supports multiple URLs.
ralph-security
Comprehensive security audit with 100 iterations (~30-60 min). Use when user says 'security audit', 'ralph security', 'weekly security check', 'audit this project', 'new project security review', or 'check for vulnerabilities'. Covers OWASP Top 10, auth, secrets, infrastructure, and code quality.
skeall
Agent Skills (SKILL.md) builder, auditor, and improver for cross-platform LLM agents. Use for "skeall", "build a skill", "create skill", "improve skill", "audit skill", "skill review", or any SKILL.md question. Follows agentskills.io standard.
research-reprompter
Transform rough research questions into executable USACF research prompts. Use when user says "research", "research this", "investigate", "deep dive", "researcher", or pastes a research topic. Generates complete multi-agent swarm configuration with algorithm selection, claude-flow commands, and adversarial review.
ralph-quick
Fast security spot-check with 10 iterations (~5-10 min). Use when user says 'quick security check', 'pre-deploy audit', 'ralph quick', 'fast security scan', 'spot check before deploy', or 'daily security check'. Covers secrets, OWASP basics, auth, rate limiting, and containers.