DeepSeek Harness Plugin

godchen520/dsh-web-search-bing

Stars ★ 1 Category Browser & Web Added 2026-08-20

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

MIT

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →

Community comments

Comments are public GitHub Discussions. Loading them connects to GitHub and Giscus; a GitHub account is required to post.