springbrand-lab/dsh-plugin-market ↗★ 2
@springbrand/dsh-plugin-marketplace
A visual plugin marketplace for DeepSeek Harness profiles.
AI Analysis
核心用途是提供直观的图形化界面来浏览和安装 DSH 插件。适合不习惯使用命令行、希望一键管理 DSH 插件生态的普通用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:springbrand-lab/dsh-plugin-marketREADME
Read the full 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.