AI Agent Hub
Back to plugins
🧰

dsh-web-search-doubao

Web Tools Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install JayLi52/dsh-web-search-doubao

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install JayLi52/dsh-web-search-doubao in your terminal to link the plugin into your current profile; the source repository is https://github.com/JayLi52/dsh-web-search-doubao and the provider is mounted and selected automatically after install.

About this plugin

DeepSeek Harness ships with a built-in web search provider, but if you prefer the quality of ByteDance Doubao (feedcoop) search results and want to swap the backend without touching any harness source code, dsh-web-search-doubao is built for that.

As an out-of-tree bundle plugin, it registers a WebSearchProvider (id: doubao) into the ctx.web capability seam and ships a cordis.patch.yml layer: once linked into your profile it auto-mounts and auto-switches the seam search selection to doubao with no manual config edits. The plugin carries zero runtime dependencies. feedcoop Documents are mapped to the seam standard shape (url, title, snippet, publishedAt), image-type snippet parts are silently dropped, and error envelopes such as invalid_api_key are thrown as explicit errors rather than masquerading as empty results. All configuration fields other than the token (baseURL, docCount, maxSnippetLength, etc.) support hot-reload via profile patch.

It is aimed at DeepSeek Harness users who rely on the web_search tool for everyday research and want Doubao as their search backend. A single feedcoop Bearer token is all you need; switching back to the built-in provider later is just a one-line override in your profile patch.

Use Cases

  • Rely on web_search in DeepSeek Harness but want Doubao feedcoop as the result source
  • Standardize the team search backend on Doubao to simplify token management
  • A/B test provider routing by poisoning the key to confirm traffic actually hits feedcoop

Best For

  • DeepSeek Harness users who depend on web_search for everyday research
  • Developers holding a Doubao feedcoop API token who want zero-dependency plug-and-play
  • Ops engineers who value hot-reload config and one-line rollback to the built-in provider