AIGC-Detector-Pro

skill
Guvenlik Denetimi
Basarisiz
Health Uyari
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 7 GitHub stars
Code Basarisiz
  • rm -rf — Recursive force deletion command in uninstall.sh
Permissions Gecti
  • Permissions — No dangerous permissions requested
Purpose
This tool is a Claude Code skill that analyzes academic papers for AI-generated content characteristics and provides rewriting suggestions to reduce AIGC detection rates. It processes `.docx` files and leverages Claude's semantic analysis capabilities.

Security Assessment
The tool requires review due to its installation method and file handling. It is installed via a `curl ... | bash` command, which automatically downloads and executes remote code and installs a Python dependency (`python-docx`). The uninstall script contains a `rm -rf` command to recursively delete its directory (`~/.claude/skills/aigc-detector/`). While this is standard for cleanup, it is a destructive shell operation. No hardcoded secrets or dangerous system permissions were found. The tool processes academic papers locally, meaning sensitive intellectual property or research data will be exposed to the Claude API. Overall risk: Medium.

Quality Assessment
The project is relatively new and has low community visibility, with only 7 GitHub stars. However, it is actively maintained, with repository pushes occurring as recently as today. It benefits from a clear, permissive MIT license and includes comprehensive bilingual documentation. Because of the low star count, the tool has not been broadly vetted by the open-source community, meaning bugs or security edge cases might be present.

Verdict
Use with caution: While actively maintained and openly licensed, the tool involves remote script execution and sends sensitive academic work to a third-party AI API, compounded by low community vetting.
SUMMARY

AIGC 检测论文 AI 降率工具 - Claude Code Skill for academic paper AI detection and rewriting

README.md

AIGC-Killer-Pro

论文 AIGC 检测 | AI 降率 | 学术写作助手

Stars License Stars

English | 简体中文


基于 Claude Code 的学术论文 AIGC 检测与改写 Skill。从 5 个维度深度分析论文的 AI 生成特征,提供针对性改写建议,帮助降低 AIGC 检测率。

一句话安装,开箱即用:

curl -sL https://raw.githubusercontent.com/free-revalution/AIGC-Killer-Pro/main/install.sh | bash

需要提前安装 Claude Code 和 Python 3.8+

为什么做这个?

2026 年主流 AIGC 检测平台已全面升级,AI 内容识别准确率大幅提升。单纯同义词替换已无法通过检测,必须在语义结构层面进行重构。

AIGC-Killer-Pro 利用 Claude 的深层语义理解能力,精准识别论文中的 AI 生成痕迹,并提供科学的改写指导。

特性

  • 5 维度深度分析 — 句式规整度、逻辑词密度、语态特征、词汇多样性、论证深度
  • 论文编写模式 — 自动解析学校模板、分析项目代码、逐章生成论文初稿、格式化输出
  • 模板格式适配 — 自动提取 .docx 模板的页面布局、字体、行距等格式并应用到生成文档
  • 纯语义驱动 — 不依赖关键词匹配,由 Claude 进行深层语义理解分析
  • 学科自适应 — 支持文科、理工科、医学、经管等学科特化阈值
  • .docx 支持 — 直接读取/生成 Word 文档,改写后输出新 .docx(自动保留原始副本)
  • 中英双语 — 支持中文和英文学术论文的检测与改写
  • 多 Agent 兼容 — Claude Code / Codex / Cursor / Windsurf / Gemini
  • 一键安装 — 一条命令完成安装

安装

方式一:在 Claude Code 中一键安装(推荐)

打开 Claude Code,直接发送以下消息:

帮我安装 AIGC-Detector 学术论文 AIGC 检测助手,执行:curl -sL https://raw.githubusercontent.com/free-revalution/AIGC-Killer-Pro/main/install.sh | bash

Claude Code 会自动执行安装命令,完成后即可在当前和所有项目中使用 /aigc-detector

方式二:终端安装

curl -sL https://raw.githubusercontent.com/free-revalution/AIGC-Killer-Pro/main/install.sh | bash

安装脚本会自动完成:

  1. 下载 Skill 文件到 ~/.claude/skills/aigc-detector/(Claude Code 自动识别)
  2. 检查并安装 python-docx 依赖

卸载:

rm -rf ~/.claude/skills/aigc-detector/

多 Agent 支持

AIGC-Detector 适配多种 AI Agent,一条命令即可安装:

Agent 兼容性 安装命令
Claude Code 完全支持 curl -sL ... | bash(默认)
Codex CLI 部分支持 curl -sL ... | bash -s -- --agent codex
Cursor 部分支持 curl -sL ... | bash -s -- --agent cursor --dir /your/project
Windsurf 部分支持 curl -sL ... | bash -s -- --agent windsurf --dir /your/project
Gemini CLI 部分支持 curl -sL ... | bash -s -- --agent gemini --dir /your/project
全部安装 curl -sL ... | bash -s -- --agent all

