RealAlexandreAI/dsh-all-search1

dsh-all-search

DeepSeek Harness 插件:由 AnySearch 支持的网页搜索提供商,通过一个 MCP 网关聚合 exa/tavily/firecrawl 并注册到 ctx.web 中。

AI 分析

核心用途是为 DSH 提供聚合网页搜索能力。适合需要整合 Exa、Tavily 和 Firecrawl 搜索服务的用户。必要条件是需要配置 AnySearch 的 API Key。

套件
dsh-all-search
版本
0.1.1
授權
MIT
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:RealAlexandreAI/dsh-all-search

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: 
keyrequiredmeaning
api_keyyour AnySearch key
base_urlMCP endpoint override

Without a key the provider reports available() = false and the seam skips it.