Chhsich Thesis Aigc Skills
Description
降低中文学术论文 AIGC 检测率(知网/维普/万方)的 Claude Code skill — 预防性写作规则 + 事后修复工作流
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
chhsich-thesis-aigc-skills
降低中文学术论文 AIGC 检测率(知网/维普/万方)的实战方法论和工具。
核心发现
- 完全段落重写有效,逐词替换无效
- 预防性写作比事后修复高效得多
基于实战验证:知网 AIGC 检测率从 **48.9% 降至 11.3%**。
安装
方式一:npx skills add(推荐)
npx skills add ChHsiching/chhsich-thesis-aigc-skills
使用 [skills](https://github.com/vercel-labs/skills) CLI 自动安装到 Claude Code 等支持的 agent。详见 `npx skills add --help`。
方式二:从 GitHub Packages 安装
npm config set @chhsiching:registry https://npm.pkg.github.com
npm install @chhsiching/chhsich-thesis-aigc-skills
方式三:从 GitHub 手动安装
# 克隆到 skills 目录
git clone https://github.com/ChHsiching/chhsich-thesis-aigc-skills.git \
~/.claude/skills/chhsich-thesis-aigc-skills
或者直接将 `SKILL.md` 复制到你的 skills 目录。
双模式工作流
模式一:预防性写作
写新文本时遵循 8 条规则,从源头避免 AI 特征:
- 用具体动词,不用抽象动词("做了"而非"进行了")
- 长短句交替,打破均匀节奏
- 不编号,自然过渡
- 直接说事,不做铺垫
- 去连接词,用标点代替
- 段落长度不均匀
- 用"而""则"做对比,不用"不仅…而且…"
- 学术文本中偶尔用短句穿插
详见 [SKILL.md](SKILL.md) 的"预防性写作规则"章节。
模式二:事后修复
已有 AI 文本的五步修复流程:
- 解析检测报告 — 提取"显著"片段
- 定位目标段落 — 在 docx 中用唯一子串定位
- 重写段落 — 完全重写(6 条策略)
- 应用替换 — 用 lxml 操作 OOXML,仅修改文本节点
- 验证 — 检查文件完整性和实际降幅
文件说明
| 文件 | 说明 |
|---|---|
| SKILL.md | 完整工作流(预防性写作规则 + 事后修复流程) |
| REFERENCE.md | 技术参考(docx OOXML 操作、CNKI 报告格式) |
| EXAMPLES.md | 改写前后对照示例(6 个示例 + 效果统计) |
| scripts/docx_rewrite.py | docx 文本替换工具脚本 |
不工作的方法
| 方法 | 为什么不行 |
|---|---|
| 自动化改写工具 | 插入古文、错误替换、产生新的 AI 特征 |
| 逐词替换 AI 高频词 | 只改词汇不改结构,检测器仍标记 |
| python-docx 库操作 | 会重写整个 XML,丢失复杂格式 |
| 只改"疑似"片段 | "疑似"不计入 AI 率,改了也不降分 |
使用要求
- Python 3.8+
- lxml(
pip install lxml)
License
AGPL-3.0-only · Copyright (c) 2026 ChHsiching —— 见 [LICENSE](LICENSE)。
- 使用(含公司内部使用)、修改、分发均免费;但分发或以本代码提供网络服务时,衍生作品须以 AGPL-3.0 开源。
- 闭源商用须另行获取商业授权:hsichingchang@gmail.com
贡献条款
提交 PR 即表示你同意以 AGPL-3.0 授权你的贡献,并授予维护者在 AGPL 之外另行提供商业授权的权利(你的贡献始终以 AGPL 对所有人开放)。
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11