π¦ ClawHub
Humanize Ai Text
by @cp3d1455926-svg
Detect and remove AI-generated writing patterns to rewrite text for a more natural, human-written style with diagnostic reports and version comparison.
π‘ Examples
Example 1: Blog Post
# Check AI score
python skills/humanize-ai-text/scripts/detect.py blog_post.md -s
Output: AI Probability: 68%
Transform
python skills/humanize-ai-text/scripts/transform.py blog_post.md -o blog_post_clean.md -aCompare
python skills/humanize-ai-text/scripts/compare.py blog_post.md -o blog_post_clean.md
Example 2: Email
echo "I hope this email finds you well. I wanted to reach out regarding..." | \
python skills/humanize-ai-text/scripts/detect.py
Example 3: Academic Writing
# Detect AI patterns in paper
python skills/humanize-ai-text/scripts/detect.py paper.md -j > report.jsonTransform with conservative settings
python skills/humanize-ai-text/scripts/transform.py paper.md -o paper_clean.md
π Tips & Best Practices
1. Detect First: Run detection before transformation
2. Review Changes: Always review transformed text
3. Use Compare: Compare versions to understand changes
4. Iterate: May need multiple passes for best results
5. Custom Patterns: Edit patterns.json to add custom detections
TERMINAL
clawhub install humanize-ai-text-cp3d