springbrand-lab/dsh-plugin-market2

@springbrand/dsh-plugin-marketplace

A visual plugin marketplace for DeepSeek Harness profiles.

AI 분석

核心用途是提供直观的图形化界面来浏览和安装 DSH 插件。适合不习惯使用命令行、希望一键管理 DSH 插件生态的普通用户。

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

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:springbrand-lab/dsh-plugin-market

Configuration

Override these fields in the profile's Cordis configuration:

config:
  profile: web
  catalogUrl: https://dshplugin.market/plugins.json
  restartDelayMs: 1500
  • profile: the profile used by an ordinary DSH process; read from the launch arguments by default. SpringBrand Desktop always uses its active profile.
  • catalogUrl: the plugin catalog JSON URL; HTTP and HTTPS are supported.
  • restartDelayMs: delay before restarting an ordinary DSH process, from 500 to 30000 milliseconds. SpringBrand Desktop owns its restart timing.