Install
openclaw skills install paper-polisher-proDetect and quantify AI writing traces, rewrite to remove AI style and reduce similarity while preserving terminology, data, and academic rigor in bilingual p...
openclaw skills install paper-polisher-pro🎯 AI Detection · De-AI Rewriting · Paraphrase · Terminology Check · Quality Report Bilingual (CN/EN) · Runs 100% Locally · Zero Data Upload · Zero Setup
| Feature | Description |
|---|---|
| 🕵️ 14 AI Model Fingerprinting | Detects DeepSeek V4, GLM-5, Qwen3.5, Kimi K2, ChatGPT, Claude, Gemini, MiniMax, Step, and more |
| 📊 Quantitative Scoring | 0-100 AI risk score — not vague guesses, actual numbers |
| 🛡️ Terminology Protection | 2,255 authoritative medical/academic terms auto-protected during paraphrasing |
| 🔒 100% Local Privacy | Your paper never leaves your machine. No upload. No accounts. |
| 🧪 6-Layer Detection Engine | Pattern matching + TTR + sentence length variance + info density + sentence-start patterns + paragraph features |
| 🌐 Bilingual | Full support for Chinese AND English academic papers, auto language detection |
The only academic tool with Chinese LLM fingerprinting — detects not just ChatGPT, but DeepSeek, GLM, Qwen, Kimi, MiniMax, Step, and other major Chinese models.
"polish paper", "deai", "reduce ai detection", "paraphrase", "check ai writing", "paper polish", "rewrite paper", "humanize paper", "AI paper detector", "academic writing assistant", "plagiarism reducer", "AI writing checker", "remove AI traces", "humanize AI text", "thesis polishing", "dissertation polish", "Turnitin helper", "AI content detector", "essay polisher", "research paper rewrite", "paper proofread", "grammar check academic", "journal submission polish", "SCI paper editing", "manuscript polishing", "detect AI writing", "AI writing score"
python3 {{SKILL_DIR}}/scripts/ai_detector.py your_paper.txt --lang auto
Sample output:
📄 your_paper.txt
AI Risk Score: 68.5 / 100 🔴 HIGH
Paragraphs analyzed: 12
Top patterns: "it is worth noting" (×3), "plays a crucial role" (×2)
Suggestion: Rewrite paragraphs 2, 5, 8
python3 {{SKILL_DIR}}/scripts/term_check.py your_paper.txt
python3 {{SKILL_DIR}}/scripts/quality_report.py your_paper.txt --format json
python3 {{SKILL_DIR}}/scripts/ai_detector.py <input_file> --lang auto --format json --output <report.json>
Presents to user:
Triggered for paragraphs with AI score ≥ 35.
For Chinese papers:
For English papers:
Rewriting Prompt:
Please rewrite the following academic paragraph to remove AI writing traces.
Rules:
1. Delete all AI filler phrases and vague evaluations
2. Replace fuzzy claims with specific data/facts or delete
3. Break symmetrical sentence structures; restore natural length variation
4. Use content-based transitions, not filler words
5. Preserve all technical terms, data, citations exactly as-is
6. Maintain original meaning and academic logic
Original paragraph:
{paragraph}
Output only the rewritten paragraph without explanation.
5-layer paraphrasing strategy:
synonyms_general.json, skip protected terms⚠️ Terminology protection: 2,255 authoritative terms automatically skipped during paraphrasing.
python3 {{SKILL_DIR}}/scripts/term_check.py <input_file>
Checks against a database of 2,255 authoritative terms (National Terms Commission + MeSH2026 + Drug Terminology), flags non-standard usage, and suggests corrections.
Re-run AI detection after rewriting and show before/after comparison:
| Model | Score | Risk |
|---|---|---|
| DeepSeek V4 | 84.3 | 🔴 High |
| GLM-5-Turbo | 98.6 | 🔴 High |
| GLM-5.1 | 74.9 | 🔴 High |
| Kimi K2 | 66.3 | 🔴 High |
| Step 3.5 Flash | 79.3 | 🔴 High |
| Qwen3.5-Plus | 39.5–58.6 | 🟡–🔴 |
| MiniMax M2.5 | 39.9 | 🟡 Medium |
ChatGPT (77.3 🔴) · Claude (70+ 🔴) · Gemini (65+ 🔴)
Clinical Records 24.8 🟢 · Academic Papers 31.6 🟢
paper-polisher/
├── SKILL.md ← This file
├── scripts/
│ ├── ai_detector.py ← AI detection engine (v3.3b, 6 layers, 300+ rules)
│ ├── term_check.py ← Terminology standardization (2,255 terms)
│ ├── ngram_similarity.py ← N-gram repetition analysis
│ └── quality_report.py ← Comprehensive quality report
├── references/
│ ├── ai_patterns_zh.json ← Chinese AI pattern library (300+ rules)
│ ├── ai_patterns_en.json ← English AI pattern library (100+ rules)
│ └── synonyms_general.json ← General synonym dictionary (291 groups)
├── data/
│ └── terminology.json ← Standard terminology database (2,255 terms)
└── templates/ ← Prompt templates