兼容性说明:

  • 完全支持:Skill 系统精确触发,完整执行多步工作流,交互式用户选择
  • 部分支持:指令作为上下文注入,Agent 可执行 bash/Python/文件操作,但步骤执行为最佳努力(不保证严格按顺序),无精确触发机制

GitHub Copilot 不支持(无法执行 shell 命令和文件操作,工作流不兼容)

卸载:

curl -sL https://raw.githubusercontent.com/free-revalution/AIGC-Killer-Pro/main/uninstall.sh | bash

使用方式

安装完成后,在 Claude Code 中直接对话即可触发 Skill:

检测论文 AIGC 特征

分析这篇论文的AIGC特征:/path/to/thesis.docx
检测这篇论文的AI率
(然后粘贴论文文本)

改写论文降低 AI 率

帮我改写这篇论文降低AI率:/path/to/thesis.docx

撰写毕业论文

帮我写毕业论文,模板在About/目录

将学校模板、范文、项目代码放入 About/ 目录,Skill 会自动解析模板格式、分析代码、生成论文。

工作流程

用户提供论文 (.docx 或粘贴文本)
        │
        ▼
  Step 1: 读取文档
        │
        ▼
  Step 2: 5 维度语义分析
  ├─ 句式规整度 (25%)
  ├─ 逻辑词密度 (20%)
  ├─ 语态特征   (15%)
  ├─ 词汇多样性 (15%)
  └─ 论证深度   (25%)
        │
        ▼
  Step 3: 输出检测报告
  (终端 + 可选 Markdown 文件)
        │
        ▼
  Step 4: 提供改写建议
  (逐段标注 + 改写示例)
        │
        ▼
  Step 5: 改写并输出文档
  (保留原始副本 → 改写 → 新 .docx)

论文编写模式

用户提供材料 (About/ 目录: 模板 + 范文 + 代码)
        │
        ▼
  Step W0: 环境准备 + 模板格式解析
        │
        ▼
  Step W1: 材料分析 (模板格式/范文风格/代码架构)
        │
        ▼
  Step W2: 大纲生成 + 用户审核
        │
        ▼
  Step W3: 逐章撰写 (AIGC 安全写作)
        │
        ▼
  Step W4: 格式化输出 .docx
        │
        ▼
  Step W5: AIGC 检测 + 优化

检测报告示例

AIGC检测报告示例

改写技法

Skill 内置 7 大改写技法,基于学术界主流 AIGC 检测原理(困惑度、突发性、分类器、概率曲率)设计:

技法 对应检测方法 核心思路
句式重构 突发性检测 (Burstiness) 合并短句、长短交替、语态转换
破解模板 模式匹配 删除"首先/其次/最后"等 AI 模板
添加主语 句法分析 为无主句补充行为主体
概念具象 语义一致性 抽象表述 → 具体数据/案例
论证补全 语义一致性 线性论证 → 多维证据 + 对比研究
困惑度提升 困惑度检测 (Perplexity) 使用非常规但准确的学术表达
风格断裂 分类器检测 段落间切换表达风格,打破一致性

项目结构

AIGC-Killer-Pro/
├── .claude/skills/aigc-detector/      # 核心内容
│   ├── SKILL.md                        # Skill 主入口
│   ├── scripts/
│   │   └── docx_io.py                  # Word 文档读写/模板解析脚本
│   └── references/
│       ├── detection_principles.md     # AIGC 检测原理知识库
│       ├── rewrite_methods.md          # 改写技法详细指南
│       └── thesis_writing_guide.md     # 论文编写模式详细指南
├── agents/                             # 各 Agent 入口指针模板
│   ├── codex.md                        # Codex CLI 模板
│   ├── cursor.mdc                      # Cursor 模板
│   ├── windsurf.md                     # Windsurf 模板
│   └── gemini.md                       # Gemini CLI 模板
├── install.sh                          # 一键安装脚本(支持多 Agent)
├── uninstall.sh                        # 卸载脚本
├── README.md
├── LICENSE
└── .gitignore

注意事项

  • 检测结果仅供参考,最终判断以各平台官方检测结果为准
  • 改写时会保持学术严谨性,不会编造虚假数据或文献
  • 建议采用"人工修改 + 工具辅助"的组合策略
  • 适用于中文和英文学术论文

高级:全局自动检测

如果希望 Claude Code 在任何项目中自动识别 AIGC 相关意图并提示安装,将以下内容添加到你的全局配置文件 ~/.claude/CLAUDE.md(不存在则创建):

## AIGC-Detector
当用户提到论文检测、AIGC检测、AI降率、学术写作等需求时,检查是否已安装 aigc-detector skill(~/.claude/skills/aigc-detector/SKILL.md)。
如未安装,建议用户执行:curl -sL https://raw.githubusercontent.com/free-revalution/AIGC-Killer-Pro/main/install.sh | bash

欢迎提交 Issue 和 Pull Request!

License

MIT


如果觉得有用,请给一个 Star 支持一下

Yorumlar (0)

Sonuc bulunamadi