Remove AI writing patterns from text, making it sound more natural and human. Focused on Traditional Chinese (Taiwan). One skill, seven hosts.
FAQ
writing-humanizer is a Claude Code plugin with 1 hand-picked skill for content work, indexed on Flowy. Install it with the command on its page. It includes writing-humanizer. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add shyuan/writing-humanizer --agent claude-code
Repo: shyuan/writing-humanizer
Remove AI writing patterns from text, making it sound more natural and human. Focused on Traditional Chinese (Taiwan).
One skill, seven hosts. The same skills/writing-humanizer skill runs in Claude Code, OpenAI Codex, Cursor, Google Antigravity CLI, OpenCode, Kimi CLI, and pi — only the per-host manifest differs.
Via marketplace (recommended):
/plugin marketplace add shyuan/shyuan-marketplace
/plugin install writing-humanizer@shyuan-marketplace
Or direct:
/plugin install shyuan/writing-humanizer
Add to the plugin array in your opencode.json (global or project-level), then restart OpenCode:
{
"plugin": ["writing-humanizer@git+https://github.com/shyuan/writing-humanizer.git"]
}
See .opencode/INSTALL.md for version pinning and troubleshooting.
Each of these hosts reads its own manifest bundled in this repo. Install with the host's own plugin/marketplace command pointing at this repo, or clone it into the host's plugins location and let the host discover the manifest:
git clone https://github.com/shyuan/writing-humanizer.git
| Host | Manifest the host reads |
|---|---|
| OpenAI Codex | .codex-plugin/plugin.json |
| Cursor | .cursor-plugin/plugin.json |
| Google Antigravity CLI | plugin.json (repo root) |
| Kimi CLI | .kimi-plugin/plugin.json |
pi loads the skill through the "pi" field in package.json (extension at .pi/extensions/writing-humanizer.ts). Install the package into your pi setup so pi discovers the bundled skills/.
writing-humanizerA comprehensive skill that detects and rewrites 31 categories of AI writing patterns:
Content Patterns (1-6)
Language Patterns (7-12)
Style Patterns (13-17)
Communication Patterns (18-24)
Structure & Rhetoric Patterns (25-31) — Chinese-essay-specific
After installation, invoke the skill (slash-command syntax varies by host — this is the Claude Code form):
/writing-humanizer:writing-humanizer <paste your text here>
Or simply ask your agent to humanize text — the skill is discovered from its description and loaded on demand.
MIT
去除文章中的 AI 寫作痕跡,使文字更自然、更有人味。以台灣正體中文為主。
一份 skill,七個 host。同一個 skills/writing-humanizer skill 可在 Claude Code、OpenAI Codex、Cursor、Google Antigravity CLI、OpenCode、Kimi CLI、pi 上運作——差別只在各 host 的 manifest。
透過 Marketplace(推薦):
/plugin marketplace add shyuan/shyuan-marketplace
/plugin install writing-humanizer@shyuan-marketplace
或直接安裝:
/plugin install shyuan/writing-humanizer
在你的 opencode.json(全域或專案層級)的 plugin 陣列加入以下設定,然後重啟 OpenCode:
{
"plugin": ["writing-humanizer@git+https://github.com/shyuan/writing-humanizer.git"]
}
版本鎖定與排錯請見 .opencode/INSTALL.md。
這幾個 host 各自讀取 repo 內附的 manifest。用該 host 自己的 plugin/marketplace 安裝指令指向本 repo,或將 repo clone 到該 host 的 plugins 位置,讓它探索對應 manifest:
git clone https://github.com/shyuan/writing-humanizer.git
| Host | 讀取的 manifest |
|---|---|
| OpenAI Codex | .codex-plugin/plugin.json |
| Cursor | .cursor-plugin/plugin.json |
| Google Antigravity CLI | plugin.json(repo 根目錄) |
| Kimi CLI | .kimi-plugin/plugin.json |
pi 透過 package.json 的 "pi" 欄位載入 skill(extension 在 .pi/extensions/writing-humanizer.ts)。將此套件安裝進你的 pi 環境,pi 便會探索到內附的 skills/。
writing-humanizer一個完整的 skill,可偵測並改寫 31 類 AI 寫作模式:
內容模式(1-6)
語言模式(7-12)
風格模式(13-17)
交流模式(18-24)
結構與修辭模式(25-31) — 中文論說文專屬
安裝完成後,呼叫 skill(slash 指令語法因 host 而異,以下為 Claude Code 形式):
/writing-humanizer:writing-humanizer <貼上你要處理的文字>
或直接請你的 agent 幫你去除 AI 痕跡——skill 會依其 description 被探索並按需載入。
MIT
.claude-plugin/
plugin.json
.codex-plugin/
plugin.json
.cursor-plugin/
plugin.json
.kimi-plugin/
plugin.json
.opencode/
INSTALL.md
plugins/
writing-humanizer.js
.pi/
extensions/
writing-humanizer.ts
AGENTS.md
CLAUDE.md
LICENSE
package.json
plugin.json
README.md
skills/
writing-humanizer/
references/
communication-patterns.md
content-patterns.md
language-patterns.md
structure-rhetoric-patterns.md
style-patterns.md
zh-tw-slop-list.md
SKILL.md© 2026 Flowy · Free and open source
Built for Claude Code · Not affiliated with Anthropic