跳到正文
dsh-market 浏览插件 GitHub EN

shinjiyu/dsh-plugin-search

不用官方 DeepSeek API 也能用内置 web_search:关掉 web-search-deepseek,默认走 Tavily keyless。

Star 数 ★ 0 分类 浏览器与网页 收录于 2026-08-15

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

dsh plugin --profile web add github:shinjiyu/dsh-plugin-search

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

README

不用官方 DeepSeek API,web_search 不再 401。

默认零配置。装上就把内置 web-search-deepseek 关掉,工具名还是 web_search

对应:Discussions #779 · #408 · 介绍帖:Show and tell #1715

安装

dsh plugin --profile web add github:shinjiyu/dsh-plugin-search

然后重启 dsh web。旧会话的工具表不会更新。

配置

可以不配。没 key 走 Tavily keyless。

有账号再设:

TAVILY_API_KEY=tvly-...

不要把 key 写进仓库。

30 秒验收

  1. 主模型用 GLM / 网关 / 任何非官方 DeepSeek
  2. 不要设 DEEPSEEK_API_KEY
  3. 问「今天 DeepSeek Harness 最新 Discussions 说了什么」
  4. 过关:web_search 能出链接,不再红字 401

不要做

  • 不要改 runtime/ 或官方 web-search-deepseek
  • 不要把它宣传成搜索引擎全家桶

社区

微信群:deepseek harness 交流群

微信群二维码

微信群码大约 7 天过期(本张到 2026-08-22)。

宣发稿在 docs/PROMO.md

License

MIT

内容来自项目 README(GitHub)↗