Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

paper-polisher-pro纸张抛光机专业版

Agent Skill

paper-polisher-pro 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

964

周安装

39

GitHub Stars

公开资料未说明

下载量

303
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:paper-polisher-pro(纸张抛光机专业版)
来源仓库:https://github.com/docsor1212/paper-polisher-pro
安装命令:
openclaw skills install paper-polisher-pro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install paper-polisher-pro

简介

检测并消除人工智能写作风格痕迹。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

  • 重写文本以增强学术严谨性与语言自然度。
  • 保持术语准确性与双语表达一致性。
  • 建议在正式提交前人工复核修改结果。
  • paper-polisher-pro 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

paper-polisher-pro — All-in-One Academic Paper Polishing Tool

🎯 AI Detection · De-AI Rewriting · Paraphrase · Terminology Check · Quality Report Bilingual (CN/EN) · Runs 100% Locally · Zero Data Upload · Zero Setup

✨ Why paper-polisher-pro?

FeatureDescription
🕵️ 14 AI Model FingerprintingDetects DeepSeek V4, GLM-5, Qwen3.5, Kimi K2, ChatGPT, Claude, Gemini, MiniMax, Step, and more
📊 Quantitative Scoring0-100 AI risk score — not vague guesses, actual numbers
🛡️ Terminology Protection2,255 authoritative medical/academic terms auto-protected during paraphrasing
🔒 100% Local PrivacyYour paper never leaves your machine. No upload. No accounts.
🧪 6-Layer Detection EnginePattern matching + TTR + sentence length variance + info density + sentence-start patterns + paragraph features
🌐 BilingualFull 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.

Trigger Words

"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"

🚀 Quick Start

Detect AI Traces in 30 Seconds

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

Check Terminology Standardization

python3 {{SKILL_DIR}}/scripts/term_check.py your_paper.txt

Generate Comprehensive Quality Report

python3 {{SKILL_DIR}}/scripts/quality_report.py your_paper.txt --format json

📋 Full Workflow (5 Steps)

Step 1: AI Detection

python3 {{SKILL_DIR}}/scripts/ai_detector.py <input_file> --lang auto --format json --output <report.json>

Presents to user:

  • AI Risk Score (0–100, higher = more AI-like)
  • Risk Level (🟢 Low / 🟡 Medium / 🔴 High)
  • High-risk paragraph locations
  • Top 10 matched AI patterns

Step 2: De-AI Rewriting

Triggered for paragraphs with AI score ≥ 35.

For Chinese papers:

  • ❌ Delete filler: "值得注意的是", "综上所述", "具有重要的理论意义"
  • ❌ Delete vague praise: "提供了新的视角" — replace with specifics or remove
  • ❌ Break symmetry: "不仅…而且…" → natural progression or contrast
  • ❌ Ban buzz verbs: "深入探讨" → "compared differences between X and Y"
  • ✅ Use data: "取得了显著进展" → "3-year remission rate: 42% → 78%"
  • ✅ Vary sentence length: long (20–40 chars) ↔ short (5–15 chars)
  • ✅ Content-based transitions, not "此外", "与此同时" stacking
  • ✅ Preserve all terms, data, citations exactly

For English papers:

  • ❌ Ban: plays a crucial role, has gained significant attention, sheds light on, paves the way, a growing body of evidence, it is worth noting, delve into, myriad, plethora, multifaceted, of paramount importance
  • ❌ Ban perfect parallelism: "Not only A but also B; moreover C; furthermore D"
  • ✅ Use active voice: "We found" not "It was found that"
  • ✅ Mix sentence length: 5–10 word sentences alongside 20–30 word ones

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.

Step 3: Smart Paraphrasing

5-layer paraphrasing strategy:

  1. Synonym replacement — from synonyms_general.json, skip protected terms
  2. Voice transformation — active ↔ passive, split long sentences, merge short ones
  3. Word order shift — reorder info points (don't break logic)
  4. Abstraction ↔ expansion — high-similarity → summarize / sparse → elaborate
  5. Perspective shift — describe the same content from a different angle

⚠️ Terminology protection: 2,255 authoritative terms automatically skipped during paraphrasing.

Step 4: Terminology Standardization

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.

Step 5: Quality Report

Re-run AI detection after rewriting and show before/after comparison:

  • Pre-rewrite AI score → Post-rewrite AI score
  • Per-paragraph improvement breakdown
  • Terminology standardization rate
  • Readability metrics

🎯 Supported AI Models

Chinese LLMs (Exclusive)

ModelScoreRisk
DeepSeek V484.3🔴 High
GLM-5-Turbo98.6🔴 High
GLM-5.174.9🔴 High
Kimi K266.3🔴 High
Step 3.5 Flash79.3🔴 High
Qwen3.5-Plus39.5–58.6🟡–🔴
MiniMax M2.539.9🟡 Medium

International Models

ChatGPT (77.3 🔴) · Claude (70+ 🔴) · Gemini (65+ 🔴)

Human Text (Zero False Positives)

Clinical Records 24.8 🟢 · Academic Papers 31.6 🟢


📐 Discipline Adaptation

  • Medicine/Biology: Preserves clinical terms, drug names, dosages, stats. Prioritizes connector and evaluative phrase replacement
  • Engineering/CS: Protects algorithm names, formulas, performance metrics. Focuses on naturalizing methodology descriptions
  • Humanities/Social Sciences: Allows more opinionated phrasing, avoids AI-style summarization
  • Business/Economics: Preserves data and model names, replaces generic industry commentary

⚠️ Usage Constraints

  1. Never alter data: Numbers, statistics, citation markers preserved exactly
  2. Terminology protection: 2,255 professional terms auto-skipped during paraphrasing
  3. Semantic fidelity: Before/after meanings are equivalent — no info added or removed
  4. Paragraph-by-paragraph: Long papers processed incrementally to maintain logical flow
  5. User approval: All changes presented for user confirmation before adoption

📦 File Structure

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

Version

  • v1.0.0 — Initial release: AI detection (14 models) + De-AI rewriting + Paraphrasing + Terminology check + Quality report
  • v1.0.1 — English SKILL.md for ClawHub, streamlined descriptions, SEO keyword optimization

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.19%
按下载量换算246

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills