xiaohj233/dsh-tavily-search-provider ↗★ 1
dsh-tavily-search-provider
适用于 DSH 的 Tavily 搜索提供程序,具有完整的搜索控制映射、凭据支持的密钥 UI 以及受保护的 rc.6 兼容性补丁。
AI 分析
核心用途是将 Tavily 引入为 DSH 的搜索引擎。适合需要高质量、结构化网络搜索结果,且拥有 Tavily API 密钥的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:xiaohj233/dsh-tavily-search-provider说明文档
阅读完整 README ↗API key and configuration
Open Settings -> Plugins -> Tavily Search. The key input writes only through credentials.set for TAVILY_API_KEY; status uses value-free credentials.describe, and clear uses credentials.unset. A blank key draft keeps the current value.
Key set/unset is disabled on non-loopback plaintext HTTP. Use localhost/loopback or HTTPS. This does not add authentication to the wider DSH Web control plane.
The card also controls replaceOfficialSearch and searchMaxResults. autoApplyPatches can be set to false in the dsh-tavily-search-provider settings section for inspect-only startup.