sandbaseai/dsh-plugin-store0

@sandbaseai/dsh-plugin-store

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

AI 分析

核心用途是在 DSH 内部提供一个可视化的插件商店,简化社区插件的检索与安装流程。适合希望一键探索和管理 DSH 扩展功能的所有用户。

包名
@sandbaseai/dsh-plugin-store
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sandbaseai/dsh-plugin-store

DSH Plugin Store

A native plugin marketplace for DeepSeek Harness.

简体中文

GitHub stars Preview release DeepSeek Harness Catalog License: MIT

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 · Open the catalog · DeepSeek Harness · Report an issue

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 2,900 community plugin 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 is being developed with the DeepSeek Harness 0.1.0-rc.5 source tree 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.

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:

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

The stable package installation command will be documented after the public DSH package versions catch up with the rc.5 integration APIs. Until then, the source-checkout path above is the reproducible development route.

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 and only accepts repositories returned by the configured catalog.

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