Token导航 LogoToken导航TokenDH.com
效率external-serviceclawhub未标认证来源可访问clear审计通过

essay-humanize-iterator论文人性化迭代器

Agent Skill

essay-humanize-iterator 用于辅助前端页面、组件、样式和交互逻辑开发,适合在 OpenClaw 中需要维护前端项目、生成组件或检查界面实现时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,045

周安装

172

GitHub Stars

公开资料未说明

下载量

1,417
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:essay-humanize-iterator(论文人性化迭代器)
来源仓库:https://github.com/kevin0818-lxd/essay-humanize-iterator
安装命令:
openclaw skills install essay-humanize-iterator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

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

ClawHubOpenClaw
openclaw skills install essay-humanize-iterator

简介

迭代重写论文以降低 AI 检测分数,保持原意与自然写作风格。

  • 适用于学术写作、投稿等需规避查重系统的场景。essay-humanize-iterator 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 支持多种语言度量参数调节,平衡可读性与隐蔽性。
  • 通过 clawhub 安装,需输入原文与目标语言风格偏好。
  • 多次迭代可能影响逻辑连贯性,建议人工最终审核。

SKILL.md

Essay Humanize Iterator — Skill Specification

Purpose

Iteratively refine essays to minimize false positives from oversensitive AI detectors by removing stereotypical AI writing patterns and aligning semantic density and syntactic complexity with native human writing norms.

When to Use

  • User submits an essay and wants to reduce AI stylistic patterns that trigger false positives
  • User asks to rehumanize, iterate humanize, or improve writing naturalness
  • User wants to improve semantic density or syntactic complexity to match human writing norms
  • User mentions AI风格优化, 减少AI痕迹, 迭代改写, 写作自然度

Workflow

1. User provides essay text
2. MEASURE: Run skill/scripts/measure.py → get AI score, MDD, TTR, CW ratio
3. CHECK: If all metrics pass → output essay + report. Done.
4. REWRITE: Generate targeted revision using feedback from measurement
5. RE-MEASURE: Run measure.py on rewritten text
6. REPEAT: Loop steps 3-5 until pass or max iterations (default 3)
7. OUTPUT: Final essay + iteration report table + change summary

Measurement Axes

AxisToolPass Criteria
AI Pattern Score24-regex weighted scan≤ 15 / 100
MDD MeanspaCy dependency parse2.15 – 2.55
MDD Varianceper-sentence MDD spread≥ 0.016
Lexical TTRcontent-word type/token≥ 0.50
Content-Word Ratiocontent / all tokens0.52 – 0.65

See skill/references/metrics.md for formulas and baselines.

Iteration Strategy

  • Iter 1: Remove highest-weight AI patterns (em dashes, markdown, bolding, cliche metaphors)
  • Iter 2: Fix remaining patterns + increase syntactic variety
  • Iter 3: Fine-tune semantic density + register naturalness

See skill/references/iteration_strategy.md for full escalation logic.

Rewrite Engine

All rewriting is performed locally by the orchestrating LLM based on targeted feedback from measure.py. No external API calls are made.

Rules for rewriting:

  • Process the essay paragraph by paragraph
  • Follow the specific feedback instructions from build_iteration_feedback()
  • Preserve all citations, references, and factual claims
  • Do not add new sources or fabricate evidence
  • Output plain text only (no markdown formatting, no LaTeX delimiters)

Output Format

Final Essay

Plain text. Preserve the original heading structure if any. No markdown artifacts.

Iteration Report

| Iter | AI Score | MDD Mean | MDD Var  | TTR    | CW Ratio | Status |
|------|----------|----------|----------|--------|----------|--------|
|    0 |     45.2 |   2.4821 |   0.0098 | 0.4712 |   0.6280 |   FAIL |
|    1 |     18.6 |   2.3891 |   0.0142 | 0.4988 |   0.5932 |   FAIL |
|    2 |     11.3 |   2.3504 |   0.0178 | 0.5124 |   0.5801 |   PASS |

Change Summary

After the table, provide a brief bullet list of what changed across iterations:

  • Which patterns were removed
  • How sentence structure was varied
  • What vocabulary changes were made

Rules

  1. Preserve argument: The author's thesis, evidence, and logical flow must remain intact
  2. Preserve citations: Never remove, alter, or fabricate citations/references
  3. Plain text output: No markdown headings (unless input had them), no bold, no em dashes
  4. No hallucination: Do not add claims, data, or sources not in the original
  5. Idempotent measurement: Always use measure.py for scoring — do not estimate scores
  6. Early exit: If the input essay already passes all thresholds, output it unchanged with a passing report
  7. Transparency: Always show the iteration table so the user sees the convergence trajectory

Supporting Files

FilePurpose
skill/scripts/measure.pyQuantitative scorer (AI patterns + MDD + semantic density)
skill/scripts/iterate.pyIteration engine (measure + feedback generation)
skill/references/patterns.md24 AI pattern definitions and fix strategies
skill/references/metrics.mdMetric formulas, baselines, thresholds
skill/references/iteration_strategy.mdPer-iteration focus and escalation logic
data/analysis/weights.jsonCorpus-derived pattern weights

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

83.31%
按下载量换算1,181

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills