RealAlexandreAI/dsh-all-search ↗★ 1
dsh-all-search
DeepSeek Harness plugin: AnySearch-backed web search provider (aggregates exa/tavily/firecrawl via one MCP gateway) registered into ctx.web.
AI Analysis
核心用途是为 DSH 提供聚合网页搜索能力。适合需要整合 Exa、Tavily 和 Firecrawl 搜索服务的用户。必要条件是需要配置 AnySearch 的 API Key。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RealAlexandreAI/dsh-all-searchREADME
Read the full 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.