DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Github Installer — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
G

dsh-github-installer

Github Installer

GitHub 仓库 / npm / Git 仓库一键安装卸载更新插件(dsh-std 标准组件)。Manage DeepSeek Harness plugins from a GitHub repo URL, npm name, or any git repo — install / uninstall / update.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:yhPrime/dsh-github-installer#aafe3be703d04165976878569e90683897751036
READMECompatibilityVersions

Compatibility and provenance

Github Installer is published as dsh-github-installer and currently resolves to version 2.3.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/3/2026

Versions

2.3.1stable
9/3/2026
2.2.0stable
9/2/2026
2.1.2stable
8/29/2026
Show 1 more versionCollapse versions
2.0.1stable
8/29/2026

Related plugins

Loading related plugins…

Latest
2.3.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/3/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。

README

dsh-github-installer

基于 dsh-std 标准化协议的插件管理器 —— 粘贴 GitHub 仓库网址 / npm 包名 / 其他 Git 仓库地址,即可安装;支持卸载与更新。

A dsh-std standard component for managing plugins — install from a GitHub repo URL, npm package name, or any git repo; uninstall and update included.

特性 / Features

  • dsh-std Community v0.15 标准组件:dsh-plugin.json + host/browser facets 由 @dsh-std/adapter-dsh 激活,显示在 设置 → 插件 → 标准组件 清单;设置页 UI 另经组件自带的免会话同源 HTTP API 与宿主交互(见「工作原理」)
  • 安装:GitHub 网址(含 monorepo /tree/<分支>/<子目录>)、owner/repo、npm 包名(dshmarket、@scope/pkg)、GitLab/Gitee 等其他 Git 仓库地址
  • 卸载 / 更新:列出全部第三方插件(@deepseek-ai/*、@dsh-std/*、dshmarket、自身受保护不可卸载),一键卸载/更新(Git 依赖重取 HEAD,npm 依赖更新到最新);「检查更新」按钮强制从下载源检测,只有真有更新时插件才显示「更新」按钮
  • 交互:设置 → 插件安装(标准 SettingsSection;UI 走免会话同源 HTTP API,与 dsh-market 的 Cordis 侧 API 同一模式)+ 对话工具 manage_plugin(action: install / uninstall / update / status)
  • 安装走标准 dsh plugin add github:… 协议(同 dsh-market),成功后自动对账 dsh.profile.bundles
  • 安装形态三态识别(v2.3.0):装完自动读取包内声明判定 —— dsh.bundle.patch(宿主端补丁 → cordis bundle,对账进 bundles)/ dsh-plugin.json(Community v0.15 标准组件 → 由 adapter 扫描激活,无需进 bundles)/ 两者皆无(普通依赖,安装器不干预);结果按形态给出精确提示(bundle / std / bundle+std 徽标),STD 组件与 bundle 一样标注"重启 DSH 生效"

安装 / Install

需要先安装适配器(标准协议运行时):

dsh plugin --profile web add @dsh-std/adapter-dsh
dsh plugin --profile web add github:yhPrime/dsh-github-installer

重启 DSH 后,设置 → 插件 → 标准组件 出现本组件;设置侧栏出现 插件安装 页。

本组件包含 Cordis loader ticket(cordis.patch.yml),dsh plugin add 会将其 reconcile 进 dsh.profile.bundles,用于激活设置页 UI 依赖的同源 HTTP API(见「工作原理」);标准命令/工具/UI facet 由 @dsh-std/adapter-dsh 激活,两者互不依赖。

使用 / Usage

对话工具(模型工具)

manage_plugin:action = install | uninstall | update | status,target = 仓库网址/包名/插件包名。

install https://github.com/owner/repo
install github:owner/repo#path:/subdir
install dshmarket
install https://gitlab.com/group/repo
uninstall dsh-some-plugin
update dsh-some-plugin
status

标准命令(对话 / 自动化)

/ghp-install <target> · /ghp-uninstall <name> · /ghp-update <name> · /ghp-list · /ghp-list-full [force] · /ghp-status · /ghp-cancel

工作原理 / How it works

  • Host facet(lib/host.js):发布 7 个标准命令(ghp-install / ghp-uninstall / ghp-update / ghp-list / ghp-list-full / ghp-status / ghp-cancel)+ manage_plugin 工具;lib/installer.js 用桌面打包的 pnpm 管线执行(node.exe + .desktop-bin/pnpm-runner.mjs + 打包 pnpm,与 dsh-market 相同),完成后仅对含 dsh.bundle.patch 的包对账 dsh.profile.bundles;纯 STD 组件(仅 dsh-plugin.json)作为普通依赖保留,由 adapter 激活
  • Browser facet(lib/ui.js):通过标准 ContributionHost 注册 SettingsSection(出现在标准组件清单)。设置页没有可用的 agent 会话,而标准命令通道按会话执行(executeCommand(contextId, line) 要求 context 已 attached),无法直接从设置页调用——因此 UI 与宿主的全部数据交互走免会话同源 HTTP API(/ghp-installer/*,由组件 Cordis 侧 lib/index.js 挂在宿主 webServer 上),与 dsh-market 的 Cordis 侧 API 同一模式,UI 零会话依赖
  • 为何保留 Cordis loader ticket:cordis.patch.yml 让 dsh plugin add 把本组件 reconcile 进 dsh.profile.bundles,从而激活 lib/index.js 挂载上述 HTTP API。这是产品级 UI 的取舍,不是协议要求——若未来宿主向设置页提供会话通道,UI 可平滑迁移为标准命令驱动,协议声明无需改动
  • 状态/进度通过 /ghp-installer/status-poll 轮询;单任务互斥,可取消
  • 来源解析:https://github.com/owner/repo → github:owner/repo;npm 名直通;其他 Git 托管 → git+https://…

受保护包 / Protected packages

@deepseek-ai/*、@dsh-std/*、dshmarket 及本插件自身不可通过本工具卸载。

License

MIT