DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Bing Search — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
B

@fangqian616/dsh-bing-search

Bing Search

Zero-dependency local Bing web search tool for DeepSeek Harness — no API key, no firecrawl.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:fangqian616/dsh-local-search#3bf0ba8590ff07294908b46ddaa08b23d9643eb0
READMECompatibilityVersions

Compatibility and provenance

Bing Search is published as @fangqian616/dsh-bing-search and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/5/2026

Versions

0.1.0stable
9/5/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/5/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in search-research.

Browser Skill Dsh Plugin@wxg-prc-cpg/browser-skill-dsh-pluginDeepSeek Harness tool plugin that exposes BrowserSkill browser automation (browser_* tools) to the modelWeknora@wxg-prc-cpg/dsh-weknoraWeKnora knowledge retrieval tools for DeepSeek Harness (dsh): semantic search, document reading and RAG/agent answers over your own knowledge bases.Free Searchdsh-free-searchFree web search for DeepSeek Harness: 13 engines (Bing/DuckDuckGo/AnySearch/SearXNG/Exa/Tavily/Keenable/Firecrawl keyless; Parallel/Perplexity/SerpBase/DeepSeek with key) + time filtering + platform search + web_fetch, with web settings UI.Find Plugindsh-find-pluginFind DeepSeek Harness plugins inside the agent — live GitHub dsh-plugin topic search, ranked by stars.

README

@fangqian616/dsh-bing-search

中文 · English

一个 DeepSeek Harness 插件,注册 bing_search 模型工具,用于零依赖的本地网页搜索 —— 无需 API key、无需 firecrawl、无需注册。它直接从宿主机抓取 Bing 的 HTML,并解析出标题 / 链接 / 摘要。

当 web_search 报 403(firecrawl keyless 被拒)或未配置搜索 API key 时使用。

安装

dsh plugin --profile web add @fangqian616/dsh-bing-search
# 重启 dsh

工具随后以 bing_search 暴露(模型可调用)。

用法(作为模型工具)

bing_search(query: "你的查询词", limit?: 10)

返回 [{ title, url, snippet }]。

工作原理

  • 通过 DSH 的 web 服务(ctx.web.fetch)抓取 https://www.bing.com/search?q=...;
  • 用正则解析 <li class="b_algo"> 结果块(标题 / 链接 / 摘要),解码 HTML 实体,过滤 Bing / Microsoft 自身链接;
  • 除 DSH 核心服务外无运行时 npm 依赖。

注意事项

  • 解析基于正则,若 Bing 改版或返回验证码 / 同意页(此时工具返回 error 字段)可能失效;
  • 某些地区 DuckDuckGo 被墙,故选用无需 key 即可访问的 Bing。

License

MIT