dsh-searxng
SearXNG-backed search provider for the DeepSeek Harness web capability seam (ctx.web)
安装
$
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.