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.
为内置 web_search 工具提供 Bing 搜索源:直接解析 cn.bing.com 的公开 HTML 结果页,无需 API Key,国内可直连,搜索不再消耗模型自带的搜索额度。端点可配置。
How to install
dsh plugin add dsh-web-search-bing About
dsh-web-search-bing Free Bing-backed web search provider for DeepSeek Harness (DSH). No API key needed. 特点 **完全免费**:使用 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 中调整: | 参数 | 默认值 | 说明 | |------|--------|------| | endpoint | https://cn.bing.com/search | 搜索端点 | | maxResults | 20 | 每次搜索最大结果数 | | ensearch | 0 …
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-21
- Created
- 2026-08-19
Basic safety check
- Findings
- None
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
Related plugins
dsh-read-url
2672243194/dsh-read-url
Read any page as clean main content: charset auto-detect (GBK/GB2312/UTF-8/Big5), noise stripping, compact text/Markdown, offset continuation, optional SPA rendering, batch reads and site crawling.
BrowserSkill
Tencent/BrowserSkill/tree/main/packages/dsh-plugin-browserskill
BrowserSkill bridge for controlling visible Chrome and Edge Agent Windows from DeepSeek Harness, with native browser tools, accessibility and VOM observations, screenshots, owned multi-session control, and a live Web UI overlay.
modsearch
liustack/modsearch
Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
dsh-browser-control
caob23/dsh-browser-control
Controls your real Chrome from DSH over a local WebSocket bridge: tab management, navigation, DOM snapshots, page JS evaluation, clicks, typing, screenshots, waits and dialog handling behind a Settings toggle.