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

de-slop德斯洛普

Agent Skill

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

总安装

353

周安装

15

GitHub Stars

4

下载量

124
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/petekp/agent-skills --skill de-slop

简介

识别并清除AI写作痕迹的系统化文本净化工具,恢复自然人类表达风格。

  • 适合修正LLM生成文本的过度修饰和不自然语调等典型问题。
  • 基于维基百科AI写作特征清单,按严重程度分级处理三类模式。
  • 需先完整阅读文本再修改,避免局部优化导致整体语义偏差。
  • de-slop 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

De-Slop

Strip AI writing patterns from text to restore natural, human-sounding prose.

Based on Wikipedia: Signs of AI writing and WikiProject AI Cleanup.

When to Use

  • Editing any prose that sounds like chatbot output
  • Reviewing drafts generated with AI assistance
  • Self-check before publishing AI-assisted writing
  • When text feels "off" but the reason is hard to pinpoint

Process

Step 1: Diagnose

Read the full text before changing anything. Load references/word-list.md and references/structural-patterns.md to identify which patterns are present.

Categorize findings into three severity levels:

Red — Immediate tells (fix first)

  • Chatbot leakage ("I hope this helps", "Certainly!", template blanks)
  • Grandiose filler ("stands as a testament", "in today's fast-paced world")
  • Synonym cycling (same entity referred to by 4+ different names)

Yellow — Statistical signals (fix in clusters)

  • 3+ words from the overused word list appearing in close proximity
  • Rule of three used more than twice
  • Tailing participle phrases ("emphasizing the significance of")
  • Em-dash density higher than ~1 per 200 words

Green — Structural patterns (require rewriting, not word swaps)

  • Relentless balance (every section same length)
  • Uniform register (no tonal variation)
  • Generic specificity (hypothetical examples, no real names)
  • Excessive hedging (qualifiers every third sentence)
  • Risk aversion (no specific claims, no edge)

Present the diagnosis as a brief summary before making changes. Example:

Diagnosis: 4 red flags (chatbot leakage, grandiose filler), 7 yellow signals
(word clusters in paragraphs 2, 5, 8), 2 green patterns (relentless balance,
uniform register).

Step 2: Fix Red Flags

Remove or replace all Red items. These are unambiguous AI artifacts.

Chatbot leakage: Delete entirely.

Grandiose filler: Replace with plain statements or delete.

  • "stands as a testament to" -> "shows" or "is"
  • "plays a vital role in shaping" -> "shapes" or "affects"
  • "in today's fast-paced world" -> delete (it never adds meaning)

Synonym cycling: Pick one term and stick with it. Use pronouns for variety.

Step 3: Fix Yellow Signals

Work through clusters. The goal is not to ban specific words but to break up detectable patterns.

Word clusters: Replace overused words with plain alternatives.

  • "delve into" -> "look at" / "examine" / (often just delete)
  • "leverage" -> "use"
  • "robust" -> "strong" / "solid" / (ask: is this adjective needed at all?)
  • "nuanced" -> "detailed" / "complicated" / (often delete)
  • "landscape" -> name the actual domain
  • "multifaceted" -> drop it; describe the actual facets instead
  • "crucial" / "pivotal" / "paramount" -> "important" or delete

Copula avoidance: Restore simple verbs.

  • "serves as" -> "is"
  • "features" / "offers" / "boasts" -> "has"

Transition abuse: Remove mechanical connectives.

  • "Moreover," / "Furthermore," / "In addition," -> start the sentence without them, or use "and" / "also"

Rule of three: Break at least half of them. Use two items, or four, or one.

Tailing participles: Rewrite as separate sentences or delete.

  • "..., emphasizing the importance of X" -> delete, or: "X matters because..."

Step 4: Fix Green Patterns

These require actual rewriting, not substitution.

Relentless balance: Redistribute weight. Expand important sections. Trim or collapse unimportant ones. A 3-sentence paragraph next to a 12-sentence paragraph is fine.

Uniform register: Inject tonal shifts. A blunt short sentence after a complex one. A casual aside in a technical passage. Let the writing breathe.

Generic specificity: Replace hypothetical examples with real ones, or remove examples that add nothing.

Excessive hedging: Remove qualifiers that don't reflect genuine uncertainty. If something is true, state it without "often" / "generally" / "can be."

Risk aversion: Sharpen claims. Add an opinion. Allow an imperfect sentence to stand if it has energy.

Enthusiasm gap: Vary paragraph investment. Spend more words where the writer (or subject) is more interesting.

Step 5: Final Read

Read the entire edited text once more. Check for:

  1. Overcorrection — Did fixes make the text choppy or too informal? Restore where needed.
  2. Meaning preservation — Does every sentence still say what it originally meant?
  3. New patterns — Did edits introduce their own repetitive patterns?
  4. Voice consistency — Does the text sound like one person wrote it?

Principles

  • Prefer plain words. "Use" over "leverage." "Is" over "serves as." "Important" over "crucial."
  • Prefer short sentences. Break long compounds. Not every thought needs a clause.
  • Preserve meaning. Never change what the text says, only how it says it.
  • Don't over-correct. Some em dashes are fine. An occasional "furthermore" is fine. The goal is to break patterns, not ban words.
  • Real > hypothetical. A named example beats "consider a scenario where..."
  • Uneven > balanced. Spend more words on what matters more.
  • Specific > vague. "Response time dropped from 200ms to 50ms" beats "significantly improved performance."

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.94%
按下载量换算43

Claude

30.99%
按下载量换算38

Cursor

18.12%
按下载量换算22

Gemini CLI

9.01%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills