Install
openclaw skills install humanize-mba-text-skill去除中文文本中的 AI 生成痕迹,使其更符合中国 MBA 毕业论文的自然写作风格。当用户提到"去 AI 痕迹"、"去除 AI 写作痕迹"、"MBA 论文改写"、"让这段文字更像人写的"、"去除机器感"等关键词时触发。适用于需要降低文本 AI 特征、提升学术写作自然度的场景。
openclaw skills install humanize-mba-text-skill将带有明显 AI 生成特征的中文文本改写为自然、人类化的 MBA 毕业论文风格文本,符合中国MBA毕业论文的学术规范和实践导向。
本Skill采用三维协同优化方法,系统性地提升MBA论文质量:
核心策略:
核心策略:
核心策略:
根据中国高校MBA论文结构要求,不同章节需遵循特定改写策略:
提供多维度 AI 特征检测系统,结合三种检测方法:
规则匹配检测 (scripts/detect_ai_patterns.py)
统计分析检测 (scripts/multi_detector.py)
语言特征检测 (scripts/multi_detector.py)
输入文本
↓
[多维度检测] → 生成检测报告
↓
[反馈生成] → 生成修改建议
↓
[自动修复] → 处理可自动修复的问题
↓
[手动改写] → 处理需人工修改的问题
↓
[质量验证] → 再次检测确认
↓
输出优化文本
# 基础规则检测
python scripts/detect_ai_patterns.py input.txt --format markdown --output report.md
# 多维度融合检测
python scripts/multi_detector.py input.txt --format markdown --output report.md
# 基于检测结果生成反馈
python scripts/feedback_generator.py detection_result.json --text input.txt --output feedback.md
# 自动修复空格等简单问题
python scripts/feedback_generator.py detection_result.json --text input.txt --apply
# 交互模式,逐条确认
python scripts/multi_detector.py input.txt --interactive
| 指标 | 计算方法 | 目标值 |
|---|---|---|
| AI检测率 | AI生成概率 | < 20% |
| 句长标准差 | 各句长度标准差 | > 8 |
| 词汇丰富度(TTR) | 不同词/总词数 | > 0.6 |
检测报告包含以下维度:
根据 AI 概率分数采取不同策略:
🔴 高风险 (>70%): 深度改写
🟡 中风险 (40-70%): 针对性优化
🟢 低风险 (<40%): 细节润色
可自动修复的问题:
需手动改写的问题:
references/strategy_ai_reduction.md - 降低AI检测率策略详解references/strategy_plagiarism.md - 降低查重率策略详解references/strategy_polishing.md - 学术润色策略详解references/ai-writing-patterns.md - AI写作特征详细列表references/chapter-1-introduction.md - 第1章:绪论(研究背景、文献综述、研究方法)references/chapter-2-theory.md - 第2章:理论基础(概念界定、理论框架)references/chapter-3-analysis.md - 第3章:现状与问题分析(企业概况、问题识别、成因分析)references/chapter-4-solutions.md - 第4章:对策建议(具体方案、实施保障)references/chapter-5-conclusion.md - 第5章:结论(研究发现、创新点、局限与展望)references/format-standards.md - 格式规范(中英文混排、图表、引用、标点等)