SZMY-haruhi / dsh-tavily

Listed

为 DSH 新增 Tavily 搜索 API,作为其网页搜索服务提供商。Adds Tavily Search API as a web search provider for DSH.

mainModelToolSession View source

Installation

npx -y @deepseek-ai/dsh plugin --profile web add github:SZMY-haruhi/dsh-tavily

This installation command is an unverified starting point generated from the GitHub repository address.

README

Maintainer-authored documentation snapshot.

View on GitHub ↗
Commit bc66099Synced Aug 18, 2026

dsh-tavily

中文 | English

awesome · DSH plugin 推荐 dshfind

DeepSeek Harness 的 Tavily 网页搜索。作为其网页搜索服务提供商。

安装

npm(稳定版,官方推荐):

dsh plugin --profile web add dsh-tavily

也可以跟 GitHub(跟仓库最新提交):

dsh plugin --profile web add github:SZMY-haruhi/dsh-tavily

设置 → 插件 → 插件配置 → Tavily 网页搜索:打开开关即可。Key 可选,不填走无 Key。左下「连通测试」可确认现在能不能搜(无 Key 也测得通)。

请更新到 0.3.1。 0.3.0 在和其它客户端插件一起装时,可能让整个 Web 停在「Failed to load plugins」(设置卡按 list 槽注册,当前 DSH 要求 keyed key)。已修复。npm:

dsh plugin --profile web update dsh-tavily

GitHub 安装则再执行一次 add github:SZMY-haruhi/dsh-tavily

Tavily 网页搜索设置:无 Key 时连通测试通过

钉 commit:

dsh plugin --profile web add github:SZMY-haruhi/dsh-tavily#<commit>

卸载:

dsh plugin --profile web remove dsh-tavily

dsh.bundle · 预构建 lib/ · git 安装无需 allowBuilds

特点

  • 设置卡开关:关 = 官方 DeepSeek,开 = Tavily,不用卸包
  • 无 Key 走 Tavily keyless;有 Key 走 Authorization: Bearer
  • 左下连通测试:真打一次 Tavily(max_results: 1);无 Key 走 keyless,有 Key 走账号档(消耗 1 积分)
  • 超时、中止、官方 Host 锁定、丢掉无 url 的结果
  • Key / 开关写在 credentials,不写设置文件

行为

开关Keyweb_search
关(默认)官方 DeepSeek
未填Tavily keyless
已填Tavily 账号档

Provider id:tavily

凭证

引用含义
TAVILY_API_KEY可选。有则走账号档;无则 keyless
TAVILY_SEARCH_ENABLED有此项则为开;删除即关

可写在 $DSH_HOME/.credentials.yaml。不要把真实钥匙提交进仓库。

更新

  • 2026-08-17 0.3.1(请更新) 修复:与其它客户端插件同时安装时,Web 可能卡在「Failed to load plugins / dsh-tavily」(settings.plugin.itemkey,不能再用 id/order)。设置卡命名空间 web-search-tavily,不覆盖官方网页搜索卡。开关与 Key 仍走 credentials。
  • 2026-08-17 设置卡左下增加连通测试。无 Key 也可测(走 Tavily keyless);有已存 Key 则走账号档,消耗 1 积分。不改开关、不占用保存。

Author

tonkatsu258

感谢star❤️ tonkatsu258 · 个人网站

Project files and signals

Shown items are public repository signals detected in the directory snapshot.

DocumentationDetected

Repository information

Language
JavaScript
License
MIT
Latest release
v0.3.1
Last updated
Aug 17, 2026, 2:49 PM

Install deliberately

Review source code, permissions, lifecycle hooks, dependencies and network access. Test untrusted plugins in an isolated environment.