sandbaseai/dsh-plugin-store
Native plugin marketplace for DeepSeek Harness: discover, filter, install, and manage 4,000+ community plugin packages.
Project Overview项目介绍
DSH Plugin Store is a native marketplace for DeepSeek Harness that surfaces the DSH Plugin Leaderboard catalog inside the host. It offers searchable browsing, tag filtering, sorting, local Web profile installation, a live Cordis plugin inventory, and Agent tools (store_search, store_catalog, store_install) for programmatic discovery. Use it to find, evaluate, and install community plugins without leaving DeepSeek Harness. Caveat: the preview targets the 0.1.0-rc.8 public release and installs third-party code with lifecycle scripts, so review sources and gate catalogs in enterprise deployments.
DSH Plugin Store 是面向 DeepSeek Harness 的原生插件市场,基于 DSH Plugin Leaderboard 实时目录,提供搜索、标签过滤、排序与本地 Web profile 安装能力,并暴露 store_search、store_catalog、store_install 三个 Agent 工具供程序化发现,同时展示当前 Cordis 已加载的插件清单。适用于需要在 Harness 内集中浏览、筛选并安装社区插件的开发者与 Agent 工作流。注意:当前仅针对 0.1.0-rc.8 公开版本,安装第三方插件会执行其生命周期脚本,部署前应审查源码并在企业环境中配置允许列表。
请帮我了解并安装插件:【dsh-plugin-store】【https://github.com/sandbaseai/dsh-plugin-store】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add github:sandbaseai/dsh-plugin-store
把 sandbaseai/dsh-plugin-store 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
DSH Plugin Store
A native plugin marketplace for DeepSeek Harness.

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:
Real preview: the Community view filtered by the Desktop tag.
CommunityandInstalledtabs- 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
| Tool | Purpose |
|---|---|
store_search |
Search by name, description, and category. |
store_catalog |
Browse and rank catalog entries. |
store_install |
Return 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
License
MIT
freestylefly/awesome-gpt-image-2
awesome-dsh-plugin/awesome-dsh-plugin
zhu1090093659/dsh-web
dsh-market/dsh-market
AdamPlatin123/dsh-plugin-radar
superdesigndev/treg
0xsline/awesome-deepseek-harness