Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

ai-writing-detectionAI 书写检测

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

3,269

周安装

139

GitHub Stars

16

下载量

1,145
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:ai-writing-detection(AI 书写检测)
来源仓库:https://github.com/mike-coulbourn/claude-vibes
仓库路径:skills/ai-writing-detection
安装命令:
npx skills add https://github.com/mike-coulbourn/claude-vibes --skill ai-writing-detection
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/mike-coulbourn/claude-vibes --skill ai-writing-detection

简介

提供 AI 生成文本的专业级检测知识库和信号参考。

  • 包含词汇特征、句式模式和语义异常等识别指标。
  • 适用于学术诚信、内容审核和原创性验证等场景。
  • 需结合上下文综合判断,避免单一信号误判。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。
  • ai-writing-detection 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

AI Writing Detection Reference

Expert-level knowledge base for detecting AI-generated text, compiled from academic research, commercial detection tools, and empirical analysis.

Quick Reference: High-Confidence Signals

These indicators strongly suggest AI authorship when found together:

Vocabulary Red Flags

High-signal words (50-700x more common in AI text):

  • "delve", "tapestry", "nuanced", "multifaceted", "underscore"
  • "intricate interplay", "played a crucial role", "complex and multifaceted"
  • "paramount", "pivotal", "meticulous", "holistic", "robust"
  • "stands/serves as", "marking a pivotal moment", "underscores its importance"

Overused phrases:

  • "It's important to note that..."
  • "In today's fast-paced world..."
  • "At its core..."
  • "Without further ado..."
  • "Let me explain..."

See reference/vocabulary-patterns.md for complete lists.

Structural Red Flags

  • Uniform sentence lengths: 12-18 words consistently (low burstiness)
  • Tricolon structures: "research, collaboration, and problem-solving"
  • Em dash overuse: AI uses em dashes in a formulaic way to mimic "punched up" sales writing, especially in parallelisms ("it's not X — it's Y"); swapping punctuation doesn't fix the underlying emphasis pattern
  • Perfect paragraph uniformity: All paragraphs same approximate length
  • Template conclusions: "In summary...", "In conclusion..."
  • Negative parallelisms: "It's not about X; it's about Y"
  • Elegant variation: Cycling through synonyms to avoid repetition
  • False ranges: "From X to Y" with incoherent endpoints

See reference/structural-patterns.md for details.

Content Red Flags

  • Importance puffery: "marking a pivotal moment in history"
  • Ecosystem/conservation claims without citations
  • "Challenges and Future" sections following rigid formula
  • Promotional language: "nestled in", "stunning natural beauty", "boasts"
  • Superficial analyses: "-ing" phrases attributing significance to facts

See reference/content-patterns.md for details.

Formatting Red Flags

  • Title Case in all section headings
  • Excessive boldface (every key term bolded)
  • Inline-header lists: **Bold Header**: description pattern
  • Emojis in formal content or headings
  • Subject lines in non-email contexts

See reference/formatting-patterns.md for details.

Markup Red Flags (Definitive)

  • turn0search0, turn0image0: ChatGPT reference markers
  • contentReference[oaicite:]: ChatGPT reference bugs
  • utm_source=chatgpt.com: URL tracking (definitive)
  • Markdown in wikitext: ## headers, bold, text
  • grok_card XML tags: Grok/X specific

See reference/markup-artifacts.md for details.

Citation Red Flags

  • Broken external links that never existed (no archive)
  • Invalid DOIs/ISBNs: Checksum failures
  • Declared but unused references: Cite errors
  • Placeholder values: url=URL, date=2025-XX-XX

See reference/citation-patterns.md for details.

Tone Red Flags

  • Passive and detached voice throughout
  • Absence of first-person pronouns where expected
  • Consistent formality with no stylistic variation
  • Over-politeness and excessive hedging

Detection Methodology

Multi-Layer Analysis Approach

Layer 1: Technical Artifact Scan (Definitive)

  • Check for turn0search/oaicite markers (ChatGPT)
  • Check for utm_source=chatgpt.com in URLs
  • Check for grok_card tags (Grok)
  • Check for Markdown in non-Markdown contexts
  • If found: Definitive AI involvement

Layer 2: Vocabulary Pattern Matching

  • Scan for overused AI words/phrases
  • Count frequency of flagged terms
  • Look for clusters of high-signal vocabulary
  • Check for importance/symbolism phrases

Layer 3: Structural Analysis

  • Observe sentence length variation (uniform = AI signal)
  • Check paragraph uniformity
  • Identify repetitive syntactic templates (tricolons, negative parallelisms)
  • Look for elegant variation (synonym cycling)
  • Check for false ranges

