Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Detect AI-generated text using rule-based analysis, LLM-as-judge scoring, and optional external APIs. Use when: auditing content for AI authorship, academic integrity checks, editorial review, SEO content audits.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 7% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -3% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 54% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -9% | 0% |
Detect whether text was written by a human or generated by AI using a multi-layer approach:
When analyzing text, evaluate these signals:
Strong AI Indicators (weight: high)
Moderate AI Indicators (weight: medium)
Human Indicators (reduce AI suspicion)
Use a structured prompt that lists the ruleset above and asks the LLM to return a JSON object with score (0-10), verdict, confidence, signals_found, reasoning, and suspicious_phrases.
A content manager receives a freelance blog post titled "10 Ways to Boost Your Morning Routine". They paste the text into the detection pipeline:
Input text (excerpt):
"In today's fast-paced world, it's important to note that establishing a morning
routine can significantly enhance your productivity. Furthermore, research shows
that individuals who wake up early tend to be more successful. Additionally,
incorporating mindfulness practices into your morning can yield substantial benefits."
Local analysis:
Burstiness: 0.18 (low — sentences are uniform length)
AI phrases found: ["it's important to note", "furthermore", "additionally", "research shows"]
Local score: 5.0
LLM analysis:
Score: 8/10
Verdict: "likely_ai"
Signals: ["uniform sentence rhythm", "excessive hedging phrases", "temporal vagueness", "no personal anecdotes"]
Suspicious phrases: ["In today's fast-paced world", "it's important to note", "can significantly enhance"]
Combined score: 6.5/10 — Likely AI. Flagged for human review.An editor checks a personal essay from a regular contributor:
Input text (excerpt):
"I burned my toast again this morning — third time this week. My neighbor Dave,
who's been a barista at Groundwork Coffee on Rose Ave since 2019, once told me
the secret is to never trust the 'light' setting. He's wrong, obviously, but I
still think about it every time I smell that acrid char."
Local analysis:
Burstiness: 0.62 (high — varied sentence lengths)
AI phrases found: []
Local score: 0.0
LLM analysis:
Score: 1/10
Verdict: "human"
Signals: ["specific personal anecdote", "named person and place", "informal language", "humor and opinion"]
Combined score: 0.5/10 — Human-written. No flag.Other measured skills in the registry, with their headline benchmark lift.