Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

detector-ai探测器 AI

Agent Skill

detector-ai 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,446

周安装

104

GitHub Stars

公开资料未说明

下载量

857
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:detector-ai(探测器 AI)
来源仓库:https://github.com/openlark/detector-ai
安装命令:
openclaw skills install detector-ai
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install detector-ai

简介

用于查找、检索和筛选相关信息。detector-ai 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 适合在 OpenClaw 中根据关键词或任务场景快速定位候选结果。
  • 可使用多种分析方法检测 AI 生成文本,包括困惑度分析和可读性评分。
  • 使用时需结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围和维护状态,注意可能触发文件读写或命令执行。

SKILL.md

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

  • What it measures: How predictable the text is
  • AI text: Low perplexity (high predictability) - the model chooses the most likely next words
  • Human text: Higher perplexity - humans use more varied and surprising word choices
  • Interpretation: Lower perplexity suggests AI authorship

Burstiness Detection

  • What it measures: Sentence length variation
  • Human writing: Natural "bursts" - mixing short punchy sentences with longer complex ones
  • AI writing: Unnaturally uniform sentence patterns
  • Interpretation: High burstiness suggests human authorship

Readability Scoring

  • What it measures: Text complexity (Flesch-Kincaid Grade Level)
  • AI text: Often locked in narrow range (Grade 8-10)
  • Human text: More varied readability depending on context and author
  • Interpretation: Suspiciously consistent mid-range readability suggests AI

AI Fingerprint Detection

Identifies specific patterns common in AI-generated text:

  • Overused transitions: "Furthermore", "Moreover", "Additionally", "In conclusion"
  • Generic openers: "In today's world", "It is important to note"
  • Repetitive n-gram sequences
  • Formulaic paragraph structures
  • Lack of personal anecdotes or unique perspectives

Interpreting Results

AI Probability Score

  • 0-30%: Likely human-written
  • 30-60%: Uncertain - mixed signals
  • 60-100%: Likely AI-generated

Confidence Levels

  • High confidence: Multiple indicators align
  • Medium confidence: Some indicators suggest AI, others are neutral
  • Low confidence: Inconclusive results

Limitations

  • No AI detector is 100% accurate
  • Human-written text can sometimes trigger AI flags
  • Edited AI text may evade detection
  • Results should be used as guidance, not definitive proof

Resources

scripts/

  • detect_ai.py - Main detection script that runs all analysis methods

references/

  • ai_patterns.md - Comprehensive list of AI writing patterns and fingerprints

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

85.41%
按下载量换算732

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills