Submit a DSH-Plugin
dsh-plugin.org is the community hub for DeepSeek Harness Plugin (DSH plugin). The submission flow matches mainstream plugin marketplaces: publish a public repository → add the dsh-plugin topic → provide a description, install command, license, and compatibility notes. Like mainstream plugin stores, we review every DSH-Plugin, then generate a listing automatically and refresh it regularly, so developers can search, download, install, and use your DeepSeek Harness Plugin.
DSH-Plugin Hub — built-in plugin marketplace for DeepSeek Harness
This is the built-in plugin marketplace for DeepSeek Harness (the plugin itself, not the website). Its source is open on GitHub — browse, star, report issues, or contribute.
Three steps from publishing to listing your DeepSeek Harness Plugin
Publish your DSH-Plugin to a public GitHub repository with an accurate description and a README explaining what the plugin does and how to install and use it.
Add dsh-plugin to your repository's Topics on GitHub so crawlers recognize this is a DeepSeek Harness Plugin.
Include the install command, supported profile, license, screenshots, permissions, and compatibility notes so developers can evaluate whether to download, install, and use it.
Pre-submission checklist: get developers to trust your DSH-Plugin
Say exactly what changes after installing your DeepSeek Harness Plugin.
Publish the profile and the complete CLI command so developers can download and install with one copy.
Add a screenshot, demo, or real output showing your DSH-Plugin in action.
Declare permissions, external services, and compatibility so developers know if it is safe to install and use.
Earn a backlink from your DSH-Plugin listing
Add a self-hosted badge to your README. After your listing appears, replace your-plugin-slug with the slug from your detail URL so the DeepSeek Harness Plugin detail page drives traffic back to your repository.
[](https://dsh-plugin.org/plugins/your-owner/your-plugin-slug)
DSH-Plugin listing requirements (read before submitting)
- · The repo must add the GitHub topic dsh-plugin, marking it as a DSH-Plugin
- · The README must include an install command such as dsh plugin --profile web add <package>, so developers can download and install it
- · The plugin must export an apply(ctx) module, following the DeepSeek Harness Plugin spec
- · This is a community hub, not affiliated with DeepSeek AI; projects that impersonate the official team will not be listed