TonyDua/dsh-web-search-exa0

@tonydua/dsh-web-search-exa

免配置的 Exa 网页搜索插件:支持免 Key 匿名 MCP 备用路径及带 Key 的 REST 搜索,可直接作为 Web 搜索服务注入。

AI 分析

核心用于为 DSH 提供高效的网页搜索能力。适合需要实时联网检索,且希望免去繁琐 API Key 配置的用户。

套件
@tonydua/dsh-web-search-exa
版本
0.1.2
授權
MIT
最近更新
2026年8月14日

安裝

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

Configuration

KeyDefaultMeaning
providerIdexaProvider id registered into ctx.web. Only change it when both this and the official package are installed (see next section).
apiKeyunsetLiteral Exa API key. Empty/missing enables the anonymous MCP path.
apiKeyEnvEXA_API_KEYEnvironment variable consulted when no literal apiKey is set.
apiURLhttps://api.exa.ai/searchREST search endpoint (keyed path only).
mcpURLhttps://mcp.exa.ai/mcpExa hosted MCP endpoint (anonymous path).
searchTypeautoREST retrieval mode: auto / keyword / neural.
numResultsunsetDefault result count when the request carries no maxResults.
highlightsPerResult1Highlight sentences requested per result on the REST path.