bobby-sheng/dshget-plugin0

dshget-plugin

Search, inspect, update, and install DeepSeek Harness plugins from the DSH Get catalog.

包名
dshget-plugin
版本
0.1.1
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:bobby-sheng/dshget-plugin

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:

SettingDefaultPurpose
dataUrlpublic dshget-data/catalog.jsonRemote snapshot used by update
websiteUrlhttps://www.dshget.comCanonical plugin detail links
profilewebProfile changed by install
dshCommanddshDSH executable name or absolute path
cachePath$DSH_HOME/cache/dshget/catalog.jsonValidated local snapshot
cacheTtlHours24Age used by status
requestTimeoutMs15000Remote update timeout
maxCatalogBytes20000000Maximum accepted remote snapshot size
maxResults10Default command and tool result limit
allowInstalltrueEnables the human install command