Skip to main content
G

dsh-web-search-bing

godchen520/dsh-web-search-bing

Bing-backed web search provider for the built-in web_search tool: scrapes the public cn.bing.com HTML results page with no API key, reachable from mainland China, and keeps searches off the model's own search quota. Endpoint configurable.

Install

dsh plugin --profile web add github:godchen520/dsh-web-search-bing

README

dsh-web-search-bing

License: MIT DSH Compatible

Free Bing-backed web search provider for DeepSeek Harness (DSH). No API key needed.

English | 中文

特点

  • 完全免费:使用 Bing 公共 HTML 搜索页面,无需 API Key
  • 国内可达:默认使用 cn.bing.com,中国大陆可直接访问
  • 零配额消耗:不消耗 DeepSeek 或任何 LLM 的搜索配额
  • 即插即用:安装后自动替换默认搜索 provider
  • 可配置:支持切换搜索端点、中英文结果、结果数量

安装

ash cd $DSH_HOME/profiles/web pnpm add github:godchen520/dsh-web-search-bing

在 package.json 的 dsh.profile.bundles 数组中添加 "dsh-web-search-bing",重启 DSH。

配置

可在 DSH 设置 - Plugins 中调整:

参数默认值说明
endpointhttps://cn.bing.com/search搜索端点
maxResults20每次搜索最大结果数
ensearch00=中文,1=英文

工作原理

调用 cn.bing.com/search -> 解析 HTML 搜索结果 -> 提取标题/URL/摘要 -> 返回给 DSH 的 web_search 工具。

无需 API Key,无需注册,安装即用。

License

MIT

Related plugins