RealAlexandreAI/dsh-all-search ↗★ 1
dsh-all-search
DeepSeek Harness 插件:由 AnySearch 支持的网页搜索提供商,通过一个 MCP 网关聚合 exa/tavily/firecrawl 并注册到 ctx.web 中。
AI 分析
核心用途是为 DSH 提供聚合网页搜索能力。适合需要整合 Exa、Tavily 和 Firecrawl 搜索服务的用户。必要条件是需要配置 AnySearch 的 API Key。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RealAlexandreAI/dsh-all-search说明文档
阅读完整 README ↗Quick start
dsh plugin --profile web add dsh-all-search
The provider registers as anysearch on ctx.web — the built-in web_search tool picks it up alongside the stock providers.
- id: all-search
name: dsh-all-search
config:
api_key:
| key | required | meaning |
|---|---|---|
api_key | ✅ | your AnySearch key |
base_url | – | MCP endpoint override |
Without a key the provider reports available() = false and the seam skips it.