detect-ai
Detect AI-Generated Text
This skill analyzes text to detect if it was written by AI, returning a score from 0-100 with detailed metrics. Use it to verify content authenticity before publishing or submitting.
Download the skill ZIP
Upload in Claude
Go to Settings โ Capabilities โ Skills โ Upload skill
Toggle on and start using
Test it
Using "detect-ai". /detect-ai The quick brown fox jumps over the lazy dog. This is a simple sentence that demonstrates basic English grammar and syntax structure.
Expected outcome:
## AI Detection Results
**Score:** 12/100 (Human-written)
**Words Analyzed:** 23
### Metrics
- Perplexity: 18
- Burstiness: 25
- Readability: 45
- N-gram Score: 12
### Recommendation
This content appears to be human-written. No humanization needed.
Using "detect-ai". /detect-ai In today's rapidly evolving technological landscape, the integration of artificial intelligence systems has become increasingly prevalent across diverse sectors. This transformative approach enables organizations to optimize operations while simultaneously reducing operational costs through automated processes.
Expected outcome:
## AI Detection Results
**Score:** 87/100 (Highly likely AI-generated)
**Words Analyzed:** 42
### Metrics
- Perplexity: 94
- Burstiness: 12
- Readability: 28
- N-gram Score: 6
### Recommendation
This content shows strong AI-generated patterns. Consider using HumanizerAI to humanize before publishing.
Security Audit
Low RiskStatic analysis flagged multiple patterns but evaluation reveals false positives. The detected 'external_commands' are markdown code blocks, not shell execution. The 'network' and 'env_access' findings are legitimate API calling patterns - the skill makes expected HTTP requests to humanizerai.com with an API key for authentication. No actual security risks identified.
Low Risk Issues (2)
Risk Factors
๐ Network access (2)
๐ Env variables (2)
Detected Patterns
Quality Score
What You Can Build
Content Verification for Publishers
Publishers use this skill to verify submitted articles are original and not AI-generated, ensuring content quality standards.
Academic Integrity Checking
Educators and institutions use this skill to check student submissions for AI-generated work.
Pre-Submission Quality Check
Writers use this skill to check their own content before submitting to ensure it does not appear AI-generated.
Try These Prompts
/detect-ai [paste your text here]
Use the detect-ai skill to analyze the following text and explain what the different metrics mean: [text content]
Analyze this articleๆฎต่ฝ for AI-generated content: [paste article]. Give me a summary of the verdict and key metrics.
/detect-ai [text]. Based on the score, should I use the HumanizerAI tool to humanize this content before publishing?
Best Practices
- Use the score.overall value (not 'score') when presenting results to users
- Provide context by explaining what each metric means (perplexity, burstiness, readability)
- Always include actionable recommendations based on the score range
Avoid
- Displaying the raw JSON response directly to users without interpretation
- Ignoring API errors and not providing helpful troubleshooting
- Treating the score as definitive proof rather than a probability indicator