dsh-find-plugin:在 DeepSeek Harness 会话内搜索发现 DSH 插件

awesome-dsh-plugin/dsh-find-plugin

工具与能力已验证
收录时间 2026-08-20
页面最后更新 2026-08-20

在 DeepSeek Harness 会话内实时搜索发现 DSH 插件,按星标排序并给出安装命令。

让 DeepSeek Harness 的 Agent 在对话中直接搜索 GitHub 上的 DSH 插件生态,按 star 排序并附带安装命令。

install
dsh plugin --profile web add github:awesome-dsh-plugin/dsh-find-plugin
分类
工具与能力
平台
DSH-Plugin
作者
awesome-dsh-plugin
分发方式
插件

dsh-find-plugin 核心特性

实时搜索 GitHub 插件按星标排序结果提供安装命令支持自然语言查询

dsh-find-plugin 仓库信息

awesome-dsh-plugin
发布者
awesome-dsh-plugin
仓库
awesome-dsh-plugin/dsh-find-plugin
67
Star
2
Fork
0
Watch
1
开放 Issue
语言TypeScript
许可证MIT License
官网
仓库最近更新2026-08-19 13:24:43
仓库创建时间2026-08-14 09:46:59
主题
deepseek-harnessdshdsh-plugin
默认分支main

dsh-find-plugin 仓库简介

dsh-find-plugin 是 DeepSeek Harness(DSH)的插件发现工具(DSH plugin),它让 Agent 能在会话内直接搜索 GitHub 上整个 DSH 插件生态。你只需用自然语言描述需求,比如“任务完成时在微信上通知我”,它就会实时检索 GitHub 上标记了官方 dsh-plugin topic 的仓库,并按 star 数排序返回结果,每条结果附带一句话简介和可直接运行的安装命令。该插件由 awesome-dsh-plugin 维护,采用 MIT 协议,使用 TypeScript 编写,最近更新于 2026-08。它解决了在 DSH 中“找插件”的痛点,无需离开 Agent 手动浏览网页,让插件发现与安装流程无缝融入对话。

dsh-find-plugin 这个 DSH plugin 支持哪些核心特性?

  • 实时 GitHub 仓库搜索,限定官方 dsh-plugin topic,并按 star 数重新排序(每次查询有 5 分钟缓存,使用匿名 API)。
  • 若结果同时收录在 awesome-dsh-plugin 列表中,则用 plugins.json 中人工撰写的双语描述替换 GitHub 描述(通过 lang 参数选择语言),但排序不受影响。
  • 每个结果都附带可直接运行的 dsh plugin add 命令,Agent 可代为执行安装。

dsh-find-plugin 怎么安装?

安装前请确保已安装 DeepSeek Harness。推荐从 npm 安装预构建版本,也可以从 GitHub 安装。安装后重启 dsh web 即可使用。

bash
# 从 npm 安装(推荐)
dsh plugin --profile web add dsh-find-plugin

# 或从 GitHub 安装
dsh plugin --profile web add github:awesome-dsh-plugin/dsh-find-plugin

dsh-find-plugin 在 DSH 会话中如何使用?

安装并重启 dsh web 后,直接与 Agent 对话即可。Agent 会在需要时自动调用 find_dsh_plugin 工具。例如:

  • “有哪些终端 TUI 插件?”
  • “我想在任务完成时收到微信通知,有插件吗?”
  • “帮我找个在 DSH 里审查 git diff 的插件。”

每个结果都会显示 star 数、描述、仓库链接和安装命令,你可以让 Agent 直接安装。

dsh-find-plugin 的插件发现机制是怎样的?

插件通过 GitHub 实时搜索,限定官方 dsh-plugin topic,并按 star 数排序。如果结果同时出现在 awesome-dsh-plugin 列表中,会使用人工撰写的双语描述。所有插件均为第三方代码,建议审查源码并固定 commit 版本。

dsh-find-plugin 兼容哪些 DeepSeek Harness 版本和平台?

作为 DSH 插件,它依赖 @deepseek-ai/dsh-tools,适用于 DSH 的 web 界面(dsh web)。具体版本要求请参考仓库的 package.json。

查看更多 DSH 插件,访问 dsh-plugin.org

DSH-Plugin 常见问题