
SZMY-haruhi/dsh-web-search-Tavily
31最近提交 2026年8月15日
dsh-web-search-Tavily DSH 插件
该插件用 Tavily 搜索替换默认的 DeepSeek 网页搜索。设置卡中提供开关,可在官方 DeepSeek 搜索和 Tavily 搜索之间切换。支持免 Key(Tavily keyless)和 API Key 认证两种方式。
如何安装 dsh-web-search-Tavily DSH 插件
dsh plugin --profile web add github:SZMY-haruhi/dsh-web-search-Tavily复制不会执行命令。安装 dsh-web-search-Tavily DSH 插件前请核对仓库和版本。
dsh-web-search-Tavily DSH 插件数据来源
dsh-web-search-Tavily DSH 插件快照日期:2026年8月16日
discovered
dsh-web-search-Tavily DSH 插件能做什么
- 设置卡开关:无需卸载插件即可在官方 DeepSeek 搜索和 Tavily 搜索之间切换。
- 免 Key 模式:无需填写 Tavily API Key,使用 Tavily 的免费 keyless 层级。
- 可选 API Key 认证:如果填写了 TAVILY_API_KEY,则使用账号的速率限制。
- 超时、中止、官方 Host 锁定、丢弃无 URL 的结果。
- Key 和开关存储在凭证文件中(而非设置文件)。
dsh-web-search-Tavily DSH 插件适合哪些场景
- 在 DeepSeek Harness 中无需 Tavily API Key 即可使用 Tavily 网页搜索。
- 通过设置卡开关随时在 Tavily 和官方 DeepSeek 搜索之间切换。
- 使用个人 Tavily API Key 获得更高的速率限制和账号级访问。
- 将网页搜索集成到 DSH 工作流中(例如用于研究、事实核查)。
dsh-web-search-Tavily DSH 插件适合谁
- 希望使用替代网页搜索提供商的 DeepSeek Harness 用户。
- 需要免 Key 访问网页搜索功能的用户。
dsh-web-search-Tavily DSH 插件的限制
- 仅适用于 DeepSeek Harness 的 'web' 配置文件(通过 `dsh plugin --profile web` 安装)。
- 需要 DeepSeek Harness 及其插件系统。
- Tavily keyless 模式可能受到 Tavily 的速率限制或其它限制(README 未说明)。
- 搜索结果仅限于 Tavily API 返回的内容,不支持自定义结果过滤。
dsh-web-search-Tavily DSH 插件的仓库 README 摘录
以下文字摘自 dsh-web-search-Tavily DSH 插件的上游仓库 SZMY-haruhi/dsh-web-search-Tavily 的 README,版权归原作者,仅作引用。
中文 | [English](README.en.md) [](https://awesome-dsh-plugin.com) [](https://dshfind.com/zh/plugins/SZMY-haruhi/dsh-web-search-Tavily?ref=badge) [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) 的 Tavily 网页搜索。设置页开关:开 = Tavily,关 = 官方 DeepSeek。无 Key 也可搜(Tavily keyless);填了 Key 走账号档。 ## 安装 ```sh dsh plugin --profile web add github:SZMY-haruhi/dsh-web-search-Tavily dsh web ``` 设置 → 插件 → 插件配置 → **Tavily 网页搜索**:打开开关即可。Key 可选,不填走无 Key。 <p align="center"> <img src="docs/settings-zh.png" alt="Tavily 网页搜索设置" width="560" /> </p> 钉 commit: ```sh dsh plugin --profile web add github:SZMY-haruhi/dsh-web-search-Tavily#<commit> ``` 卸载: ```sh dsh plugin --profile web remove dsh-web-search-tavily ``` > `dsh.bundle` · 预构建 `lib/` · git 安装无需 `allowBuilds` ## 特点 - 设置卡开关:关 = 官方 DeepSeek,开 = Tavily,不用卸包 - 无 Key 走 Tavily keyless;有 Key 走 `Authorization: Bearer` - 超时、中止、官方 Host 锁定、丢掉无 url 的结果 - Key / 开关写在 credentials,不写设置文件 ## 行为 | 开关 | Key | `web_search` | |---|---|---| | 关(默认) | — | 官方 DeepSeek | | 开 | 未填 | Tavily keyl
阅读完整 README仓库许可: MIT
dsh-web-search-Tavily DSH 插件常见问题
如何安装 dsh-web-search-tavily?
在终端中运行 `dsh plugin --profile web add github:SZMY-haruhi/dsh-web-search-Tavily`,然后使用 `dsh web` 启动。安装后,进入设置 → 插件 → 插件配置 → Tavily 网页搜索,打开开关即可。
使用这个插件需要 Tavily API Key 吗?
不需要。插件支持免 Key 模式,无需填写任何 Key 即可使用。如果你有 Tavily API Key,可以将其添加到凭证文件中以使用账号级访问。
如何在官方 DeepSeek 搜索和 Tavily 之间切换?
在 DSH(web 配置文件)的设置中,进入插件配置,找到“Tavily 网页搜索”,打开或关闭开关。开关关闭时使用官方 DeepSeek 搜索,打开时使用 Tavily 搜索。
Tavily API Key 应该放在哪里?
将 `TAVILY_API_KEY: your_key` 添加到 `$DSH_HOME/.credentials.yaml` 文件中。注意不要将真实的 Key 提交到仓库中,插件会从该文件读取 Key。
如何卸载 dsh-web-search-tavily?
在终端中运行 `dsh plugin --profile web remove dsh-web-search-tavily` 即可卸载。你也可以通过 DSH 的插件管理界面(如果有)进行卸载。