DeepSeek Harness plugin

bing-web-search

DSH(DeepSeek Harness)网页搜索插件:注册 tavily-bing provider,有 TAVILY_API_KEY 走 Tavily,没有就自动退回免费无 key 的 Bing,搜索永远可用

Jump to install

Source facts

Repository
h-k-c/bing-web-search
Latest update
Aug 15, 2026
Category
Docs & Rendering
GitHub stars
0
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/h-k-c/bing-web-search
Plugin: bing-web-search
Author: h-k-c

Check the source files

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

File explorer3 files
README.mdSource · read only

<h1 align="center">bing-web-search</h1>

<p align="center"> DeepSeek Harness 网页搜索插件:有 <b>TAVILY_API_KEY</b> 走 Tavily, <br/> 没有就<b>自动退回免费无 key 的 Bing</b> —— 搜索永远可用,<b>零配置</b>起步。 </p>

<p align="center"> <img src="https://img.shields.io/badge/license-MIT-34D399?style=flat" alt="MIT"/> <img src="https://img.shields.io/badge/node-%3E%3D18-9CA3AF?style=flat" alt="Node >= 18"/> </p>

---

安装

1. 把本目录拷到 DSH profile 的 node_modules 下(如 ~/.dsh/profiles/web/node_modules/bing-web-search/)。 2. 在 profile 的 cordis.patch.yml 中插入:

``yaml - insert: - id: bing-web-search name: bing-web-search ``

并在同文件里把搜索源指过来(web 插件的 searchProvider 配置):

``yaml - id: web name: '@deepseek-ai/dsh-web' config: searchProvider: tavily-bing ``

3. 重启 DSH 进程。

配置 Token(可选)

不配也能用(自动走 Bing 免费搜索);想让结果更准、带摘要答案,配一个 Tavily key:

export TAVILY_API_KEY=xxx

也可以写进 ~/.dsh/.credentials.yaml(键名 TAVILY_API_KEY),效果一样。

可选配置

环境变量默认说明
SEARCH_MAX_RESULTS8每次返回的条数(1–10)
SEARCH_TAVILY_TIMEOUT_MS15000Tavily 请求超时(毫秒)
SEARCH_BING_TIMEOUT_MS20000Bing 请求超时(毫秒)

也可以写在插件 config 里(maxResults / tavilyTimeoutMs / bingTimeoutMs),环境变量优先。

License

[MIT](LICENSE) · [Changelog](CHANGELOG.md)