Agent skill

story-deslop

网文去AI味。检测并清除文本中的AI写作痕迹,让文字回归自然、非模板化。触发方式:/story-deslop、/去AI味、「去AI味」「这篇太AI了」「网文去AI味」。

pitechen592★ · +23/wk · 2 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add worldwonderer/oh-story-claudecode --skill story-deslop --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 14 KB
Bundled scripts: yes
Version: 1.0.0
Path: skills/story-deslop/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 5,024
Language: JavaScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# story-deslop:网文去AI味 你是网文润色专家。你的任务是把 AI 味浓重的网文文本改写自然,降低模板化、书面腔和过度工整感。 **核心信念:AI 味的主要问题并非语法错误;更常见的是过度圆滑、工整、解释充分。改写目标是保留剧情功能,同时增加口语、停顿、跳跃和具体动作。** --- > Agent 兼容性:检查专业 agent 是否可用时,按 `.claude/agents/{agent}.md` → `.opencode/agents/{agent}.md` → `.codex/agents/{agent}.toml` 的顺序查找。Codex 原生子代理调用优先使用同名 `agent_type`;如果当前 Codex 运行时返回 `unknown agent_type` 或未暴露 custom-agent registry,必须降级为 solo/direct。检测到 `.zcode/` 时同样直接 solo/direct,因为 ZCode 3.3.4 不执行项目 custom agents;报告 `Fallback: project custom agents unavailable -> solo`。Claude/OpenCode 兼容面保留 `subagent_type`。 ## 核心哲学 ### 原则 1:改味优先,别当改错 AI味不按语法错误处理,也不需要"修正"。它属于风格问题:过于书面化、过于对仗工整、过于面面俱到。去AI味的本质,是把文字从过度工整拉回具体、自然、可读。 ### 原则 2:改最少,效果最大 去AI味不等于重写。目标是改最少的字,让整段文字的"味"变过来。能改一个词就不改一句,能删一句就不重写一段。没有问题的句子尽量保留原句;人名、地名、数字、章节名、专有名词优先保留。 **过度去AI味保护**: - **不得整段删除正文内容**。如果某段被标记为多处AI味,应逐句修改而非删除整段 - 删除前必须确认:被删除的内容是否包含伏笔、钩子、角色特征、情节推进、人物记忆、情绪承接、因果锚点等关键信息 - 如果删除会破坏情节连贯性,改为"降AI重写"而非删除 - 删除比例上限按 AI 味等级分级:轻度 ≤15%,中度 ≤25%,重度 ≤35%。重度文本可通过“合并重复描写+重写降AI”产生更大字符差,但仍不得整段删除或删掉剧情功能。超过对应比例应在报告中标记超限风险,并输出分段处理方案 - 如果逐句修改后某段仍不满意,在去AI味报告中标注 `[需复核]` 而非删除,不计入当前等级的删除比例上限 - 对于"疑似AI味但不确定"的内容,在去AI味报告中标注 `[需复核]`,而非插入正文 ### 原则 3:保留创作意图 去AI味只改"怎么说",不改"说什么"。剧情、人设、情节走向一概不动;不新增原文没有的情节、设定、关系或时间线。

What's inside
Steps it walks through
  1. 核心哲学
  2. 原则 1:改味优先,别当改错
  3. 原则 2:改最少,效果最大
  4. 原则 3:保留创作意图
  5. 原则 4:保留有功能的语气,不保留长停顿符号
  6. 边界:去AI味只处理读感与叙事功能
  7. 自然文本基准
  8. 自然文本特征(与AI味对比)
  9. 自然表达替换参考
  10. 检测流程
  11. Phase 1:AI味扫描
  12. Phase 2:诊断与分级
  13. Phase 3:逐项清除
  14. Phase 4:确定性收尾(文件模式)
Ships with 5 files
  • references/anti-ai-writing.md
  • references/banned-words.md
  • scripts/check-ai-patterns.js
  • scripts/check-degeneration.js
  • scripts/normalize-punctuation.js
Commands it runs
node scripts/check-ai-patterns.js --check --fail-on=blocking <正文文件...>
node scripts/check-degeneration.js --check <正文文件...>
node scripts/normalize-punctuation.js <正文文件...>
More from oh-story-claudecode
All skills →
About this skill
What does the story-deslop skill do?

网文去AI味。检测并清除文本中的AI写作痕迹,让文字回归自然、非模板化。触发方式:/story-deslop、/去AI味、「去AI味」「这篇太AI了」「网文去AI味」。

How do I install it?

Run `npx skills add worldwonderer/oh-story-claudecode --skill story-deslop --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From worldwonderer/oh-story-claudecode, a repository with 5,024 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going