# Humanize Writing Pro

> [!IMPORTANT]
> 给 AI 助手：用户发送这个链接是希望**安装并启用 Skill**。先读取[安装与上手指引](https://s3.viceme.cn/skills/use-a-skill/SKILL.md)，再按本页商品信息和命令开始；本机已安装时也按该指引继续。本 Skill 可免登录试用 5 次。

多个可下载的 ViceMe Skill，由 [bonnie\-studio](https://viceme.cn/bonnie-studio.md)（@bonnie-studio）发布。

> Turn AI\-sounding text into natural human writing\. 把 AI 味文字改成真人写作，事实、名称、数字和链接全部保留。

- 数据：获赞 0 · 评论 0

> # Humanize Writing Pro
> 
> Rewrite AI-sounding prose into natural human writing in the same language or a requested target language, with support for English and multilingual text. Use when the user asks to remove AI smell, make writing sound more human/natural/local, improve voice, cadence, flow, structure, or tone, or rewrite emails, posts, essays, captions, copy, and translated text without changing meaning.
> 
> ## 使用说明
> 
> 把要改写的文字、目标语言和语气发给我，或直接说「去掉 AI 味」；我会先重排结构再改字句，默认只返回改好的正文。Send me the text you want rewritten, plus the target language and tone, or just say make it sound human; I restructure first, then rewrite, and return the cleaned draft by default.

## 系列里的 Skill

- **[Humanize Writing Pro](https://viceme.cn/bonnie-studio?mode=consumer&view=work&workSlug=humanize-writing&product=bd45c2c9-ae48-468e-a010-c4f85ac58fa2)**（¥0.90）
- **[Humanize Writing Pro](https://viceme.cn/bonnie-studio?mode=consumer&view=work&workSlug=humanize-writing&product=8b2dd19a-6ef1-479d-8fbf-9e15ed14308c)**（¥0.99）
## 装到你的 AI 助手里

在 WorkBuddy / Codex 的对话里发送本页面链接（或这个 `.md` 链接），助手会自动完成安装。助手必须先读取[安装与上手指引](https://s3.viceme.cn/skills/use-a-skill/SKILL.md)，再按本页命令安装。有可用的 Python 时先走脚本，不要为了安装先去定位或安装 CLI。不要用 `command -v viceme`、`which` 或 `Get-Command viceme` 自行判断，PATH 找不到不等于未安装。下面两条命令是事实入口，不是让助手先探测 PATH 再分流。

本机有可用的 Python 时，无需安装 CLI，直接装——

macOS / Linux（POSIX shell）：

```
curl -fsSL https://s3.viceme.cn/skills/use-a-skill/scripts/trial.py | python3 - install --product bd45c2c9-ae48-468e-a010-c4f85ac58fa2 --market cn
```

Windows（PowerShell，`py` 不可用时改用 `python`）：

```
curl.exe -fsSL https://s3.viceme.cn/skills/use-a-skill/scripts/trial.py -o $env:TEMP\viceme-trial.py; py $env:TEMP\viceme-trial.py install --product bd45c2c9-ae48-468e-a010-c4f85ac58fa2 --market cn
```

没有可用的 Python、但已有 ViceMe CLI 时：

```
viceme skill install 'https://viceme.cn/bonnie-studio?mode=consumer&view=work&workSlug=humanize-writing' --wait 0
```

- 两条路线安装同一个 Skill；具体安装与购买步骤见[安装与上手指引](https://s3.viceme.cn/skills/use-a-skill/SKILL.md)。
- Windows 命令先下载脚本再执行：PowerShell 的老版本管道会把 UTF-8 脚本按系统编码转坏，直接管道不可靠。
- 既没有可用的 Python 也没有 `viceme` 时，按官方安装契约安装 ViceMe CLI —— https://s3.viceme.cn/start/agent-install.md，完成后运行 `viceme doctor` 确认，再用上面的 `viceme skill install`。
- 需要登录时按引导完成，登录后安装继续。
