czj-git/dsh-plugin-hub1

@czj-git/dsh-plugin-hub

DeepSeek Harness tools for searching and ranking verified plugins from DSH Plugin Hub

包名
@czj-git/dsh-plugin-hub
版本
0.1.0
许可证
MIT
最近更新
2026年8月27日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:czj-git/dsh-plugin-hub

配置

Bundle 默认配置:

- id: dsh-plugin-hub
  name: '@czj-git/dsh-plugin-hub'
  config:
    baseUrl: https://dshpluginhub.dev
    locale: en
    timeoutMs: 15000
    maxResults: 10
字段类型默认值约束与行为
baseUrlstringhttps://dshpluginhub.devAPI 服务地址;只接受 HTTP(S),不能包含用户名、密码、查询参数或 URL 片段,末尾 / 会被移除。
localezh | enen工具调用没有传入 locale 时使用的描述语言。
timeoutMsinteger15000每次 HTTP 请求的超时,范围为 1–120000 毫秒。
maxResultsinteger10工具允许的最大 limit,范围为 1–50;同时也是每次调用的默认 limit

后续 profile patch 覆盖配置时需要完整重述该行的全部 config 字段,因为 Cordis patch 替换整个配置对象而不是深度合并。