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

@dshindex/dsh-plugin-marketplace

Plugin Marketplace

User-confirmed DSH Index discovery, install preparation, issue drafts, and community report drafts for DeepSeek Harness.

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

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

Compatibility and provenance

Plugin Marketplace is published as @dshindex/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/15/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
37.5 kB
Files
17
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
68
Last push
8/15/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.

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 sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

DSH Plugin Marketplace

Browse and install plugins in DeepSeek Harness, and share your usage feedback with the community.

English · 中文

Marketplace: search a skill source and add its install prompt to the active Harness message box

What it is

DSH Index is a public index of DeepSeek Harness plugins, built from the GitHub dsh-plugin topic. DSH Plugin Marketplace brings that index into DeepSeek Harness: browse and inspect plugins, install them with your explicit confirmation, and report back to the community.

It runs inside DeepSeek Harness as a plugin, and ships the same capabilities to the dsh-index CLI.

Installation

dsh plugin --profile web add @dshindex/dsh-plugin-marketplace

Then restart dsh web. The package ships a host plugin, a Web client bundle, and the dsh-index CLI in one bundle.

Features

In DSH Web

  • Discover — search and inspect DSH Index sources, see the current indexed total, and hand an editable Install plugin <repository URL> prompt to the Agent.
  • Report issues — turn a failure into a redacted GitHub or Gitee Issue draft; review and submit it, then watch its state.
  • Give feedback — score a plugin, answer an FAQ, or report a pitfall.

In the CLI

The same typed client powers the DSH tools and the dsh-index CLI:

dsh-index doctor
dsh-index plugins list --query "git" --tag workflow --cursor <cursor>
dsh-index plugins summary
dsh-index plugins show owner/repo
dsh-index install prepare owner/repo
dsh-index issue draft github owner/repo --title "…" --body "…"
dsh-index issue submit github owner/repo --title "…" --body "…" --confirm
dsh-index issue watch github owner/repo 42 --etag <etag>
dsh-index report score owner/repo --score 4 --share
dsh-index report faq owner/repo --text "…" --share
dsh-index report pitfall owner/repo --text "…" --share

The CLI is an interface to the same policy-enforced library, not a route around consent. In Harness, the equivalent abilities are model-callable tools whose side-effecting calls go through the normal user-approval policy.

Trust & consent by design

  • A dsh-plugin topic match is a discovery candidate, never a compatibility or safety claim.
  • Every install is a user-confirmed handoff — there is no background install.
  • Issue drafts are redacted before submission; tokens, secrets, source files, and raw transcripts are excluded by default.
  • Scores and reports stay private until the author opts in and DSH Index approves them.
  • Issue polling is local and conservative, using conditional reads and backoff.

Relationship to DSH Index

ProductResponsibilityIt does not do
DSH IndexPublic discovery, daily snapshots, observed movement, and moderated community referenceCertify a repository, audit security, or recommend an installation
MarketplaceDeepSeek Harness action layer: search, inspect, user-confirmed install, issue drafts/status, and contributionsSilently install packages, silently file issues, or publish raw user data

Development

npm install
npm run check   # build + 100% coverage tests

License

MIT. See LICENSE.