w2112515/dsh-plugin-marketplace5

@w2112515/dsh-plugin-marketplace

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

AI 분석

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

패키지
@w2112515/dsh-plugin-marketplace
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$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