dsh-web-search-enhanced
Run the following command in DeepSeek Harness:
dsh plugin install Yurzi/dsh-web-search-enhanced
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install Yurzi/dsh-web-search-enhanced to install the plugin into the web Profile, then restart the dsh web service. Source code: https://github.com/Yurzi/dsh-web-search-enhanced
About this plugin
Most agent frameworks need a separate third-party search API—Tavily, Bing, Google CSE—just to give models internet access, which means another key to manage, another invoice to pay, and another round-trip of latency. In reality, model providers like DeepSeek, Anthropic, and OpenAI already ship native server-side web search. dsh-web-search-enhanced simply routes the search query back to the vendor you are already paying for, eliminating every third-party dependency.
On the model side the plugin preserves the standard web_search tool signature, so prompts and workflows remain untouched. Under the hood it speaks three upstream protocols—Anthropic Messages, OpenAI Responses API, and OpenAI Chat Completions—and offers two routing modes: follow the current session to inherit the model and credentials automatically, or pin a dedicated lightweight search model with an optional fallback to keep retrieval from ever breaking. All settings are available through the DSH web dashboard with bilingual (Chinese/English) forms, instant validation, and draft persistence.
Security is first-class: API keys are written into DSH's credential store and the input field clears immediately, so no plaintext ever hits disk; all upstream requests block HTTP redirects to prevent header leakage, and baseURL validation rejects URLs with embedded user information. This plugin is built for DSH users who already hold DeepSeek, Claude, or OpenAI API keys and want to eliminate the overhead of a separate search API while benefiting from provider-optimised crawling, context budgeting, and citation formatting.
Use Cases
- Building agents on DeepSeek or Claude APIs that need web search without registering yet another third-party search service
- Running Anthropic Messages or OpenAI Responses protocols in DSH and preferring the vendor's native server-side search over a self-built crawler
- Routing dialogue through a strong model while pinning a lightweight search model (e.g. deepseek-v4-flash) to cut costs without sacrificing quality
- Following the current session to inherit model and credentials automatically, so switching providers requires zero reconfiguration
Best For
- DSH users who already hold DeepSeek, Anthropic, or OpenAI API keys
- Agent developers who want to avoid managing a separate third-party search API
- Teams seeking low-cost, low-latency web retrieval with strong credential-security guarantees
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.