dsh-web-search-all-modes: Presetting the web_search Tool for dsh Agent Recovery
dsh-web-search-all-modes is an MIT-licensed plugin within the DeepSeek Harness (DSH) ecosystem, designed to address the issue of inconsistent tool sets across different agent presets. By re-enabling the host-side `tool-web` configuration, this plugin allows DSH agent presets such as minimal mode, which do not natively include `web_search`, to invoke this tool without affecting presets that already have this functionality. Prerequisites include the profile being built on `@deepseek-ai/dsh-base`, along with proper configuration of `DEEPSEEK_API_KEY` and the host search provider. Installation can be performed via local source code or GitHub commands, and a restart is required after installation.
Read Moredsh-web-tools: Integrating Multi-Source Web Search and Scraping for DeepSeek Harness
dsh-web-tools is a DSH networking tool plugin maintained by A3Boy. It integrates Exa, Tavily, Firecrawl, Parallel, Brave, You.com, Jina, SearXNG, as well as Xiaohongshu and Twitter/X into the standard web_search / web_fetch interface. By compiling query intents into native parameters for each provider through SearchHints, it supports multi-API key scheduling, automatic degradation, session-level Search Mode, and provides a native settings interface. This article introduces the plugin's positioning, core capabilities, installation commands, and typical usage.
Read MoreReplace DeepSeek Harness's built-in search with MCP search service using dsh-search-mcp
### 正式翻译版本(符合技术文档语境): Maintained by gxpppp, dsh-search-mcp replaces the built-in `web_search` backend of DeepSeek Harness with search-class MCPs, while keeping the tool name and display unchanged. This article verifies relevant content through the community directory page and GitHub README, including how to switch between Tavily, Brave, Exa, Perplexity and DuckDuckGo on the web settings page, installation commands, key parsing, uninstallation and restoration methods, as well as the fact that the built-in DeepSeek search will be disabled during activation.
Read More