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.

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

untr-dsh-marketplace

Untr Dsh Marketplace

Registry-backed plugin marketplace and profile plugin manager for DeepSeek Harness

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

npx -y @deepseek-ai/dsh plugin --profile web add untr-dsh-marketplace@0.1.4
READMECompatibilityVersions

Compatibility and provenance

Untr Dsh Marketplace is published as untr-dsh-marketplace and currently resolves to version 0.1.4. 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/21/2026

Versions

0.1.4stable
8/24/2026
0.1.3stable
8/17/2026
0.1.2stable
8/16/2026
Show 2 more versionsCollapse versions
0.1.1stable
8/15/2026
0.1.0stable
8/14/2026
Latest
0.1.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
288.8 kB
Files
33
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
49
Last push
9/13/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

README

DSH Marketplace

DSH Marketplace is an external DeepSeek Harness bundle. It adds a Marketplace surface and an Installed view without modifying DSH upstream.

Install

Install Marketplace into the DSH Web profile. This also works when the dsh CLI is not installed globally:

npx -y --package @deepseek-ai/dsh dsh plugin --profile web add untr-dsh-marketplace@latest

Restart DSH, then click Marketplace in the lower-left sidebar. Marketplace deliberately does not restart or hot-unload DSH.

Registry URL

The host fetches Registry Schema v1 from the public default:

https://untr.github.io/dsh-plugin-marketplace/registry/v1

Development environments and mirrors can override it before starting DSH:

export DSH_MARKETPLACE_REGISTRY_URL=https://mirror.example/registry/v1

The URL must serve meta.json, index.json, and plugins/<github-database-id>.json. The browser never calls GitHub and never needs a GitHub token.

Security model

  • The browser sends only a registry plugin ID or an installed package name.
  • The host validates the request and derives exact install arguments from the validated registry.
  • Commands run through the official DSH CLI with an argument array and shell: false.
  • Mutation requests are same-origin JSON, limited to 64 KiB, and serialized by one mutex.
  • Third-party plugins are executable code. Registry inclusion is not a security review or endorsement.
  • Packages that require build scripts are not installed automatically on DSH 0.1.0-rc.6. Follow pnpm's exact allowBuilds diagnostic in the current profile's pnpm-workspace.yaml, preserving all existing YAML.

Develop and verify

From the workspace root:

pnpm --filter untr-dsh-marketplace typecheck
pnpm --filter untr-dsh-marketplace test
pnpm --filter untr-dsh-marketplace build
pnpm --filter untr-dsh-marketplace pack

Compatibility details are recorded in COMPATIBILITY.md.