DeepSeek Harness plugin

dsh-web-search-tavily-myflv

Tavily-backed search provider for the DeepSeek Harness web capability seam (ctx.web)

Jump to install

Source facts

Repository
myflv/dsh-web-search-tavily
Latest update
Aug 19, 2026
Category
Tools & Capabilities
GitHub stars
3
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/myflv/dsh-web-search-tavily
Plugin: dsh-web-search-tavily-myflv
Author: myflv

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-web-search-tavily

Tavily 搜索 provider,接入 DeepSeek Harness 的 web 搜索缝,取代官方 @deepseek-ai/dsh-web-search-deepseek(无需 DeepSeek key)。

安装

# 容器内
dsh plugin --profile web add @myflv/dsh-web-search-tavily

# 或一键脚本(含 pnpm 前置检查,幂等)
bash <(curl -sL https://raw.githubusercontent.com/myflv/dsh-web-search-tavily/main/install.sh)

> pnpm 前置:dsh plugin 是 pnpm 转发器,容器里没有 pnpm 时先 npm i -g pnpm

装完重启(docker compose up -d),设置页「插件」tab 出现「网页搜索」卡片,自动接管 web 搜索。

配置

默认说明
apiKey$TAVILY_API_KEYTavily key(tavily.com 注册;MCP 的 tvly-dev- key 同样有效)。设置 UI 直接填;空 → 自动走官方 keyless 免费模式
baseURLhttps://api.tavily.com/search完整端点地址(含 /search);自定义反代填自己的地址
maxResults不设默认结果数

三字段均可在设置页 UI 明文编辑,清空保存即恢复默认。环境变量方式:compose 的 environment 加 TAVILY_API_KEY=你的key

验证

  • dsh --dump-config --profile web | grep -A4 tavily —— 应看到 web.searchProvider: tavily
  • 新会话"搜索一下 xxx"——web_search 走 Tavily,结果带 web_card

友情链接