Marks DeepSeek Harness plugins on GitHub and npm, and shows the install command that actually works — including the --profile flag DSH requires and cannot run without.
Marks DeepSeek Harness plugins while you browse, and hands you the install command that actually works.
dsh plugin add forwards to pnpm inside a profile directory, so --profile is mandatory — without it
nothing installs, and plenty of READMEs print the short form anyway. This script reads the command
from the DSH Marketplace catalogue, where every listing carries the flag.
What you get
DSH mark. Hover it for the command.npm i, because npm i does not install
a plugin into the harness.# as a git ref, so github:owner/repo#packages/thing cannot resolve.
The card says so instead of printing a command that fails.Running another profile? Set the name once from the userscript manager's menu and every command on every page is rewritten to match.
Privacy — nothing about you is sent anywhere. The script fetches one public file (a list of plugin names) at most once every six hours and does all matching in your browser. The pages you visit are never transmitted. No account, no tracking, no telemetry, no third-party request beyond that one endpoint. Cached data lives in your userscript manager's storage and can be cleared from its menu.
Source, in full: https://github.com/DshMarketPlace/dsh-plugin-radar Catalogue and API: https://dshmarketplace.dev
MIT. An independent project, not affiliated with DeepSeek.