dsh-marketplace
中文GitHub ↗

DeepSeek Harness plugin ecosystem

Every plugin.
One orbit.

Turn the live topic:dsh-plugin community into an application marketplace inside Harness: search, inspect, install, update, and remove.

No repository lifecycle scripts during install · prebuilt DSH bundles inspected before activation

Inside the real Harness

Not a directory page.
A market running in DSH.

DSH Marketplace plugin list inside the real Harness settings page
LIVE DSH SURFACESettings → Plugins → MarketplaceHost API + Client contribution

Live orbit

Community repositories, entering orbit live.

Connecting to the public GitHub index…

COMMUNITY

dsh-web-ui

Task panels, Git graph, remote UI, and themes.

dsh-pluginweb-ui
MARKETPLACE

dsh-marketplace

Discover and manage prebuilt community plugins inside Harness.

TypeScriptbundle
DISCOVERY

More plugins incoming

The page reads public GitHub topic search and keeps these cards if it fails.

no tokenfallback

Install pipeline

Inspect first. Then enter Harness.

Marketplace reduces install-time risk; it cannot turn unknown runtime code into trusted code.

  1. 01DiscoverGitHub topic index
  2. 02Stagepnpm --ignore-scripts
  3. 03Inspectmanifest · exports · paths
  4. 04Activateatomic profile edit
  5. 05Restartrun trusted code

WHAT IT DOES

  • Rejects install lifecycle scripts
  • Validates Host, Client, and bundle patch
  • Blocks path and symlink escapes
  • Rolls back failed profile edits
  • Restricts mutations to same-origin loopback

WHAT IT CANNOT PROVE

  • Plugin business logic is safe
  • The author or repository is trustworthy
  • Runtime code is sandboxed
  • Private repositories can be accessed
  • Restart activation can be bypassed

Two ways in

Bundled in Desktop.
Independent in standard DSH.

The same plugin and checks. Desktop ships a verified offline pin; CLI users choose a release tag.

01 / DESKTOP

Arrives with the app

No Marketplace bootstrap install and no self-removal. Version updates with Desktop releases.

Visit DS-Harness Desktop ↗
02 / DSH CLI

Install as a standard bundle

For the official Web profile and compatible hosts. Pin a tag for reproducible behavior.

dsh plugin --profile web add github:ouyangyipeng/dsh-marketplace#v0.1.1

Open source · MIT

Put the ecosystem in Harness.

No account and no GitHub token. Rate limits surface cached results and explicit diagnostics.

TERMINALdsh plugin --profile web add github:ouyangyipeng/dsh-marketplace#v0.1.1Read the full installation guide ↗