bobby-sheng/dshget-plugin0

dshget-plugin

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

AI Analysis

核心用途是作为 DSH 插件管理器,实现插件的检索、安装与更新。适合需要频繁管理插件的用户。必要条件是 DSH 0.1.0-rc.5+ 及 Node.js 22.19+。

Package
dshget-plugin
Version
0.1.1
License
MIT
Last updated
Aug 19, 2026

Install

$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