czj-git/dsh-plugin-hub1

@czj-git/dsh-plugin-hub

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

AI Analysis

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

Package
@czj-git/dsh-plugin-hub
Version
0.1.0
License
MIT
Last updated
Aug 27, 2026

Install

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