Install
openclaw skills install @yottameta/yotta-humanize元真 —— 去 AI 味的中文写作编辑技能:检测器引擎(24 类规则 + 词表 + 统计突发性)识别并改写 AI 腔文本,让中文写作更自然、更像人写的。触发:编辑 / 润色文本、去 AI 味、让文章 / 文案 / 回复更像人写、发现文本充斥着 AI 常用词与句式(赋能 / 闭环 / 值得注意的是 / 综上所述 / 希望对你有所帮助 等)、给 AI 生成的中文稿件做检测与改写。边界:只处理文本,不生成新内容;不改写事实 / 数据 / 专有名词;不破坏作者原意;改写为确定性规则,不依赖模型。
openclaw skills install @yottameta/yotta-humanize去 AI 味的中文写作编辑技能:检测器引擎(24 类规则 + 词表 + 统计突发性)识别 AI 腔文本并给出确定性改写,让中文写作更自然。
零依赖(Python 3.8+ 标准库),Windows + Linux + macOS 通用;Claude Code / Cursor / Codex / 通用 Agent 均可调用。
Do NOT trigger:
Windows 用 python,Linux/macOS 用 python3。
# 评分(0-100,越高越像 AI 写的)
python3 scripts/yotta_humanize.py score -f article.md
# 详细检测报告
python3 scripts/yotta_humanize.py analyze -f article.md
# Markdown 报告
python3 scripts/yotta_humanize.py report -f article.md > report.md
# 按优先级分组的改写建议
python3 scripts/yotta_humanize.py suggest -f article.md
# 确定性改写(替换/删除 AI 腔,输出改写后文本 + 修复清单)
python3 scripts/yotta_humanize.py rewrite -f article.md
# 管道输入
cat article.md | python3 scripts/yotta_humanize.py score --stdin
# CI 拦截:评分 >= 阈值时退出码 1
python3 scripts/yotta_humanize.py score -f article.md --gate --threshold 45
退出码(与元安 / 元审 / 元盾家族一致):0 = 成功;1 = score --gate 且评分达到阈值;4 = 用法错误 / 致命异常。
文本传不进去、改写变化不大、触发不灵、安装不上时,先看 references/faq.md。
本技能只做文本层面的风格编辑,不改写事实与数据;改写结果请作者复核。检测评分仅供参考,不构成对文本来源的绝对判定。