NanmiCoder/dsh-plugin-market ↗★ 5
@nanmicoder/dsh-plugin-market
Verified plugin marketplace for DeepSeek Harness: discover, inspect, install, and remove DSH plugins from the Web UI
AI 분석
核心用途是提供一个安全、经过人工审核的插件商店。适合希望在网页界面内一键安全安装或卸载第三方插件的用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:NanmiCoder/dsh-plugin-marketConfiguration
| Field | Default | Purpose |
|---|---|---|
registryUrl | '' | Catalog source. Falls back through repository data/v1/catalog.json, local cache, then the packaged seed snapshot. npm installs normally begin with the seed until a remote URL is configured. |
refreshIntervalHours | 6 | Background refresh interval. Use 0 to disable scheduled refreshes. |
allowInstall | true | Set to false to reject all install/uninstall mutations and keep browsing only. |
profileDir | inferred from ctx.baseUrl | Escape hatch for non-standard profile layouts; normally leave unset. |
- insert:
- id: plugin-hub
name: '@nanmicoder/dsh-plugin-market'
config:
registryUrl: ''
refreshIntervalHours: 6
allowInstall: true