Layer 4: Content Pattern Analysis

  • Check for importance puffery and promotional language
  • Look for "Challenges and Future" formula
  • Check for ecosystem/conservation claims without citations
  • Identify superficial analyses with "-ing" attributions

Layer 5: Citation Verification

  • Test external links - do they exist?
  • Verify DOI/ISBN checksums
  • Check for declared but unused references
  • Look for placeholder values

Layer 6: Formatting Analysis

  • Check heading capitalization (Title Case = signal)
  • Count bold phrases per paragraph
  • Look for inline-header list patterns
  • Check for emojis in formal content

Layer 7: Stylometric Observation

  • Pronoun usage patterns (missing first-person?)
  • Tone consistency (too uniform = AI signal)
  • Punctuation patterns (em dash overuse? curly quotes?)

Layer 8: Coherence Check

  • Do paragraphs build a coherent argument?
  • Are concepts repeated with different words?
  • Do transitions actually connect ideas?

Layer 9: Confidence Scoring

  • Weight multiple signals together
  • Require corroborating evidence (3+ signals minimum)
  • Apply context-specific adjustments
  • Check for mitigating factors (human signals)
  • Consider ineffective indicators (don't use them)

Model-Specific Patterns

Different AI models have distinct "fingerprints":

ModelKey TellsTechnical Artifacts
ChatGPT/GPT-4"delve" (pre-2025), "tapestry", tricolons, em dashes, curly quotesturn0search, oaicite, utm_source=chatgpt.com
ClaudeAnalytical structure, extended analogies, cautious qualificationsNone (uses straight quotes, no tracking)
GeminiConversational synthesis, fact-dense paragraphsNone (uses straight quotes, no tracking)
DeepSeekSimilar to ChatGPT, curly quotesCurly quotation marks
GrokX/Twitter integration<grok_card> XML tags
PerplexitySource-focused output[attached_file:1], [web:1] tags

Important dates:

  • ChatGPT launched: November 30, 2022 (text before this is almost certainly human)
  • "delve" usage dropped: 2025 (still signals pre-2025 ChatGPT)

See reference/model-fingerprints.md for detailed model patterns.

False Positive Prevention

Critical requirements:

  • Minimum 200 words for reliable analysis
  • Never flag on single indicators alone
  • Use ensemble scoring (multiple signals required)

High false-positive risk groups:

  • Non-native English speakers (61% false positive rate in research)
  • Technical/formal writing
  • Neurodivergent writers
  • Content using grammar correction tools

Ineffective indicators (do NOT rely on these):

  • Perfect grammar alone
  • "Bland" or "robotic" prose
  • "Fancy" or unusual vocabulary
  • Letter-like formatting alone
  • Conjunctions starting sentences

Signs of human writing:

  • Text from before November 30, 2022
  • Ability to explain editorial choices
  • Personal anecdotes with verifiable details
  • Minor errors and natural quirks

See reference/false-positive-prevention.md for detailed guidance.

Analysis Output Format

Structure findings as:

**Overall Assessment**: [Likely AI / Possibly AI / Likely Human / Inconclusive]
**Confidence**: [Low / Medium / High]

**Summary**: 2-3 sentence overview

**Evidence Found**:
- [Category]: [Specific indicator] - "[Quote from text]"
- [Category]: [Specific indicator] - "[Quote from text]"

**Mitigating Factors**: [Elements suggesting human authorship]

**Caveats**: [Limitations, alternative explanations]

Key Principles

  1. No certainty claims - AI detection is probabilistic
  2. Multiple signals required - Single indicators prove nothing
  3. Context matters - Academic writing differs from blogs
  4. Stakes awareness - False accusations cause real harm
  5. Evolving field - Detection methods require constant updates

Reference Files

Sources

This knowledge base synthesizes research from:

  • Stanford HAI (DetectGPT, bias studies)
  • GPTZero, Originality.ai, Turnitin, Pangram methodologies
  • Academic papers on stylometry and discourse analysis
  • Empirical studies on detection accuracy and limitations
  • Wikipedia:WikiProject AI Cleanup field guide (2025)
  • Community-documented patterns from Wikipedia editing

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

28.73%
按下载量换算329

OpenCode

24.89%
按下载量换算285

Gemini CLI

16.11%
按下载量换算184

Codex

11.59%
按下载量换算133

Antigravity

8.38%
按下载量换算96

Cursor

3.18%
按下载量换算36

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills