DeepSeek Harness plugin

dsh-market-desktop

Visual plugin market inside DeepSeek Harness — browse, search, and one-click install community plugins. · DSH 可视化插件市场:逛一逛,点一下,装好。

Jump to install

Source facts

Repository
KokuYu-sysu/dsh-market-desktop
Latest update
Aug 18, 2026
Category
Docs & Rendering
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/KokuYu-sysu/dsh-market-desktop
Plugin: dsh-market-desktop
Author: KokuYu-sysu

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-market-desktop

The plugin market for DSH Desktop (the Electron desktop app of DeepSeek Harness). Forked from dsh-market (MIT License).

Changes vs upstream

  • Desktop compatibility: peer/dev dependencies pinned from ^0.1.0-rc.7 down to ^0.1.0-rc.6, matching the dsh version bundled with DSH Desktop, so the market shows up in Desktop's settings page.
  • Install fix: fixes ERR_PNPM_LINKED_PKG_DIR_NOT_FOUND (not install from ... as it does not exist) when installing any plugin — if the profile has a stale file:node_modules/<pkg> dependency, the market now rewrites it to link:../node_modules/<pkg> and retries automatically.

Install

Option 1: install straight from this repo (recommended)

dsh plugin --profile desktop add github:KokuYu-sysu/dsh-market-desktop

Option 2: clone, build locally, install (for developers / further changes)

git clone https://github.com/KokuYu-sysu/dsh-market-desktop.git
cd dsh-market-desktop
pnpm install
pnpm build
dsh plugin --profile desktop add .

About npm

dsh plugin add dshmarket installs the upstream dshmarket package from npm (rc.7 deps), not this fork. To offer an npm install, publish this fork under a new package name (e.g. dsh-market-desktop).

Usage

1. Start DSH Desktop. 2. Open Settings → Plugin Market. 3. Browse / search and click Install.

> The first install needs pnpm; the market prompts at the top and offers one-click setup.

FAQ

not install from ... as it does not exist

The profile has a stale local dependency. This version auto-repairs it; if it still fails, check the file: / link: entries in ~/.dsh/profiles/<name>/package.json.

"build scripts" authorization prompt

pnpm ≥10 blocks dependency build scripts by default (usually when installing other plugins that need a build step). Click "Allow build scripts and retry" in the market.

License

[MIT](./LICENSE), copyright by the original authors fkysly and dsh-market contributors.