springbrand-lab/dsh-plugin-market ↗★ 2
@springbrand/dsh-plugin-marketplace
A visual plugin marketplace for DeepSeek Harness profiles.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:springbrand-lab/dsh-plugin-market说明文档
阅读完整 README ↗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.