RealAlexandreAI/dsh-all-search1

dsh-all-search

DeepSeek Harness plugin: AnySearch-backed web search provider (aggregates exa/tavily/firecrawl via one MCP gateway) registered into 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.