DSH-Plugins-Marketplace: A One-Stop Plugin Marketplace for DeepSeek Harness
bradegithub/dsh-plugins-marketplace
DSH plugin marketplace: browse, install & update all GitHub dsh-plugin plugins in the DeepSeek Harness Web GUI.
Browse, install, and update all GitHub dsh-plugin plugins directly in the DeepSeek Harness Web GUI, no command line needed.
dsh plugin --profile web add github:bradegithub/dsh-plugins-marketplace- Category
- Development & Operations
- Platform
- DSH-Plugin
- Author
- bradegithub
- Distribution
- Plugin
dsh-plugins-marketplace Key Features
dsh-plugins-marketplace Repository

dsh-plugins-marketplace Repo Summary
DSH-Plugins-Marketplace is a plugin marketplace plugin for DeepSeek Harness (DSH), enabling users to browse, install, and update all GitHub plugins tagged with the dsh-plugin topic directly in the DSH Web GUI without touching the command line. It solves the tedious plugin discovery and installation process by automatically sniffing the GitHub ecosystem and presenting 3900+ plugins and 14000+ general Skills as card lists in the settings page. Core capabilities include one-click install, version detection, auto-update, installed recognition, and smart type detection (cordis plugins, skills, agent presets, install scripts). Maintained by bradeGithub under the MIT license, last updated in 2026-08, with bilingual UI support.
What core features does the DSH-Plugins-Marketplace DSH plugin support?
This plugin offers rich functionality: it automatically collects all GitHub repositories with the dsh-plugin topic, with CI scanning incrementally every 2 hours, so authors' plugins appear in the marketplace within at most 2 hours after tagging, without manual review. The list is served via jsDelivr CDN as a static index, enabling instant loading with zero GitHub API rate limits. Version detection compares the installed version against the latest repository version; for npm-published plugins, it compares npm dist-tags, and when mismatched, the button changes to 'Update' for one-click overwrite upgrades. Security-wise, third-party script execution triggers a risk confirmation dialog, installation materials are passed only as environment variables without being written to disk, and Host whitelist plus CSRF protection are included.
How to install DSH-Plugins-Marketplace?
The recommended method is using the official dsh CLI, with the following command:
dsh plugin --profile web add github:bradeGithub/DSH-Plugins-Marketplace
After installation, restart DSH (rerun dsh web) and refresh the page. If dsh CLI is unavailable, installation scripts (Windows PowerShell or macOS/Linux curl) can be used, but they follow a 'trust-and-execute' model, so it's advised to inspect the script before running.
Which DeepSeek Harness versions and platforms are compatible with DSH-Plugins-Marketplace?
This plugin targets the DSH Web GUI platform, acting as a client+server plugin, supporting bilingual UI that follows the DSH language setting. It depends on the dsh CLI and pnpm, which are typically already available to dsh web users.
How does DSH-Plugins-Marketplace work?
The data source prioritizes a registry index, with the search API as a fallback. The installation process consists of 5 steps, automatically detecting the plugin type and executing the appropriate installation. Installed detection uses a five-fold comparison performed automatically when opening the marketplace. The plugin also provides HTTP interfaces for integration.
What about the security and ecosystem of DSH-Plugins-Marketplace?
The plugin includes security guardrails such as risk confirmation, environment variable isolation, Host whitelist, and CSRF protection. It also provides a STANDARD.md specification guiding plugin authors on how to write plugins correctly for marketplace inclusion. Maintained by bradeGithub under the MIT license, last updated in 2026-08, with 76 stars and 6 forks.