springbrand-lab/dsh-plugin-market2

@springbrand/dsh-plugin-marketplace

A visual plugin marketplace for DeepSeek Harness profiles.

包名
@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.