2160039878-cyber/dsh-plugin-market ↗★ 0
dsh-plugin-market
A loud GitHub plugin radar for DeepSeek Harness.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:2160039878-cyber/dsh-plugin-market说明文档
阅读完整 README ↗DSH Plugin Market
The loud little plugin radar DeepSeek Harness should have shipped with.
dsh-plugin-market adds a floating GitHub-powered plugin browser to DeepSeek Harness Web. It is intentionally small, fast, and non-invasive: search repositories, compare stars, inspect whether a repository looks installable, open GitHub, copy the install command, then decide for yourself.

Why This Exists
DeepSeek Harness says everything is a plugin. Great. But the ecosystem is already noisy: topics, awesome lists, random forks, half-working experiments, and hidden gems are all mixed together.
This plugin gives you a radar inside DSH:
- Find DSH-related repositories without leaving the app.
- Paste an exact
owner/repoor GitHub repository URL when search indexing is slow. - See stars, forks, language, update time, and descriptions at a glance.
- Copy a candidate
dsh plugin --profile web add ...command. - Run a quick installability check for
package.json,dsh.bundle.patch, patch files, and Web client entry points. - Stay safe: no automatic remote install, no API key access, no hidden writes.
Features
- Default search:
topic:dsh-plugins -user:deepseek-ai. - Strict mode is enabled by default: normal search results are hidden unless the repository passes the DSH bundle health check.
- Direct repository lookup without the GitHub Search API:
2160039878-cyber/dsh-plugin-marketorhttps://github.com/2160039878-cyber/dsh-plugin-market. - Sort by stars, update time, or forks.
- Open matching repositories on GitHub.
- Check whether a repository looks like a real DSH bundle.
- Copy install commands.
- Works as a DSH Web client plugin.
- No build step.
- No dependencies.
- No token storage.