🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ 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.

Versionv1.0.1
Installs1
πŸ’‘ 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 -a

Compare

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.json

Transform 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

View on ClawHub
TERMINAL
clawhub install humanize-ai-text-cp3d

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’