π¦ ClawHub
Text Detection
by @raghulpasupathi
Analyzes text using NLP, GPT pattern detection, and regex matching to identify AI-generated content with configurable accuracy and speed.
π Tips & Best Practices
Low Detection Accuracy
1. Enable all recommended skills 2. Use advanced detection stack 3. Increase minTextLength (>100 chars) 4. Combine multiple methods and average scoresHigh False Positives
1. Increase confidence thresholds 2. Enable strictMode 3. Add custom pattern exclusions 4. Test on known human textSlow Performance
1. Use hash-toolkit for caching 2. Switch to fast mode configuration 3. Reduce enabled models 4. Process text in background*For implementation examples and architecture details, see AGENT.SPEC.md and SKILLS_MANAGEMENT.md.*
TERMINAL
clawhub install text-detection