humanize-ai-textHumanize AI-generated text to bypass detection. This humanizer rewrites ChatGPT, Claude, and GPT content to sound natural and pass AI detectors like GPTZero,...
Install via ClawdBot CLI:
clawdbot install moltbro/humanize-ai-textComprehensive CLI for detecting and transforming AI-generated text to bypass detectors. Based on Wikipedia's Signs of AI Writing.
# 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
The analyzer checks for 16 pattern categories from Wikipedia's guide:
| Category | Examples |
|----------|----------|
| Citation Bugs | oaicite, turn0search, contentReference |
| Knowledge Cutoff | "as of my last training", "based on available information" |
| Chatbot Artifacts | "I hope this helps", "Great question!", "As an AI" |
| Markdown | bold, ## headers, `` code blocks `` |
| Category | Examples |
|----------|----------|
| AI Vocabulary | delve, tapestry, landscape, pivotal, underscore, foster |
| Significance Inflation | "serves as a testament", "pivotal moment", "indelible mark" |
| Promotional Language | vibrant, groundbreaking, nestled, breathtaking |
| Copula Avoidance | "serves as" instead of "is", "boasts" instead of "has" |
| Category | Examples |
|----------|----------|
| Superficial -ing | "highlighting the importance", "fostering collaboration" |
| Filler Phrases | "in order to", "due to the fact that", "Additionally," |
| Vague Attributions | "experts believe", "industry reports suggest" |
| Challenges Formula | "Despite these challenges", "Future outlook" |
| Category | Examples |
|----------|----------|
| Curly Quotes | "" instead of "" (ChatGPT signature) |
| Em Dash Overuse | Excessive use of ā for emphasis |
| Negative Parallelisms | "Not only... but also", "It's not just... it's" |
| Rule of Three | Forced triplets like "innovation, inspiration, and insight" |
python scripts/detect.py essay.txt
python scripts/detect.py essay.txt -j # JSON output
python scripts/detect.py essay.txt -s # score only
echo "text" | python scripts/detect.py
Output:
python scripts/transform.py essay.txt
python scripts/transform.py essay.txt -o output.txt
python scripts/transform.py essay.txt -a # aggressive
python scripts/transform.py essay.txt -q # quiet
Auto-fixes:
Aggressive (-a):
python scripts/compare.py essay.txt
python scripts/compare.py essay.txt -a -o clean.txt
Shows side-by-side detection scores before and after transformation
python scripts/detect.py document.txt
python scripts/compare.py document.txt -o document_v2.txt
python scripts/detect.py document_v2.txt -s
| Rating | Criteria |
|--------|----------|
| Very High | Citation bugs, knowledge cutoff, or chatbot artifacts present |
| High | >30 issues OR >5% issue density |
| Medium | >15 issues OR >2% issue density |
| Low | <15 issues AND <2% density |
Edit scripts/patterns.json to add/modify:
ai_vocabulary ā words to flagsignificance_inflation ā puffery phrasespromotional_language ā marketing speakcopula_avoidance ā phrase ā replacementfiller_replacements ā phrase ā simpler formchatbot_artifacts ā phrases triggering sentence removal# Scan all files
for f in *.txt; do
echo "=== $f ==="
python scripts/detect.py "$f" -s
done
# Transform all markdown
for f in *.md; do
python scripts/transform.py "$f" -a -o "${f%.md}_clean.md" -q
done
Based on Wikipedia's Signs of AI Writing, maintained by WikiProject AI Cleanup. Patterns documented from thousands of AI-generated text examples.
Key insight: "LLMs use statistical algorithms to guess what should come next. The result tends toward the most statistically likely result that applies to the widest variety of cases."
Generated Mar 1, 2026
Students and researchers use this skill to humanize AI-generated drafts of essays, theses, or research papers to avoid detection by plagiarism checkers like Turnitin. It helps rewrite content to sound more natural and original, ensuring academic integrity while leveraging AI for initial ideation.
Marketing agencies apply the skill to refine AI-generated blog posts, social media content, and ad copy to bypass AI detectors like Originality.ai. This ensures content appears human-written, improving SEO rankings and audience engagement without manual rewriting.
Business consultants and analysts use the skill to transform AI-generated reports, proposals, or white papers into polished, human-like documents. It removes robotic patterns and promotional language, making the content credible and suitable for client presentations.
Authors and scriptwriters employ the skill to humanize AI-assisted drafts of novels, scripts, or articles. It eliminates repetitive AI vocabulary and stylistic artifacts, preserving creative voice while streamlining the editing process for publication.
Offer a free tier with basic detection and transformation features, and premium plans for advanced rewriting, batch processing, and API access. Revenue comes from monthly subscriptions targeting students, writers, and small businesses.
Sell customized licenses to universities, corporations, and content agencies for integration into their workflows. Includes dedicated support, custom pattern training, and compliance features, generating high-value contracts.
Provide a pay-per-use API for developers to embed humanization capabilities into other applications like content management systems or writing tools. Scales with usage and attracts tech startups and software vendors.
š¬ Integration Tip
Integrate this skill into writing tools via CLI scripts or API calls, ensuring it runs after AI generation to automatically clean and humanize text before final use.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Collaborative thinking partner for exploring complex problems through questioning
Humanize AI-generated text by detecting and removing patterns typical of LLM output. Rewrites text to sound natural, specific, and human. Uses 24 pattern detectors, 500+ AI vocabulary terms across 3 tiers, and statistical analysis (burstiness, type-token ratio, readability) for comprehensive detection. Use when asked to humanize text, de-AI writing, make content sound more natural/human, review writing for AI patterns, score text for AI detection, or improve AI-generated drafts. Covers content, language, style, communication, and filler categories.
ę ¹ę®ēØę·ēåč½éę±ļ¼å®ęäø VeADK ēøå ³ēåč½ć
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.