dsh-web-search-router
Run the following command in DeepSeek Harness:
dsh plugin install chenyuhao0628/dsh-web-search-router
Paste the following prompt into your AI chat to install this plugin:
Install the plugin in DeepSeek Harness by running dsh plugin install chenyuhao0628/dsh-web-search-router; the source repository is https://github.com/chenyuhao0628/dsh-web-search-router.
About this plugin
DSH's built-in web_search tool has always depended on a single paid DeepSeek search API, capping both result coverage and adding a recurring cost. dsh-web-search-router keeps the existing web_search entry point but registers a multi-provider free search route ahead of it: every query first hits the keyless Parallel endpoint, and only when results are insufficient or the endpoint is unavailable does the router fall back to Tavily, Exa, Brave Search, Serper, or SerpApi in a dynamically ordered chain. The result is no hard dependency on any single paid provider.
Under the hood the router continuously estimates each provider's remaining free capacity and observed latency, reordering the fallback list at runtime. Once results are collected it canonicalizes URLs, deduplicates entries, and merges everything with reciprocal rank fusion. Providers that return 429, exhaust their quota, fail authentication, or throw transient errors are placed on automatic cooldowns ranging from one minute to six hours, so the chain does not hammer a dead endpoint. API keys are written through a write-only field in DSH Settings; the page shows live quota metadata, cooldown state, and a refresh button for Tavily and SerpApi balance checks.
The plugin is a practical fit for DSH users who want broader search coverage at zero marginal cost: Parallel works out of the box with no keys at all, and anyone who already holds one or more search API keys gains a resilient fallback ladder. If you are a developer looking to decouple from DeepSeek's paid web search while keeping good result quality and tight credential hygiene, this router gives you both.
Use Cases
- Get multi-source web search results for real-time Q&A in DSH at no cost
- You already hold Tavily, Exa, or Brave keys and want automatic failover with quota awareness
- Decouple from DeepSeek paid web search and expand coverage for free
Best For
- Individual developers who want zero-cost web search in DSH
- Teams with multiple search API keys needing a resilient failover chain
- DSH users looking to drop paid search dependency while keeping credential hygiene
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.