← 返回 Skills 市场
RealChinese - 中文AI文本真人化引擎
作者
thebuddha5566
· GitHub ↗
· v1.0.2
· MIT-0
50
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install realchinese
功能描述
中文AI文本真人化引擎 — 可执行代码实现。29种AI痕迹检测 + 8大中文平台风格改写。pip install后直接使用。
使用说明 (SKILL.md)
RealChinese — 中文AI文本真人化引擎
不是文档,是代码。 直接运行,检测29种AI痕迹,适配8大中文平台。
快速开始
# 检测AI痕迹
python scripts/cli.py detect "这是一个非常有效的方法,能够显著提升工作效率..."
# 改写为小红书风格
python scripts/cli.py rewrite "你的AI文本..." 小红书
# Python API
python -c "
from scripts.detector import AIFingerprint
from scripts.rewriter import rewrite
text = '通过优化工作流程,我们可以显著提升团队效率...'
fp = AIFingerprint(text)
print(f'AI痕迹评分: {fp.score:.2f}')
result = rewrite(text, platform='小红书', topic='效率提升')
print(result)
"
29种AI痕迹检测
| # | 检测项 | 说明 |
|---|---|---|
| 1 | 高频AI词汇 | "显著""有效""提升""优化"等 |
| 2 | 模板过渡词 | "此外""然而""综上所述" |
| 3 | 模板句式 | "值得注意的是""需要强调的是" |
| 4 | AI专用词 | "赋能""抓手""闭环""打法" |
| 5 | 缺口语标记 | "就是说""讲真""说白了" |
| 6 | 缺网络热词 | "YYDS""绝绝子""显眼包" |
| 7 | 句长均匀 | 句子长度标准差/均值 |
| 8 | 因果过度 | 每句"因为/所以/导致" |
| 9 | 自我表达少 | "我"字比例 |
| 10 | 标点平淡 | 缺!? |
| 11 | 段落均匀 | 段落长度标准差 |
| 12 | 结论先行 | 首句总结模式 |
| 13 | 的/de过多 | "的"字密度 |
| 14 | 排比句式 | "通过...借助...利用..." |
| 15 | 缺非正式标点 | … —— ~ |
8大平台风格
| 平台 | 风格 | 改写特征 |
|---|---|---|
| 公众号 | 专业不端着 | 钩子标题+分段节奏+文末CTA |
| 小红书 | 姐妹聊天感 | emoji密集+语气词+标签SEO |
| 知乎 | 有理有据 | 引用数据+分点论证+留讨论 |
| 抖音 | 快节奏钩子 | 黃金3秒+短句+悬念+互动引导 |
| 微博 | 吃瓜闲聊 | 140字+话题标签+梗+吐槽 |
| 豆瓣 | 文青细腻 | 感官描写+长句+情感真实+引经据典 |
| 即刻 | 极客产品感 | 短平快+产品视角+why思考 |
| B站 | Z世代up主 | 二次元梗+幽默+三连引导 |
许可证
MIT — 免费使用、修改、分发。
安全使用建议
Install only if you are comfortable using a local tool intended to make Chinese text sound less AI-generated. It does not appear to access private files or send data externally, but users should avoid using it to bypass rules that require AI disclosure.
能力评估
Purpose & Capability
The stated purpose is AI-style detection and platform-specific Chinese text rewriting, and the Python scripts implement local text scoring and rewriting consistent with that purpose.
Instruction Scope
The skill is explicitly positioned as making AI text appear more human, which is disclosed but may be inappropriate for academic, disclosure-sensitive, or platform-policy contexts.
Install Mechanism
The artifact contains a markdown skill file, a requirements file declaring no external dependencies, and Python scripts; no install hooks, package-install side effects, or dependency downloads are present.
Credentials
Runtime behavior is limited to command-line arguments or stdin text and printed output, which is proportionate for a text-analysis and rewriting tool.
Persistence & Privilege
No file writes, persistence, credential access, subprocess execution, network calls, or privilege-changing behavior were found in the artifact scripts.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install realchinese - 安装完成后,直接呼叫该 Skill 的名称或使用
/realchinese触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
全量自测48/49通过。AI/人类文本检测区分度验证通过。
v1.0.1
添加可执行代码实现:29种AI痕迹检测器 + 8平台改写引擎。可直接运行。
v1.0.0
Initial release. 29 AI-pattern detection + 8 Chinese platform styles. Zero-competition Chinese content humanizer.
元数据
常见问题
RealChinese - 中文AI文本真人化引擎 是什么?
中文AI文本真人化引擎 — 可执行代码实现。29种AI痕迹检测 + 8大中文平台风格改写。pip install后直接使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 50 次。
如何安装 RealChinese - 中文AI文本真人化引擎?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install realchinese」即可一键安装,无需额外配置。
RealChinese - 中文AI文本真人化引擎 是免费的吗?
是的,RealChinese - 中文AI文本真人化引擎 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
RealChinese - 中文AI文本真人化引擎 支持哪些平台?
RealChinese - 中文AI文本真人化引擎 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 RealChinese - 中文AI文本真人化引擎?
由 thebuddha5566(@thebuddha5566)开发并维护,当前版本 v1.0.2。
推荐 Skills