·slop-detector
</>

slop-detector

检测并标记文档和散文中人工智能生成的内容标记。在审查 AI 标记的文档、清理 LLM 生成的内容或审核散文质量时使用。生成新内容(使用 doc-generator)或学习写作风格(使用 style-learner)时请勿使用。

27安装·0热度·@athola

安装

$npx skills add https://github.com/athola/claude-night-market --skill slop-detector

如何安装 slop-detector

通过命令行快速安装 slop-detector AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/athola/claude-night-market --skill slop-detector
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:athola/claude-night-market。

SKILL.md

查看原文

AI slop is identified by patterns of usage rather than individual words. While a single "delve" might be acceptable, its proximity to markers like "tapestry" or "embark" signals generated text. We analyze the density of these markers per 100 words, their clustering, and whether the overall tone fits the document type.

Start by identifying target files and classifying them as technical docs, narrative prose, or code comments. This allows for context-aware scoring during analysis.

We categorize markers into three tiers based on confidence. Tier 1 words appear dramatically more often in AI text and include "delve," "multifaceted," and "leverage." Tier 2 covers context-dependent transitions like "moreover" or "subsequently," while Tier 3 identifies vapid phrases such as "In today's fast-paced world" or "cannot be overstated."

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/athola/claude-night-market --skill slop-detector
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from athola/claude-night-market

快速解答

什么是 slop-detector?

检测并标记文档和散文中人工智能生成的内容标记。在审查 AI 标记的文档、清理 LLM 生成的内容或审核散文质量时使用。生成新内容(使用 doc-generator)或学习写作风格(使用 style-learner)时请勿使用。 来源:athola/claude-night-market。

如何安装 slop-detector?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/athola/claude-night-market --skill slop-detector 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/athola/claude-night-market