DeepSeek Harness 插件

dsh-plugins-public

可安装的 DeepSeek Harness 插件市场,替换设置里的插件页(英文原文)

跳到安装方式

来源信息

GitHub 仓库
StarPivotNet/dsh-plugins-public
最近更新
2026年8月22日
分类
插件市场与管理
GitHub stars
1
载体类型
plugin
包路径
packages/plugin-marketplace
目录证据
上游声明已找到 dsh.bundle
证据路径
packages/plugin-marketplace/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/StarPivotNet/dsh-plugins-public/tree/HEAD/packages/plugin-marketplace
插件名:dsh-plugins-public
作者:StarPivotNet

检查来源文件

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

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

@starpivot/dsh-plugin-marketplace

Settings Plugin marketplace for DeepSeek Harness. This package lives at packages/plugin-marketplace in dsh-plugins-public.

Install

From a machine that already has dsh:

dsh plugin --profile web add @starpivot/dsh-plugin-marketplace
# or, from git: dsh plugin --profile web add github:StarPivotNet/dsh-plugins-public#path:packages/plugin-marketplace
# restart dsh web

Removing the bundle and restarting restores the shipped Plugins page.

Git-hosted packages run their prepare script on install. If pnpm ≥10 blocks that, add the printed key under allowBuilds in the profile pnpm-workspace.yaml and re-run.

What it does

After restart, Settings → 插件 becomes:

  • 发现 — fetch one or more operator JSON catalogs from http(s) marketplace URLs; Discover shows the last cached listing immediately, then refreshes in the background. Fetch all sources, or one source from its row. The saved source row hides the raw URL and offers edit/remove icons; cards keep install on the right, hover for the full description, show how long ago the pinned version was published, and click for the full listing
  • 已安装 — list, filter by kind or tag (including untagged), add a local note and chip tags in the details dialog, uninstall, and toggle single Loader entries; hover for the full package name and spec, click the card for the full listing
  • 配置 — the shipped Shell / Agent loop / Web search cards

Install accepts one npm registry package name (optional version). Path, file:, and git specs are refused. A successful install writes the profile and asks you to restart.

The Host half registers a loopback Connection RPC channel at /plugin-marketplace. The browser half provides pluginMarketplaceUi so the shipped Plugins section unregisters itself.

While this bundle is installed it forces client-hmr.autoReload=false and keeps the Host hmr row disabled. Reloading the marketplace itself must not turn automatic client swaps back on. Use the slash commands instead:

  • /reload [plugin] — wait for Host plugins, then settle the command card as 重载完成, 成功重载 N 个插件. A bare /reload does not unload theme/layout/sidebar. Choosing a name from the popup, or typing /reload ui-conversation, swaps that page plugin the same way native HMR does. Use /reboot only for the skeleton.
  • /update [plugin]pnpm update a profile dependency, or every dependency when omitted. The same popup lists profile dependencies. This does not reload; run /reload or /reboot afterwards
  • /reboot — restart the Host process. In a terminal Host the watchdog respawns on the same port. A desktop-owned Host (DSH_DESKTOP=1) only exits; the Electron window starts the next Host. The card says 正在重启,页面即将刷新 until the new process is serving plugins, then the page reloads and the card becomes 已重启. A websocket reconnect is not a reboot.

Catalog JSON

{
  "version": 1,
  "plugins": [
    {
      "name": "@scope/pkg",
      "version": "1.2.3",
      "title": "Display name",
      "description": "Short summary",
      "homepage": "https://example.com",
      "kind": "bundle",
      "updatedAt": "2026-08-16T17:52:31.074Z"
    }
  ]
}

A fresh install already points Discover at the StarPivot catalog:

https://raw.githubusercontent.com/StarPivotNet/dsh-plugin-catalog/main/catalog.json

Add more catalogUrls on the plugin-marketplace row or in Discover (settings namespace plugin-marketplace). A catalog may also include a top-level title. An optional updatedAt is the UTC ISO-8601 publish time of the pinned version; Discover shows it as a relative age. Duplicate package names across markets keep the first listing. The install confirm dialog shows the package name, version, and catalog source.

Develop

From the repository root:

pnpm install
pnpm --filter @starpivot/dsh-plugin-marketplace test
pnpm --filter @starpivot/dsh-plugin-marketplace run build

Requires a DeepSeek Harness install that already provides ctx.profile (name, dir, installAnchor) from profile boot.