w2112515/dsh-plugin-marketplace5

@w2112515/dsh-plugin-marketplace

Out-of-tree installable plugin marketplace bundle for DeepSeek Harness

AI Analysis

核心用途是提供第三方的插件市场浏览与安装功能。适合需要便捷浏览、自动安装和管理 DSH 插件,且无需配置复杂 GitHub 凭证的用户。

Package
@w2112515/dsh-plugin-marketplace
Version
0.2.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:w2112515/dsh-plugin-marketplace

Configuration

The bundle's patch row id is plugin-marketplace. Override the full config in $DSH_HOME/profiles/web/cordis.patch.yml (patch config is replaced wholesale, not deep-merged — write every field):

- id: plugin-marketplace
  config:
    catalogUrl: https://w2112515.github.io/dsh-plugin-marketplace/plugin-marketplace/catalog-v1.json
    maxAgeMs: 172800000
    timeoutMs: 15000
    maxBytes: 5000000