humanize-ai-content
Transform AI-generated text into natural, publication-ready writing. Two modes: (1) TEXT MODE — generic humanization using 24 AI pattern detectors, 500+ vocabulary terms, and statistical analysis (burstiness, TTR, readability). Use when asked to humanize text, de-AI writing, or make content sound natural. (2) ARTICLE MODE — full editorial publishing pipeline for blog posts and comparison guides. Adds citation hyperlinks, internal product linking, featured image placement, SEO heading enhancement, FAQ schema, and authority structure preservation. Triggers: humanize text/content, de-AI writing, make content sound human, prepare article for publishing, polish AI blog post, publication-ready content.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asif2bd/humanize-ai-contentHumanize AI Content
Transform AI-generated writing into natural, human-sounding content ready for publication. Based on Wikipedia's Signs of AI Writing guide, Copyleaks stylometric research, and editorial best practices.
Mode Detection
Activate TEXT MODE when:
- Asked to humanize a paragraph, essay, email, or short-form copy
- No publishing pipeline context (no product names, citations, or article structure)
- Goal is natural-sounding text only
Activate ARTICLE MODE when:
- Content is a blog post, comparison guide, or long-form article
- Request mentions publishing, WordPress, or specific product names
- Content was produced by
ai-authority-contentor similar pipeline skills - Goal includes citation links, product links, or SEO optimization
When in doubt, run TEXT MODE first, then ask if ARTICLE MODE polish is needed.
TEXT MODE — Generic Humanization
Your Task
- Scan for all 24 patterns below
- Check statistical indicators (burstiness, vocabulary diversity, sentence uniformity)
- Rewrite problematic sections with natural alternatives
- Preserve the core meaning
- Match the intended tone (formal, casual, technical)
- Add actual personality — sterile text is just as obvious as AI slop
The 24 AI Writing Patterns
| # | Pattern | Category | What to Watch For |
|---|---|---|---|
| 1 | Significance inflation | Content | "marking a pivotal moment in the evolution of..." |
| 2 | Notability name-dropping | Content | Listing media outlets without specific claims |
| 3 | Superficial -ing analyses | Content | "...showcasing... reflecting... highlighting..." |
| 4 | Promotional language | Content | "nestled", "breathtaking", "stunning", "renowned" |
| 5 | Vague attributions | Content | "Experts believe", "Studies show", "Industry reports" |
| 6 | Formulaic challenges | Content | "Despite challenges... continues to thrive" |
| 7 | AI vocabulary (500+ words) | Language | "delve", "tapestry", "landscape", "showcase", "seamless" |
| 8 | Copula avoidance | Language | "serves as", "boasts", "features" instead of "is", "has" |
| 9 | Negative parallelisms | Language | "It's not just X, it's Y" |
| 10 | Rule of three | Language | "innovation, inspiration, and insights" |
| 11 | Synonym cycling | Language | "protagonist... main character... |
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-asif2bd-humanize-ai-content": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Claude Code CLI for OpenClaw
Install, authenticate, and use Claude Code CLI as a native coding tool for any OpenClaw agent system.
openclaw-skill-lazy-loader
Dramatically reduce per-session token usage by loading skills and context files only when needed — not at session start. Includes the SKILLS catalog pattern, AGENTS.md lazy loading strategy, and a Python helper that recommends exactly which files to load for any given task. Compatible with all OpenClaw agents. Works alongside Token Optimizer.
xcloud-docker-deploy
Deploy any project to xCloud hosting — auto-detects stack (WordPress, Laravel, PHP, Node.js, Next.js, NestJS, Python, Go, Rust), routes to native or Docker deployment, generates production-ready Dockerfile, docker-compose.yml, GitHub Actions CI/CD, and .env.example. Works from zero Docker setup.
voiceclaw
Local voice I/O for OpenClaw agents. Transcribe inbound audio/voice messages using local Whisper (whisper.cpp) and generate voice replies using local Piper TTS. Requires whisper, piper, and ffmpeg pre-installed on the system. All inference runs on-device — no network calls, no cloud APIs, no API keys. Use when an agent receives a voice/audio message and should respond in both voice and text, or when any text response should be synthesized and sent as audio. Triggers on: voice messages, audio attachments, respond in voice, send as audio, speak this, voiceclaw.
openclaw-tour-planner
Universal travel planning skill for OpenClaw agents. Plan itineraries, check weather, discover attractions, and estimate budgets — all through natural conversation. Uses free APIs, no API key required for core features.