czj-git/dsh-plugin-hub1

@czj-git/dsh-plugin-hub

用于从 DSH Plugin Hub 搜索和排行已验证插件的 DeepSeek Harness 工具插件。

AI 分析

核心用途是让 Agent 能够联网检索并推荐已验证的 DSH 插件。适合希望让 AI 助手根据当前需求,自动寻找并推荐合适扩展插件的用户。

套件
@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 替换整个配置对象而不是深度合并。