humanizer

Rewrite text to remove AI writing patterns and add natural voice.

Updated Jun 7, 2026
One-click install
npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill humanizer-chensihakniroth
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: humanizer
Source: https://github.com/Chensihakniroth/ANAKOT-AGENT/tree/main/skills/creative/humanizer
Command: npx skills add https://github.com/Chensihakniroth/ANAKOT-AGENT --skill humanizer-chensihakniroth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? AI-generated text contains recognizable patterns like inflated significance claims, promotional language, em dash overuse, and formulaic structures that make writing sound robotic. This Skill identifies 29 documented AI writing tells and rewrites text to sound natural and human. ## Core Features & Use Cases - Pattern Detection: Scans text for 29 AI writing patterns based on Wikipedia's Signs of AI writing guide, covering content, language, style, and communication artifacts. - Voice Calibration: Analyzes a user-provided writing sample and matches its sentence rhythm, word choice, and tone in the rewrite. - Self-Audit Pass: Performs a final review asking what still sounds AI-generated, then revises once more before presenting the result. - Use Case: Paste a ChatGPT-drafted blog post and receive a rewrite that strips chatbot artifacts, vague attributions, and rule-of-three padding while preserving the core message. ## Quick Start Humanize this text so it does not sound like it was written by an AI.

Frequently Asked Questions about humanizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I make AI-generated text sound more human?▼

Identify common AI writing patterns like promotional language, rule-of-three structures, and vague attributions, then rewrite those sections with specific details and varied sentence rhythm. This Skill automates that process using 29 documented patterns from Wikipedia's Signs of AI writing guide.

What are the signs of AI-generated writing?▼

Common signs include words like delve, testament, and landscape, em dash overuse, boldface list headers, negative parallelisms like "not just X but Y", and chatbot artifacts like "I hope this helps". The Skill checks for 29 such patterns across content, language, and style.

Can the rewrite match my personal writing style?▼

Yes, provide a sample of your own writing inline or as a file path. The Skill analyzes your sentence length, word choice, punctuation habits, and transitions, then matches that voice in the rewrite instead of using a default neutral style.

Does humanizing text change the original meaning?▼

No, the rewrite preserves the core message and intended tone while only replacing AI-isms with natural alternatives. The instructions explicitly require maintaining meaning and matching the appropriate formality level for the context.

Can I use this on files instead of pasted text?▼

Yes, point the agent at a file and it loads the content with read_file, then applies edits using patch for targeted section changes or write_file for full rewrites. It shows a diff or changed sections rather than silently overwriting.