DeepSeek Harness Plugin Hub

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

探索

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

社区

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

相关链接

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

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

Plugin Store — DeepSeek Harness 插件(DSH Plugin)
← Plugins
P

@sandbaseai/dsh-plugin-store

Plugin Store

用于发现、筛选、安装和管理社区 DSH 插件的原生 DeepSeek Harness 插件市场。

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

npx -y @deepseek-ai/dsh plugin --profile web add github:sandbaseai/dsh-plugin-store#978770905b0467b7266810df1412a2e10b2695fb
README兼容性版本
DSH Plugin Store: Discover. Install. Extend.

兼容性与来源证明

Plugin Store 以 @sandbaseai/dsh-plugin-store 发布,当前版本为 0.1.0-preview.5。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/8/20

版本

0.1.0-preview.5prerelease
2026/8/20

相关插件

正在加载相关插件…

最新版
0.1.0-preview.5
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 3
周下载
0
最近提交
2026/8/20
查看源码 ↗
README Badge

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

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

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

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 developer-tools 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Sdk Minimal@deepseek-ai/dsh-sdk-minimal独立的最小 SDK 配置包:JSON-RPC、一个 DeepSeek 适配器、持久化 Shell 和 JSONL 会话Sdk App@deepseek-ai/dsh-sdk-appdsh SDK 配置包:基于 dsh-base 提供 stdio JSON-RPC 服务和进程生命周期管理Subagent Codex@deepseek-ai/dsh-subagent-codex基于官方 app-server 协议的一次性 Codex 子代理提供程序

README

DSH Plugin Store

A native plugin marketplace for DeepSeek Harness.

简体中文

DSH Plugin Store: Discover. Install. Extend.

Discover, filter, install, and manage community plugins without leaving DeepSeek Harness.

DSH Plugin Store turns the growing DeepSeek Harness plugin ecosystem into a searchable product experience. It uses live catalog data from DSH Plugin Leaderboard and adds Agent tools for programmatic discovery.

Preview release · Leaderboard listing · Open the catalog · DeepSeek Harness · Report an issue

Try the preview

Install the prebuilt Preview 5 tarball into a public DeepSeek Harness 0.1.0-rc.8 Web profile:

curl -fL https://github.com/sandbaseai/dsh-plugin-store/releases/download/v0.1.0-preview.5/sandbaseai-dsh-plugin-store-0.1.0-preview.5.tgz -o /tmp/sandbaseai-dsh-plugin-store-0.1.0-preview.5.tgz
dsh plugin --profile web add -w /tmp/sandbaseai-dsh-plugin-store-0.1.0-preview.5.tgz

The versioned tarball prevents a later change on main from silently changing the code you install and avoids git dependency build permissions. -w confirms that the Web profile is the pnpm workspace root. Restart DSH Web, open Settings, and select Store. This is a preview integration: review the source before installation.

What it solves

The DSH ecosystem is growing quickly, but finding a plugin still means searching GitHub, checking compatibility, and copying install commands by hand. DSH Plugin Store creates one discovery layer for developers and agents.

  • Browse more than 4,000 plugin packages across 3,400 community repositories
  • Search by name, repository, description, or category
  • Filter with the complete leaderboard tag taxonomy
  • Sort by leaderboard rank, GitHub stars, or weekly growth
  • Install catalog entries into a local DSH Web profile
  • Inspect plugins already loaded by Cordis
  • Let agents search the same catalog through native tools

Native Store experience

The current native Settings integration targets the public DeepSeek Harness 0.1.0-rc.8 package boundary and is prepared for upstream collaboration. It includes:

DSH Plugin Store Community view filtered by the Desktop tag

Real preview: the Community view filtered by the Desktop tag.

  • Community and Installed tabs
  • Server-side tag filtering and pagination
  • Same-origin catalog proxy without browser CORS dependency
  • Local profile installation with validation and error feedback
  • Live Cordis Loader inventory
  • Responsive light and dark UI

The hosted catalog remains available while the native integration is finalized against the public Harness package release.

Agent tools

ToolPurpose
store_searchSearch by name, description, and category.
store_catalogBrowse and rank catalog entries.
store_installReturn reviewed installation instructions.

Reproducible development installation

DeepSeek Harness is evolving rapidly. For the current source integration, clone this repository into a Harness checkout, install the workspace, and build the host and Web client faces:

cd /path/to/deepseek-harness
git clone https://github.com/sandbaseai/dsh-plugin-store.git packages/plugins/dsh-store
pnpm install
pnpm --filter @sandbaseai/dsh-plugin-store typecheck
pnpm --filter @sandbaseai/dsh-plugin-store bundle

Then enable the bundle in the Web profile:

- insert:
    - id: sandbase-plugin-store
      name: '@sandbaseai/dsh-plugin-store'
      config:
        enabled: true
        catalogUrl: https://dshpluginleaderboard.com/api/catalog
        timeoutMs: 30000

The release tarball installs the committed Host and Web client artifacts. Preview 5 declares public rc.8 runtime peers, uses the rc.8 insert patch schema, and installs only Leaderboard runtime-verified npm package specs. Its package graph, Host entrypoint, composed profile configuration, and Store-button installation path are verified in an isolated DSH environment. The source-checkout path above remains the development route for rebuilding artifacts inside the Harness workspace.

Architecture

flowchart LR
  Catalog[Leaderboard API] --> Host[Store Host plugin]
  Host --> Tools[Agent tools]
  Host --> Proxy[Same-origin catalog proxy]
  Proxy --> UI[Native Store UI]
  Inventory[Cordis plugin inventory] --> UI
  UI --> Profile[Local DSH Web profile]

Security

Installing a plugin may download and execute third-party code, including package lifecycle scripts. Review source repositories before installation. Enterprise deployments should place the catalog behind an organizational review and allowlist process.

The native installer validates GitHub repository identifiers, requires the selected catalog entry to be runtime-verified, resolves its exact npm package spec from the Leaderboard detail API, and rejects URLs, git specs, shell syntax, and unverified entries.

Report security issues through GitHub's private vulnerability reporting, not a public issue. See the full security policy for supported versions, trust boundaries, and disclosure guidance.

Roadmap

  • Searchable community catalog
  • Agent discovery tools
  • Native Community and Installed tabs
  • Tag filters, sorting, and pagination
  • Local Web profile installer
  • Upstream review with DeepSeek Harness
  • Stable npm release aligned with public DSH packages
  • Update, disable, and uninstall workflows
  • Enterprise catalog allowlists and audit events

Help us reach 100 stars

If a native plugin marketplace would make DeepSeek Harness more useful for you, star this repository and share one plugin workflow you want supported.

We are looking for:

  • Plugin authors who want better distribution
  • Harness users willing to test the native Store
  • Enterprise teams with private catalog and audit requirements

Open an issue or join the discussion through the repository.

Related projects

  • DeepSeek Harness
  • DSH Plugin Leaderboard
  • Sandbase Harness
  • DeepSeek Harness Handbook

License

MIT