bobby-sheng/dshget-plugin ↗★ 0
dshget-plugin
Search, inspect, update, and install DeepSeek Harness plugins from the DSH Get catalog.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bobby-sheng/dshget-plugin说明文档
阅读完整 README ↗Configuration
Override the bundle row in your profile cordis.patch.yml:
- id: dshget-plugin
config:
profile: web
maxResults: 10
cacheTtlHours: 24
allowInstall: true
Available settings:
| Setting | Default | Purpose |
|---|---|---|
dataUrl | public dshget-data/catalog.json | Remote snapshot used by update |
websiteUrl | https://www.dshget.com | Canonical plugin detail links |
profile | web | Profile changed by install |
dshCommand | dsh | DSH executable name or absolute path |
cachePath | $DSH_HOME/cache/dshget/catalog.json | Validated local snapshot |
cacheTtlHours | 24 | Age used by status |
requestTimeoutMs | 15000 | Remote update timeout |
maxCatalogBytes | 20000000 | Maximum accepted remote snapshot size |
maxResults | 10 | Default command and tool result limit |
allowInstall | true | Enables the human install command |