DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Untr Dsh Marketplace — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

untr-dsh-marketplace

Untr Dsh Marketplace

基于注册表的 DeepSeek Harness 插件市场和配置文件插件管理器

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add untr-dsh-marketplace@0.1.4
README兼容性版本

兼容性与来源证明

Untr Dsh Marketplace 以 untr-dsh-marketplace 发布,当前版本为 0.1.4。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/22

版本

0.1.4stable
2026/8/24
0.1.3stable
2026/8/17
0.1.2stable
2026/8/16
查看其余 2 个版本收起版本
0.1.1stable
2026/8/15
0.1.0stable
2026/8/14
最新版
0.1.4
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
288.8 kB
文件数
33
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
50
最近提交
2026/9/13
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

DSH Marketplace

DSH Marketplace is an external DeepSeek Harness bundle. It adds a Marketplace surface and an Installed view without modifying DSH upstream.

Install

Install Marketplace into the DSH Web profile. This also works when the dsh CLI is not installed globally:

npx -y --package @deepseek-ai/dsh dsh plugin --profile web add untr-dsh-marketplace@latest

Restart DSH, then click Marketplace in the lower-left sidebar. Marketplace deliberately does not restart or hot-unload DSH.

Registry URL

The host fetches Registry Schema v1 from the public default:

https://untr.github.io/dsh-plugin-marketplace/registry/v1

Development environments and mirrors can override it before starting DSH:

export DSH_MARKETPLACE_REGISTRY_URL=https://mirror.example/registry/v1

The URL must serve meta.json, index.json, and plugins/<github-database-id>.json. The browser never calls GitHub and never needs a GitHub token.

Security model

  • The browser sends only a registry plugin ID or an installed package name.
  • The host validates the request and derives exact install arguments from the validated registry.
  • Commands run through the official DSH CLI with an argument array and shell: false.
  • Mutation requests are same-origin JSON, limited to 64 KiB, and serialized by one mutex.
  • Third-party plugins are executable code. Registry inclusion is not a security review or endorsement.
  • Packages that require build scripts are not installed automatically on DSH 0.1.0-rc.6. Follow pnpm's exact allowBuilds diagnostic in the current profile's pnpm-workspace.yaml, preserving all existing YAML.

Develop and verify

From the workspace root:

pnpm --filter untr-dsh-marketplace typecheck
pnpm --filter untr-dsh-marketplace test
pnpm --filter untr-dsh-marketplace build
pnpm --filter untr-dsh-marketplace pack

Compatibility details are recorded in COMPATIBILITY.md.