DeepSeek Harness 插件

dsh-market-desktop

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

跳到安装方式

来源信息

GitHub 仓库
KokuYu-sysu/dsh-market-desktop
最近更新
2026年8月18日
分类
文档与渲染
GitHub stars
0
载体类型
plugin
目录证据
上游声明已找到 dsh.bundle
证据路径
package.json#dsh.bundle
核对版本
0.1.0-rc.8
上游核对日期
2026-08-20

该证据由上游目录提供。本站没有安装、运行或安全审核这个插件。

安装

默认先复制一段 Prompt,让 Agent 读 GitHub 仓库和源码;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读 GitHub 仓库和源码。

请先不要安装或执行任何命令。阅读这个插件的 GitHub 仓库、README 和关键源码,然后用清楚、直接的方式回答以下问题,帮助我判断它是否适合我的需求:

1. 这个插件是什么,解决什么问题;
2. 适合哪些用户和典型使用场景;
3. 安装后如何使用,并给出一个最小使用示例;
4. 有哪些已知限制,以及隐私、安全、兼容性或维护风险;
5. 给出“推荐 / 有条件推荐 / 不推荐”的明确建议和理由。

请区分仓库明确说明、根据源码推断和未知信息。证据不足时请明确说明,不要猜测或照抄 README。

GitHub:https://github.com/KokuYu-sysu/dsh-market-desktop
插件名:dsh-market-desktop
作者:KokuYu-sysu

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

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.