OverviewHistoryStatsSecurity
npx skills add ...
Documentation
SKILL.md
npx skills add humanizerai/agent-skills --skill detect-ai
Analyze text to detect if it was written by AI. Returns a score from 0-100 with detailed metrics. Use when checking content before publishing or submitting.
npx skills add humanizerai/agent-skills --skill detect-ai
Analyze text to determine if it was written by AI using the HumanizerAI API.
When the user invokes /detect-ai, you should:
Make a POST request to https://humanizerai.com/api/v1/detect:
The API returns JSON like this:
IMPORTANT: The main AI score is score.overall (not score directly). This is the score to display to the user.
If the API call fails:
## AI Detection Results
**Score:** [score.overall]/100 ([verdict])
**Words Analyzed:** [wordCount]
### Metrics
- Perplexity: [score.perplexity]
- Burstiness: [score.burstiness]
- Readability: [score.readability]
- N-gram Score: [score.ngramScore]
### Recommendation
[Based on score.overall, suggest whether to humanize]