π¦ ClawHub
Paper Polisher
by @docsor1212
Detect and quantify AI writing traces, rewrite to remove AI style and reduce similarity while preserving terminology, data, and academic rigor in bilingual p...
π‘ Examples
Detect AI Traces
python3 {{SKILL_DIR}}/scripts/ai_detector.py your_paper.txt --lang auto
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
Check Terminology
python3 {{SKILL_DIR}}/scripts/term_check.py your_paper.txt
Quality Report
python3 {{SKILL_DIR}}/scripts/quality_report.py your_paper.txt --format json
π Constraints
1. Never alter data β numbers, statistics, citations preserved exactly 2. 2,255 professional terms auto-protected during paraphrasing 3. Semantic fidelity β no information added or removed 4. Paragraph-by-paragraph processing for logical flow 5. All changes presented for user confirmation
TERMINAL
clawhub install paper-polisher-pro