Publish to GitHub topic dsh-plugin & Get Rated on the Hub
There is no official registry — the discovery mechanism is the dsh-plugin GitHub topic. Publish, add the topic, and let the Hub rate you.
Why the topic is the registry
dsh has no official plugin marketplace. The community discovery mechanism is a convention: repositories tagged with the GitHub topic dsh-plugin. Directories like awesome-dsh-plugin and this Hub both crawl that topic — so a missing tag means your plugin is invisible.
Pre-publish checklist
dsh plugin --profile web add github:owner/repoLock versions for safety
Installing from a GitHub source runs the repository's build scripts at install time. Always pin what you install:
# Pin a commit or a tag for reproducible, auditable installs
dsh plugin --profile web add github:owner/repo@commit
dsh plugin --profile web list
dsh plugin --profile web remove github:owner/repoGet rated on the Hub
The DSH Plugin Quality Hub runs a daily automated evaluation pipeline (GitHub Actions): it discovers new dsh-plugin repositories, scores them across maintenance, docs, npm and ecosystem, and publishes Top Rated, Trending and Security Watch. Submit once, get re-scored automatically as your repository changes.
Submit your plugin at the Hub — a Top Rated badge is a stronger signal than a README claim.
The loop is closed
Publish -> add the topic -> get rated -> link your tutorial back to your own evaluation page. That is the same content loop this site is built on: tutorials reference examples, examples reference rated plugins, and every rated plugin links back to a tutorial.