Detector AI
by @openlark
AI Detection Tool - Detect AI-generated text with multiple analysis methods including perplexity analysis, burstiness detection, readability scoring, and AI...
clawhub install detector-aiπ About This Skill
name: detector-ai description: AI Detection Tool - Detect AI-generated text with multiple analysis methods including perplexity analysis, burstiness detection, readability scoring, and AI fingerprint detection.
Detector AI
AI Detection Tool that analyzes text to determine if it was written by AI (ChatGPT, Claude, Gemini, etc.) or humans.
Use Cases
Use when users want to check if text was written by ChatGPT, Claude, Gemini, or other AI writing tools. Trigger phrases include "AI detector", "check if AI wrote this", "detect AI content", "is this AI-generated", "GPTZero alternative", "Turnitin alternative", "analyze text for AI patterns".
Overview
This skill provides comprehensive AI content detection using multiple analysis methods:
1. Perplexity Analysis - Measures text predictability (core method used by GPTZero) 2. Burstiness Detection - Analyzes sentence length variation patterns 3. Readability Scoring - Detects suspiciously consistent readability (AI typically produces Grade 8-10 text) 4. AI Fingerprint Detection - Identifies tell-tale AI patterns (overused transitions, generic openers, repetitive n-grams)
How to Use
When a user wants to analyze text for AI detection:
1. Get the text - Ask the user to paste the text they want to analyze 2. Run the analysis - Execute the detection script with the text 3. Interpret results - Explain the findings in plain language
Example Usage
User: "Can you check if this text is AI-generated?"
[User provides text]You: Run the AI detector analysis and provide:
Overall AI probability score
Perplexity score and interpretation
Burstiness analysis
Readability assessment
Detected AI fingerprints (if any)
Human-like vs AI-like characteristics
Analysis Methods Explained
Perplexity Analysis
Burstiness Detection
Readability Scoring
AI Fingerprint Detection
Identifies specific patterns common in AI-generated text:Interpreting Results
AI Probability Score
Confidence Levels
Limitations
Resources
scripts/
detect_ai.py - Main detection script that runs all analysis methodsreferences/
ai_patterns.md - Comprehensive list of AI writing patterns and fingerprintsβ‘ When to Use
Use when users want to check if text was written by ChatGPT, Claude, Gemini, or other AI writing tools. Trigger phrases include "AI detector", "check if AI wrote this", "detect AI content", "is this AI-generated", "GPTZero alternative", "Turnitin alternative", "analyze text for AI patterns".