dsh-searxng
基于 SearXNG 的搜索提供程序,用于 DeepSeek Harness 的 Web 能力衔接(ctx.web)。
AI 分析
该插件为 DeepSeek Harness 提供基于 SearXNG 的网络搜索能力。适合需要本地部署或自定义搜索引擎的开发者,使用前需运行并配置支持 JSON 格式的 SearXNG 实例。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rogerdigital/dsh-searxng说明文档
阅读完整 README ↗Configuration
All keys are optional; all live on the web-search-searxng row's config.
| Key | Default | Meaning |
|---|---|---|
baseURL | $SEARXNG_BASE_URL | Base URL of the instance, e.g. http://127.0.0.1:8080. Must be http(s) and have json in search.formats. |
language | none | Locale passed as SearXNG's language parameter, e.g. zh-CN, en-US. |
engines | none | Comma-separated engine allowlist, e.g. bing,duckduckgo. |
categories | none | Comma-separated category filter, e.g. general,it. |
authHeader | none | Authorization header value, for instances fronted by an API-key gate. Sent verbatim. |
The result count is not configurable here: dsh-tool-web owns the bound (searchMaxResults,
default 8) and the seam truncates to it.