@czj-git/dsh-plugin-hub
DeepSeek Harness tools for searching and ranking verified plugins from DSH Plugin Hub
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:czj-git/dsh-plugin-hub说明文档
阅读完整 README ↗配置
Bundle 默认配置:
- id: dsh-plugin-hub
name: '@czj-git/dsh-plugin-hub'
config:
baseUrl: https://dshpluginhub.dev
locale: en
timeoutMs: 15000
maxResults: 10
| 字段 | 类型 | 默认值 | 约束与行为 |
|---|---|---|---|
baseUrl | string | https://dshpluginhub.dev | API 服务地址;只接受 HTTP(S),不能包含用户名、密码、查询参数或 URL 片段,末尾 / 会被移除。 |
locale | zh | en | en | 工具调用没有传入 locale 时使用的描述语言。 |
timeoutMs | integer | 15000 | 每次 HTTP 请求的超时,范围为 1–120000 毫秒。 |
maxResults | integer | 10 | 工具允许的最大 limit,范围为 1–50;同时也是每次调用的默认 limit。 |
后续 profile patch 覆盖配置时需要完整重述该行的全部 config 字段,因为 Cordis patch 替换整个配置对象而不是深度合并。