AI Agent Hub
Back to plugins
🧰

dsh-web-search-bocha

Web Tools Updated 2026.08.19

Run the following command in DeepSeek Harness:

dsh plugin install bocha-ai/dsh-web-search-bocha

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

Run dsh plugin install bocha-ai/dsh-web-search-bocha in your working directory to add the plugin to the current Profile; source repository at https://github.com/bocha-ai/dsh-web-search-bocha

About this plugin

DeepSeek Harness ships with a built-in web search capability, but it had no first-party integration for domestic Chinese search services. dsh-web-search-bocha plugs Bocha Web Search in as a swappable provider: once installed, it takes over the web_search route so the model immediately receives Bocha web-page results without any proxy or middleware.

On the core side, the plugin resolves its API key through the Harness credentials service on every search, so a key rotation takes effect on the next request without a restart. Search freshness can be set to no limit, a preset window from one day to one year, or a custom date range. Bocha per-page summaries are available, and the result count is tunable from 1 to 50, with Harness still enforcing its own upper bound. Response fields—URL, title, snippet, and publication date—are mapped into the standardized Harness source schema for direct model consumption.

Ideal for developers and teams running DeepSeek Harness for web-augmented Q-and-A or information retrieval, particularly when reliable, time-filtered web search results are needed in a China-network environment.

Use Cases

  • Deliver time-filtered Chinese web search results to the model in web-augmented Q&A
  • Give a team a single Bocha search integration without per-agent middleware
  • Apply custom freshness windows to keep retrieved information current

Best For

  • Developers building web-augmented Q&A on DeepSeek Harness
  • Teams needing reliable web search results in a China-network environment
  • Tech leads wanting fine-grained control over search freshness and result counts