dshsearch-multi:面向 DSH 的多引擎网页搜索与网页抓取插件

dshsearch-multi 是一款由 abcdream-Lary 开发的 DSH(DeepSeek Harness)插件,采用 MIT 许可证,旨在为智能体提供统一的多引擎网页搜索与正文抓取能力。该插件通过标准 Provider 接口注册,无需修改 DSH 源码,支持 AnySearch、Bing、DuckDuckGo、Tavily 和 Exa 五大引擎。其中,前三种无需 API Key,后两种需配置密钥;搜索失败时可自动切换可用引擎兜底。插件还提供 `web.fetch` 网页抓取功能及不调用 LLM 的确定性查询意图识别。 用户可通过 DSH Web 设置页、`settings.yam

Read More
dsh-tavily: Tavily Web Search Plugin for DeepSeek Harness

dsh-tavily is a Tavily web search plugin for DeepSeek Harness (DSH), designed to address the high cost of switching search sources. This plugin enables seamless switching between the official DeepSeek and Tavily through a settings card toggle, eliminating the need for repeated uninstallation and reinstallation. Core features include: support for a keyless mode without a Key and an account profile with a Key (Bearer authentication); a connectivity test function that can genuinely invoke Tavily to verify status; intelligent handling of timeouts and invalid results; secure storage of credentials (Key/toggle) in `credentials`, without writing to settings files; and the use of an independent namespace to avoid overriding official settings. Installation first requires adding the plugin via the `dsh plugin` command, then enabling the toggle in settings and

Read More