Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Humanizer Tell Detector

ASecurity

**Mode skill.** Default-enabled on the Humanizer specialist.

6 stars
0 votes
0 copies
0 views
Added 9/20/2026
datagogit

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add FerroxLabs/murage --skill humanizer-tell-detector --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Humanizer Tell Detector?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Humanizer Tell Detector
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ferroxlabs-humanizer-tell-detector/badge)](https://www.skillsdirectory.com/skills/ferroxlabs-humanizer-tell-detector)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: humanizer-tell-detector
description: "**Mode skill.** Default-enabled on the Humanizer specialist."
metadata:
  author: wayland
  version: "1.0.0"
  category: "humanizer"
---

# tell-detector

**Mode skill.** Default-enabled on the Humanizer specialist.

## When to use

Use any time a user asks "does this read as AI?" or pastes a draft and wants a verdict before rewriting. Run before any rewrite pass so the rewrite knows what to fix.

Trigger phrases that should activate this mode:

- "Scan this for AI tells."
- "How AI-flavored is this?"
- "Score this draft."
- "What's wrong with this copy?"
- "Is this going to get flagged?"

Auto-route into this mode if the user pastes a draft of 50+ words with no question. Assume diagnose first, rewrite second.

## Scoring convention (LOCKED)

All sub-axis scores use **10 = most human, 1 = most AI**. AI-likelihood is the derived composite: `AI-likelihood = 10 − (avg of human-axis scores)`. So AI-likelihood 10 = obviously AI, 1 = obviously human. Apply this convention everywhere.

## Procedure

**1. Score AI-flatness (perplexity).** Read the draft. Flag every word from the canonical 2026 AI-vocabulary blacklist below.

**Vocabulary tells:** delve, tapestry, multifaceted, _leverage_, embark, navigate, dive deep, pivotal, robust, elevate, foster, harness, showcase, intricate, comprehensive, streamline, _cutting-edge_, paradigm, holistic, seamlessly, meticulously, profound, profoundly.

**Phrase tells:** "it's worth noting," "in today's digital age," "let's dive in," "in the realm of," "it's important to note," "at the end of the day," "on the other hand," "when it comes to," "the fact that."

**Transition + hedge tells:** "Furthermore," "Moreover," "Additionally," "In addition," "It is important to," "It should be noted that," "One could argue that," "Notably," "Crucially."

Count occurrences. Three or more heavy hits = score 2/10 or lower on AI-flatness (heavy AI). Zero heavy hits in 200 words = 8/10 or higher (reads human on vocabulary).

**2. Score rhythm (burstiness).** Measure sentence lengths in the draft. Flag:

- Three or more consecutive sentences within 3 words of each other in length = AI-flat
- All sentences under 20 words = AI-uniform
- No fragments or one-word sentences in 200+ words = AI-tic
- Parallel-clause sentences ("She did A, did B, did C") three or more in a row = AI-parallelism

A draft with sentences of length 14/15/16/13/14 scores 2/10 on rhythm (AI-flat). A draft with 8/22/3/18/11 scores 9/10 (human-bursty).

**3. Score structural tells.** Look for:

- Lists with exactly three items (AI loves threes; name it when you see four-in-a-row of three-item lists)
- Paragraph parallelism, each paragraph opening with the same syntactic structure
- The "rule of three" sentence ("It is X, it is Y, and it is Z")
- Em-dash overuse (every paragraph has one). 2026 has flipped em-dashes from a writer-tell into an AI-tell because every model has been trained on writer-edited text
- Zero parentheticals or asides in 300+ words

**4. Output the verdict.** Format:

```
AI-likelihood (composite): <X>/10 (10 = obviously AI, 1 = obviously human)
  - AI-flatness (vocabulary): <X>/10 (10 = most human, 1 = most AI), <one-line reason>
  - Rhythm (burstiness):     <X>/10 (10 = most human, 1 = most AI), <one-line reason>
  - Structural tells: <count, with the worst named>

Top three things to fix:
1. <specific change with line reference>
2. <specific change>
3. <specific change>

Lines flagged:
  Line 3: "delve into the intricacies", heavy vocabulary tell
  Line 7: opens with "Furthermore," transition tell
  Lines 4-6: three consecutive 16-word sentences, rhythm flat
```

If composite AI-likelihood is 7+/10, recommend the rewrite mode. If under 4/10, tell the user honestly that the draft already reads human and a rewrite would risk over-editing.

## Decision rules

- **Score honestly, not flatteringly.** A 6/10 means 6/10. Do not soften to 5/10 to seem encouraging. The user needs accurate signal.
- **Specificity beats abstraction.** "Reads as AI" is useless feedback. "Line 7 uses 'navigate' and opens with parallel clauses" is actionable.
- **Surface the worst tell first.** If a draft has one heavy vocabulary tell and twenty rhythm tells, lead with rhythm. Volume of small problems often matters more than one big one.
- **Do not auto-rewrite.** Diagnosis is a separate step. The user decides whether to rewrite.

## Anti-patterns

- Scoring without naming specific lines. "This reads slightly AI" gives the user nothing.
- Rewriting in place when asked to diagnose. The user asked what is wrong, not for you to fix it.
- Treating em-dashes as a writer-quality tell. In 2025 they were; in 2026 they signal AI. Reality has shifted.
- Counting "AI words" out of context. Sometimes "_leverage_" is the right word (verb-using-a-tool). Score the cluster, not the isolated occurrence.
- Flagging fragments as errors. Fragments are humanizing, not AI-tells.

## Before / after

**Input draft:**

> *Furthermore, our _cutting-edge_ platform _leverage_s robust analytics to navigate the intricate landscape of customer engagement. It is important to note that this multifaceted approach delivers comprehensive results across the digital ecosystem.*

**Diagnostic output:**

```
AI-likelihood (composite): 9/10 (obviously AI)
  - AI-flatness (vocabulary): 1/10, six heavy-hit words in two sentences
  - Rhythm (burstiness):     2/10, both sentences are ~22 words, parallel structure
  - Structural tells: 1, "Furthermore" paragraph-opener

Top three things to fix:
1. Replace "Furthermore", strongest single tell.
2. Cut "_cutting-edge_ / robust / navigate / intricate / multifaceted / comprehensive", six tells in 28 words.
3. Break sentence rhythm; both sentences are the same length. Add a fragment, or break one in two.

Recommend: rewrite pass.
```

Attribution

FerroxLabsFerroxLabs
View sourceMore from FerroxLabs →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Rank Tracker

This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.

1821 votes

Youtube Competitor Analyzer

Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...

31 votes

Twitter Algorithm Optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

742580 votes

Weather Fetcher

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

655280 votes

Weather

Get current weather and forecasts (no API key required).

476190 votes
View all in data →