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

essay-humanizer论文人性化

Agent Skill

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

总安装

5,381

周安装

222

GitHub Stars

公开资料未说明

下载量

1,758
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install essay-humanizer

简介

将 AI 起草的学术论文改写为更接近人类学者的表达方式。

  • 基于 Qwen3-8B 微调模型,融合维基百科式写作模式权重。
  • 保留论点结构与复杂性,优化句式多样性与衔接自然度。
  • 通过 clawhub 安装,需加载 LoRA 适配器并指定输入文本。
  • 适用于人文社科类论文润色,理工科术语需谨慎处理。essay-humanizer 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
essay-humanizer
description
Rewrite AI-drafted essays into more human-like academic prose. Fine-tuned LoRA over Qwen3-8B guided by 24 Wikipedia-style AI-writing pattern weights plus MDD/ADD syntactic targets from CAWSE/LOCNESS vs DeepSeek baselines. Includes trained LoRA adapter and inference script. Requires Apple Silicon macOS with MLX. Optional FastAPI host for MCP/tool linking. Orchestrator: output plain text only (no LaTeX dollar delimiters).

Essay Humanizer (corpus-informed)

Rewrites AI-generated argumentative/academic essays toward human baseline style informed by CAWSE (M/D bands) LOCNESS, and contrast with DeepSeek-generated counterparts. Ships with a fine-tuned LoRA adapter (9.3 MB) and inference script.

Skill contract

ComponentPathNotes
Inference scriptscripts/inference.pyEntry point — humanize() function or CLI
LoRA adaptersassets/adapters/adapters.safetensors.json12.3 MB base64 JSON; auto-decoded to binary on first run
Pattern weightsdata/analysis/weights.jsonCorpus-derived, loaded by inference at runtime
Decoderscripts/decode_adapters.pyReconstructs .safetensors binary from JSON (auto or manual)
Installerscripts/install_deps.shOne-time: pip install mlx mlx-lm transformers + decode
Base modelQwen/Qwen3-8B-MLX-4bitDownloaded from HuggingFace on first run (~4.5 GB, cached)

Requirements: Apple Silicon macOS with Python 3.9+.

Quick Start

bash scripts/install_deps.sh          # one-time: installs deps + decodes adapter
python scripts/inference.py --file draft.txt   # adapter auto-decodes if not already done

Or from Python:

from scripts.inference import humanize
print(humanize("Your AI-drafted essay text here..."))

Weighted pattern table (descending priority)

When humanizing, address higher-weight rows first. Weights are data-driven from corpus analysis (Mann-Whitney); zero-weight rows were not statistically significant.

IDWeightCategoryPattern
P06_CLICHE_METAPHORS0.1358vocabularyCliche metaphors
P15_EM_DASH_OVERKILL0.1358punctuationEm dash overkill
P21_MARKDOWN_ARTIFACTS0.1358formattingMarkdown artifacts
P23_TEXTBOOK_BOLDING0.1358formattingTextbook bolding
P12_PRESENT_PARTICIPLE_TAIL0.1133rhetoricalPresent participle tailing
P10_RULE_OF_THREES0.0806rhetoricalRule of threes
P04_AI_VOCABULARY0.0621vocabularyAI vocabulary
P14_COMPULSIVE_SUMMARIES0.0598rhetoricalCompulsive summaries
P05_EXCESSIVE_ADVERBS0.0540vocabularyExcessive adverbs
P13_OVER_ATTRIBUTION0.0529rhetoricalOver-attribution
P11_FALSE_RANGES0.0341rhetoricalFalse ranges
P17_TRANSITION_OVERUSE0.0001punctuationOveruse of transition words
P01_UNDUE_EMPHASIS0.0000contentUndue emphasis
P02_SUPERFICIAL_ANALYSIS0.0000contentSuperficial analysis
P03_REGRESSION_TO_MEAN0.0000contentRegression to the mean
P07_REDUNDANT_MODIFIERS0.0000vocabularyRedundant modifiers
P08_FILLER_HEDGING0.0000vocabularyFiller hedging
P09_NEGATIVE_PARALLELISM0.0000rhetoricalNegative parallelisms
P16_EN_DASH_AVOIDANCE0.0000punctuationEn dash / hyphen misuse for ranges
P18_COLLABORATIVE_REGISTER0.0000registerCollaborative register
P19_LETTER_FORMALITY0.0000registerLetter-style formality
P20_INSTRUCTIONAL_CONDESCENSION0.0000registerInstructional condescension
P22_EXCESSIVE_LISTS0.0000formattingExcessive bulleted/numbered lists
P24_EMOJI_SYMBOL0.0000formattingEmoji/symbol injection

Syntactic complexity (MDD / ADD advisory)

Human Merit / Distinction-range writing in CAWSE often shows variable mean dependency distance (MDD); AI prose may cluster more tightly. When humanizing:

  • Reference MDD means from analysis: human ~2.333775514332394, AI ~2.4553791855163483.
  • Variance ratio (human/AI) ~1.7153931408079544: prefer natural mix of shorter and longer dependency links, not uniformly smoothed sentences.
  • Avoid flattening every sentence to minimal dependency length; that can read as a different kind of machine polish.

Mandatory rule (orchestrator)

  1. Output continuous prose suitable for submission (no chat-signoffs, no "hope this helps").
  2. Plain text only for math if any — no raw $$ LaTeX unless user explicitly requests LaTeX.
  3. Preserve author stance and citations if present; do not fabricate references.

Hosted HTTP API (optional, for non-Mac or remote use)

For non-Apple-Silicon machines or multi-user deployments, run the optional FastAPI server on a Mac host and connect via HTTP/OpenAPI:

  1. Install: pip install fastapi uvicorn[standard]
  2. Run: uvicorn api.main:app --host 0.0.0.0 --port 8765 (set HUMANIZE_API_KEY env var for auth)
  3. Point MCP / OpenAPI tools at https://<your-host>/openapi.json
  4. Call POST /v1/humanize with JSON {"text":"..."} (+ Authorization: Bearer …)

See references/hosted_api.md for details.

References

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

86.77%
按下载量换算1,525

安全审计

VirusTotal

通过

ClawScan

未展示

Static analysis

通过

权限和风险

external-service

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

安装前确认

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

来源信息

继续浏览同类 Skills