166 lines
5.9 KiB
Markdown
166 lines
5.9 KiB
Markdown
# AI写作去套话工具
|
||
|
||
`写作` `AI检测` `提示词` `Claude` `自然语言`
|
||
|
||
# anti-slop-writing
|
||
|
||
印度尼西亚语(默认)| [英语](README.en.md)
|
||
|
||
一个通用技能,让 AI 输出听起来不像 AI。更人性化、更具体、不生硬。
|
||
|
||
适用于 **Claude.ai、Claude Code、Codex CLI、Gemini CLI、Copilot、Cursor、Windsurf** 以及其他支持系统提示词的工具。
|
||
|
||
基于维基百科 ["AI写作特征"](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing) + AI文本检测研究,灵感来自 [@mkbijaksana](https://x.com/mkbijaksana/status/2027714311330627877)。
|
||
|
||
---
|
||
|
||
## 使用前 vs 使用后
|
||
|
||
**不使用本技能:**
|
||
> The festival serves as a vibrant testament to the region's rich cultural heritage, showcasing the intricate tapestry of traditions that have endured through the ages, contributing to the broader social fabric of the community.
|
||
|
||
**使用本技能:**
|
||
> The festival has run every April since 1987. Locals build their own stalls. The goat cheese and handmade pottery sell out by noon.
|
||
|
||
---
|
||
|
||
## 快速开始
|
||
|
||
### Claude.ai(网页版)—— 最简单的方式
|
||
|
||
1. 从[最新 Releases](https://github.com/adenaufal/anti-slop-writing/releases/latest) 下载 `anti-slop-writing.skill`
|
||
2. 在 Claude.ai:`设置 → Skills → 从文件安装`
|
||
3. 选择刚刚下载的文件
|
||
4. 开启新对话,直接使用
|
||
|
||
### Claude Code
|
||
|
||
```bash
|
||
# 全局安装
|
||
git clone https://github.com/adenaufal/anti-slop-writing ~/.claude/skills/anti-slop-writing
|
||
|
||
# 或按项目安装
|
||
git clone https://github.com/adenaufal/anti-slop-writing .claude/skills/anti-slop-writing
|
||
```
|
||
|
||
技能文件:`indonesian/SKILL.md`(印度尼西亚语)或 `english/SKILL.md`(英语)。
|
||
|
||
### 其他工具(Codex CLI、Gemini CLI、Copilot、Cursor、Windsurf、Aider、ChatGPT)
|
||
|
||
请参见下方[完整安装说明](#完整安装说明)。
|
||
|
||
---
|
||
|
||
## 使用方法
|
||
|
||
使用自然语言指令:
|
||
- "请改写得更人性化一点。"
|
||
- "让这段文字看起来不像 AI 写的。"
|
||
- "不要套话,直接说重点。"
|
||
|
||
在 Claude Code 中也可以使用 `/anti-slop-writing`。
|
||
|
||
### 快速验证
|
||
|
||
发送以下提示词进行测试:
|
||
|
||
```text
|
||
将这段文字改写成两个版本:
|
||
1)正式简洁版
|
||
2)轻松口语版
|
||
两个版本都要保持自然,避免 AI 模板式用语。
|
||
```
|
||
|
||
如果结果更具体、句子节奏更有变化,说明规则已生效。
|
||
|
||
---
|
||
|
||
## 完整安装说明
|
||
|
||
> 除 Claude.ai 外,所有工具都需要先克隆仓库:
|
||
> ```bash
|
||
> git clone https://github.com/adenaufal/anti-slop-writing /tmp/anti-slop-writing
|
||
> ```
|
||
> 然后从 `indonesian/`(印度尼西亚语)或 `english/`(英语)文件夹中选择文件。
|
||
|
||
| 工具 | 文件及位置 |
|
||
|------|-----------|
|
||
| **Codex CLI**(全局) | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md ~/.codex/AGENTS.md` |
|
||
| **Codex CLI**(项目) | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md ./AGENTS.md` |
|
||
| **Gemini CLI**(全局) | `cp /tmp/anti-slop-writing/indonesian/GEMINI.md ~/.gemini/GEMINI.md` |
|
||
| **Gemini CLI**(项目) | `cp /tmp/anti-slop-writing/indonesian/GEMINI.md ./GEMINI.md` |
|
||
| **GitHub Copilot** | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md .github/copilot-instructions.md` |
|
||
| **Cursor** | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md .cursor/rules/anti-slop-writing.mdc` |
|
||
| **Windsurf** | `cp /tmp/anti-slop-writing/indonesian/AGENTS.md .windsurf/rules/anti-slop-writing.md` |
|
||
| **Aider** | `aider --system-prompt "$(cat indonesian/system-prompt.md)"` |
|
||
| **ChatGPT / 其他工具** | 复制 `indonesian/system-prompt.md` 内容 → 粘贴到系统提示词 |
|
||
|
||
> 如需英语版本,将 `indonesian/` 替换为 `english/`。
|
||
|
||
---
|
||
|
||
## 仓库结构
|
||
|
||
```text
|
||
anti-slop-writing/
|
||
├── english/
|
||
│ ├── SKILL.md
|
||
│ ├── AGENTS.md
|
||
│ ├── GEMINI.md
|
||
│ ├── system-prompt.md
|
||
│ └── references/
|
||
│ ├── vocabulary-banlist.md
|
||
│ └── structural-patterns.md
|
||
├── indonesian/
|
||
│ ├── SKILL.md
|
||
│ ├── AGENTS.md
|
||
│ ├── GEMINI.md
|
||
│ ├── system-prompt.md
|
||
│ └── references/
|
||
│ ├── vocabulary-banlist.md
|
||
│ └── structural-patterns.md
|
||
├── references/ ← 旧版(合并文件)
|
||
├── README.md
|
||
├── README.en.md
|
||
└── LICENSE
|
||
```
|
||
|
||
- `AGENTS.md`、`GEMINI.md`、`system-prompt.md` 内容相同——只是针对不同工具的格式有所区别。
|
||
- `SKILL.md` 专为 Claude Code 的技能格式设计。
|
||
- `anti-slop-writing.skill` 通过 [Releases](https://github.com/adenaufal/anti-slop-writing/releases) 单独发布。
|
||
|
||
---
|
||
|
||
## 印度尼西亚语专项适配
|
||
|
||
本仓库针对印度尼西亚语文本中的 AI 模式制定了专项规则:
|
||
- 在轻松语境中使用过于正式的语气
|
||
- 模板式用语("不仅……而且……")
|
||
- 总以"结论"结尾
|
||
- 过度名词化
|
||
- 缺少语气助词(nah/sih/dong/kan)
|
||
- 不顾语境一律使用正式的"您(Anda)"
|
||
|
||
请使用 `indonesian/` 文件夹中的文件。
|
||
|
||
---
|
||
|
||
## 参考资料
|
||
|
||
- 维基百科:[AI写作特征](https://en.wikipedia.org/wiki/Wikipedia:Signs_of_AI_writing)
|
||
- Kobak et al.(2024):*Delving into LLM-assisted writing*([arXiv:2406.07016](https://arxiv.org/abs/2406.07016))
|
||
- Russell, Karpinska & Iyyer(2025):*频繁使用 ChatGPT 的人能准确识别 AI 生成文本*
|
||
- Fraser, Dawkins & Kiritchenko(2025):*检测 AI 生成文本:影响可检测性的因素*
|
||
- Wang et al.(2024):*M4:多生成器、多领域、多语言黑盒机器生成文本检测*
|
||
- Lovenia et al.(2024):*SEACrowd*([arXiv:2406.10118](https://arxiv.org/abs/2406.10118))
|
||
- Ilman Akbar(2024):*手动检测 AI 生成内容的简单方法*
|
||
- The Conversation Indonesia(2024):*为什么原创文字也会被判定为 AI 所写*
|
||
|
||
## 致谢
|
||
|
||
- [@mkbijaksana](https://x.com/mkbijaksana/status/2027714311330627877)
|
||
- 维基百科 [WikiProject AI Cleanup](https://en.wikipedia.org/wiki/Wikipedia:WikiProject_AI_Cleanup)
|
||
|
||
## 许可证
|
||
|
||
MIT |