@jimmyyen/opencode-speak-human-tw說人話:繁體中文的去 AI 味改寫 skill for OpenCode. Based on Raymond Hou (雷蒙三十) 的 speak-human-tw.
0
483
58 in 7 days
36.1
Multi-signal model
14 days ago
2026-08-06
Install and configure
opencode.jsonWrites to this project's opencode.json — applies to this repository only.
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@jimmyyen/opencode-speak-human-tw@1.6.6"]
}Writes to ~/.config/opencode/opencode.json — applies to every project.
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@jimmyyen/opencode-speak-human-tw@1.6.6"]
}If you want to modify the plugin locally, install it into the project and reference the local path.
shell
pnpm add -D @jimmyyen/opencode-speak-human-twopencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.
將 Raymond Hou (雷蒙三十) 的 speak-human-tw 移植成 OpenCode 的 plugin。
安裝
全域安裝(建議)
opencode plugin @jimmyyen/opencode-speak-human-tw --global
專案安裝
opencode.json 的 plugin 陣列加一行:
{
"plugin": ["@jimmyyen/opencode-speak-human-tw"]
}
裝好後重啟 OpenCode,plugin 會自動註冊 /speak-human-tw 指令和 skills。
從舊版升級
v1.5.5 或更舊版本沒有自動更新機制,第一次升級需要清掉 cache 再重裝:
rm -rf ~/.cache/opencode/packages/@jimmyyen/opencode-speak-human-tw*
opencode plugin @jimmyyen/opencode-speak-human-tw --global
之後的版本就會自動檢查更新了。
更新檢查
安裝後每小時會自動檢查 npm 有無新版,有的話會下載並提示重啟。可透過環境變數關閉:
SPEAK_HUMAN_TW_AUTOUPDATE=0 opencode
用法
/speak-human-tw直接貼文字/speak-human-tw @filename.md用@傳檔案- 直接說「這段去 AI 味」「幫我潤稿」,skill 就會自動處理
授權
MIT,同原專案。
原始專案
speak-human-tw by Raymond Hou (雷蒙三十)。安裝教學、案例示範請見原始 README。