DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Plugin Marketplace — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@ruihuahe/dsh-plugin-marketplace

Plugin Marketplace

Generated-catalog plugin discovery and npm installation marketplace for DeepSeek Harness

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @ruihuahe/dsh-plugin-marketplace@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Plugin Marketplace is published as @ruihuahe/dsh-plugin-marketplace and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
2.4 MB
Files
34
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
36
Last push
9/20/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessions

README

DSH Plugin Marketplace

简体中文

An independent DeepSeek Harness marketplace plugin that reads one automatically generated plugin catalog and installs exact npm versions through the official dsh plugin command boundary.

.github/workflows/catalog.yml scans GitHub's dsh-plugin topic every six hours and on manual dispatch. The collector reads repository manifests, verifies exact npm versions and repository ownership, and produces the single catalog/v1/catalog.json document. It does not rewrite or commit an unchanged catalog; a failed scan leaves the previous published catalog intact.

The unified catalog has three states. Verified entries provide a valid V1 manifest and matching npm bundle metadata. Unverified entries lack a valid V1 manifest but have a trustworthy npm package, exact version, and repository owner, so they remain installable with an explicit compatibility warning. Rejected entries remain visible with their admission reason and cannot be installed. There is no manually curated admission layer at this stage.

The marketplace does not depend on dsh-plugin-manager. Installation changes the profile bundle stack and reports that a restart is required.

The runtime catalog is fetched through GitHub's Contents API with its raw media type, which avoids the raw.githubusercontent.com timeout seen in some Node network environments. Search filters the downloaded document locally; user machines no longer fan out across GitHub and npm. When the remote document is unavailable, the marketplace shows its last-known-good cache. A first run without a cache returns a warned empty catalog instead of disabling the page.

Local install

pnpm --filter @ruihuahe/dsh-plugin-marketplace run build
pnpm --filter @ruihuahe/dsh-plugin-marketplace pack
dsh plugin --profile web add ./packages/marketplace/hrhgit-dsh-plugin-marketplace-0.1.0.tgz

The browser persists two normal preferences: the search query under dsh-plugin-marketplace.marketplace.global.query.v1 and the status filter under dsh-plugin-marketplace.marketplace.global.status_filter.v2. The old V1 status filter is intentionally not migrated because its enum semantics changed. Selection, confirmation, progress, and operation feedback are transient.

License

MIT