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
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:godchen520/dsh-web-search-bing
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time — pnpm blocks those until you allow them, so an install can stop with ERR_PNPM_GIT_DEP_PREPARE_NOT_ALLOWED or ERR_PNPM_IGNORED_BUILDS; dsh prints the exact key to add under allowBuilds in your profile’s pnpm-workspace.yaml, and the install works on the next run. Allowing a build is a trust decision: only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Free Bing-backed web search provider for DeepSeek Harness (DSH). No API key needed, no search quota consumed.
鉁?Features
- Completely Free 鈥?Uses Bing's public HTML search page, no API key required
- China Accessible 鈥?Defaults to
cn.bing.com, works in mainland China - Zero Quota 鈥?Doesn't consume DeepSeek or any LLM search quota
- Plug & Play 鈥?Automatically replaces the default search provider after install
- Configurable 鈥?Switch endpoints, language, and result count
馃殌 Installation
cd $DSH_HOME/profiles/web
pnpm add github:godchen520/dsh-web-search-bing
Add "dsh-web-search-bing" to dsh.profile.bundles in package.json, restart DSH.
鈿欙笍 Configuration
Adjust in DSH Settings 鈫?Plugins:
| Option | Default | Description |
|---|---|---|
endpoint |
https://cn.bing.com/search |
Search endpoint |
maxResults |
20 |
Max results per search |
ensearch |
0 |
0=Chinese, 1=English |
Or override in cordis.patch.yml:
- id: web-search-duckduckgo
config:
endpoint: https://cn.bing.com/search
maxResults: 15
ensearch: 0
馃敡 How It Works
Queries cn.bing.com/search 鈫?parses HTML results 鈫?extracts title/URL/snippet 鈫?returns to DSH's web_search tool.
No API key, no registration, works out of the box.
馃搫 License
Links
More in this category
Tencent/BrowserSkill#dsh-plugin-browserskill★ 1962
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.
Lum1104/dsh-browser#bridge-browser★ 639
Chrome sidebar extension that lets DSH operate your browser directly, no vision capabilities required.
liustack/modsearch★ 470
Web search bridge for text-only agents: ask the web or X, get structured JSON evidence (search, fetch, citations).
DDDMUC/dsh-free-search★ 166
Free, keyless web search for DSH: 7 engines (DuckDuckGo/Bing/SearXNG free + Exa/Perplexity/DeepSeek paid), auto-failover, settings-page UI with API key inputs and official links, web_fetch, and an engine test tool.
Tabbit-Browser/dsh-plugin★ 101
Gives DeepSeek Harness control of the Tabbit Browser: auto-loads the tabbit-browser skill on install, detects official Tabbit and Tabbit Browser releases (>= 1.9.0), checks the tabbit-cli persistent runtime, diagnoses the per-platform DSH sandbox mode needed to call the CLI, and downloads the region-matched official installer via a background job when no qualifying version is present.
Tabbit-Browser/dsh-tabbit★ 101
Gives DeepSeek Harness control of the Tabbit Browser: auto-loads the tabbit-browser skill on install, detects official Tabbit and Tabbit Browser releases (>= 1.9.0), checks the tabbit-cli persistent runtime, diagnoses the per-platform DSH sandbox mode needed to call the CLI, and downloads the region-matched official installer via a background job when no qualifying version is present.
Community comments
Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.