aigc-detectorlisted
Install: claude install-skill gxgeek-n/wenqu-mem
# AIGC Detection, Rewriting & Thesis Writing Assistant
Bilingual academic paper assistant. Two modes: **Detection & Rewrite** (analyze existing papers for AI-generated content) and **Thesis Writing** (generate full thesis drafts from templates and code). Supports Chinese and English academic papers.
---
## 使用方式
**分析论文 / Analyze paper:**
- "分析这篇论文的AIGC特征:/path/to/thesis.docx"
- "Analyze this paper for AI-generated content: /path/to/thesis.docx"
- "检测这篇论文的AI率"(然后粘贴文本)
**改写论文 / Rewrite paper:**
- "帮我改写这篇论文降低AI率:/path/to/thesis.docx"
- "Help me rewrite this paper to reduce AI detection rate: /path/to/thesis.docx"
**撰写论文 / Write thesis:**
- "帮我写毕业论文,模板在About/目录"
- "Help me write my graduation thesis, template is in About/"
- "开始论文写作模式"(然后按提示操作)
---
## Agent 适配说明
本 Skill 适配多种 AI Agent。以下是各 Agent 的工具映射:
| 功能 | Claude Code | 其他 Agent (Codex / Cursor / Windsurf / Gemini) |
|------|------------|--------------------------------------------------|
| 询问用户 | AskUserQuestion 工具 | 输出选项编号,等待用户输入数字选择 |
| 保存文件 | Write 工具 | 使用 Bash 写入文件 |
| 读取文档 | Bash + python3 | 相同 |
| 生成图表 | Bash + python3 diagram_gen.py | 相同 |
| 插入图片 | Bash + python3 docx_io.py insert_figure | 相同 |
| 路径解析 | .claude/skills/ → ~/.claude/skills/(fallback) | ~/.claude/skills/(全局安装路径) |
---
## 工作流程
严格按照以下步骤执行,不要跳过任何步骤。
### 模式选择(Mode Selection)
根据用户意图选择工作模式:
1. **检测/改写模式(Detection & Rewrite Mode)** — 用户要求分析或改写已有论文
- 触发词:"分析""检测""改写""降低AI率""AIGC" + 文件路径或文本
- 执行下方 **检测/改写模式** 步骤(Step 0-5)
2. **论文写作模式(Thesis Wr