
ihuajiu/dsh-plugin-finder
30最近提交 2026年8月16日
dsh-plugin-finder DSH 插件
该插件注册了一个 agent 工具 `find_plugin`,根据用户的自然语言查询搜索 dsh.so 插件索引。它返回排名结果,包括名称、GitHub stars、主题、描述、验证级别、安全状态和安装命令。这帮助用户在不离开 DSH agent 会话的情况下发现和评估插件。
如何安装 dsh-plugin-finder DSH 插件
dsh plugin --profile web add dsh-plugins-finder复制不会执行命令。安装 dsh-plugin-finder DSH 插件前请核对仓库和版本。
dsh-plugin-finder DSH 插件数据来源
dsh-plugin-finder DSH 插件快照日期:2026年8月16日
discovered
dsh-plugin-finder DSH 插件能做什么
- 使用自然语言查询(支持英文和中文)搜索 dsh.so 插件索引。
- 返回每个匹配插件的详细信息:名称、星级、主题、描述、验证级别(L1-L5)、安全状态/风险、安装命令和详情链接。
- 可配置搜索参数:maxResults、cacheTtlMs、timeoutMs 和 indexUrl。
dsh-plugin-finder DSH 插件适合哪些场景
- 在 agent 会话中快速找到适合特定任务(如 OCR、终端 TUI、记忆 RAG)的 DSH 插件。
- 在安装前评估插件的安全状态和验证级别,确保安全可靠。
- 比较多个相似插件的星级、主题和描述,选出最合适的插件。
dsh-plugin-finder DSH 插件适合谁
- 希望扩展 agent 功能的 DeepSeek Harness 用户。
- 需要管理和发现注册表中插件的 DSH 插件开发者或管理员。
dsh-plugin-finder DSH 插件的限制
- 搜索基于关键词评分(名称/主题/描述命中),而非 AI 语义理解,措辞不同可能影响结果。
- 需要联网访问 dsh.so 注册表,离线无法使用。
dsh-plugin-finder DSH 插件的仓库 README 摘录
以下文字摘自 dsh-plugin-finder DSH 插件的上游仓库 ihuajiu/dsh-plugin-finder 的 README,版权归原作者,仅作引用。
Find DeepSeek Harness plugins from the [dsh.so](https://dsh.so) registry — like *find-skill*, but for dsh plugins. This plugin registers one agent tool, **`find_plugin`**: describe a need in natural language, and it searches the dsh.so plugin index for the best-matching plugins, returning name, GitHub stars, topics, description, **verification level (L1–L5)**, **security status & risk**, an **install command**, and a detail link. <p align="center"> <a href="https://www.dsh.so" rel="dofollow"> <img src="https://raw.githubusercontent.com/ihuajiu/dsh-plugins-finder/main/assets/dsh-so-logo.svg" alt="dsh.so logo" width="72"> </a> <br> <strong>Powered by <a href="https://www.dsh.so" rel="dofollow">dsh.so</a></strong> <br> <em>the DeepSeek Harness plugin registry — discover, compare and install plugins · 发现、对比并安装 DSH 插件</em> </p> **中文版**: [README.zh.md](https://github.com/ihuajiu/dsh-plugins-finder/blob/main/README.zh.md) ## Table of Contents 1. [Install](#1-install) 2. [Peer Dependency Warnings (Important)](#2-peer-dependency-warnings-important) 3. [Usage](#3-usage) 4. [Output Format](#4-output-format) 5. [Search Tips](#5-search-tips) 6. [Configuration](#6-configurat
阅读完整 README仓库许可: Apache-2.0
dsh-plugin-finder DSH 插件常见问题
如何安装 dsh-plugin-finder?
运行 `dsh plugin --profile web add dsh-plugins-finder`,然后重启 web profile:`dsh web`。也可以指定其他 profile(如 tui、headless)来安装。
搜索时用中文还是英文效果更好?
中文可用,但建议使用英文关键词。因为匹配基于分词,英文单词(如 ocr、tui、memory)匹配效果更好,更易找到准确结果。
安装时出现 peer dependency 警告怎么办?
这是无害的误报,无需处理。插件依赖的包由 DSH 宿主管理,pnpm 无法在 profile 目录中看到它们。插件正常工作,忽略即可。
如何修改返回结果的数量?
在插件配置(如 cordis.yml)中设置 `maxResults` 参数。默认值为 5,最大值为 10。还可以调整 `cacheTtlMs` 和 `timeoutMs`。
这个插件搜索的数据来源是什么?
它搜索 dsh.so 的插件索引(https://www.dsh.so/plugins-index.json)。该索引由 dsh.so 注册表维护,包含大多数公开的 DSH 插件信息。