npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@jimmyyen/opencode-speak-human-tw

v1.6.6

Published

說人話:繁體中文的去 AI 味改寫 skill for OpenCode. Based on Raymond Hou (雷蒙三十) 的 speak-human-tw.

Readme

@jimmyyen/opencode-speak-human-tw

npm npm downloads

Raymond Hou (雷蒙三十)speak-human-tw 移植成 OpenCode 的 plugin。

安裝

全域安裝(建議)

opencode plugin @jimmyyen/opencode-speak-human-tw --global

專案安裝

opencode.jsonplugin 陣列加一行:

{
  "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