DSH Hub

Vol. 01 — The Plugin Issue

The plugin market for DeepSeek Harness.

DSH Hub indexes 720 community DSH plugins — vision tools, Web UI sidebars, TUI dashboards, dsh desktop shells, skills and workflows. Find a DSH plugin by job, copy one dsh plugin add command into your profile, and it mounts beside the official client. No fork, no patch.

720DSH plugins indexed

Install a DSH plugin in three commands

DeepSeek Harness is a developer preview and APIs will break, so learn the install flow first. Every DSH plugin page on this market ships the exact command to copy.

  1. 01

    Start the harness

    If Node.js is installed, this is enough. The DSH web UI defaults to http://127.0.0.1:3080.

    npx @deepseek-ai/dsh web
  2. 02

    Add the DSH plugin to a profile

    dsh plugin is a pnpm forwarder. Packages that declare dsh.bundle join the web profile stack.

  3. 03

    Restart, then use it

    Bundle layers compose at boot. Restart dsh web and the new DSH plugin shows up in settings or the UI.

Everything is a plugin, not another chat window

DSH runs on a Cordis microkernel. Model, tools, skills, session, sandbox, storage, loop, scheduler and UI are swappable layers. Community DSH plugins mount beside the profile — you never fork the official DeepSeek Harness source.

Model

ctx.llm adapter

Tools

ctx.tools registry

Session

Append-only session log

Loop

The agent loop is a plugin too

UI

Web / TUI / Headless / Desktop

Policy

Sandbox and approval

Read the DSH plugin model

Already tagged dsh-plugin?

DeepSeek does not take outside PRs right now — they want public DSH plugins on the GitHub topic. Tag your repo and it appears in this DSH plugin market on the next daily crawl, with its stars, README and a README badge to embed.

Submit a DSH plugin