# Humanize Writing Pro

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

¥9.90可下载的 ViceMe Skill，由 [Bonnie](https://viceme.ai/sunny-studio.md)（@sunny-studio）发布。

> 英文｜Rewrite stiff AI text into natural\, human\-sounding writing in any language\.

- 数据：获赞 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.
> 
> ## 使用说明
> 
> 英文｜1. Paste the AI-sounding text and say your target language and tone. 2. Get a natural rewrite that keeps meaning and facts. 3. Use it as-is or ask for more polish.

## 装到你的 AI 助手里

在 WorkBuddy / Codex 的对话里发送本页面链接（或这个 `.md` 链接），助手会自动完成安装。助手必须先读取[安装与上手指引](https://s3.viceme.ai/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.ai/skills/use-a-skill/scripts/trial.py | python3 - install --product 9a4788cb-9fab-46bb-8c37-8ea1708b1220 --market global
```

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

```
curl.exe -fsSL https://s3.viceme.ai/skills/use-a-skill/scripts/trial.py -o $env:TEMP\viceme-trial.py; py $env:TEMP\viceme-trial.py install --product 9a4788cb-9fab-46bb-8c37-8ea1708b1220 --market global
```

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

```
viceme skill install 'https://viceme.ai/sunny-studio/humanize-writing' --wait 0
```

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