rogerdigital/dsh-searxng0

dsh-searxng

SearXNG-backed search provider for the DeepSeek Harness web capability seam (ctx.web)

AI 분석

该插件为 DeepSeek Harness 提供基于 SearXNG 的网络搜索能力。适合需要本地部署或自定义搜索引擎的开发者,使用前需运行并配置支持 JSON 格式的 SearXNG 实例。

패키지
dsh-searxng
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:rogerdigital/dsh-searxng

Configuration

All keys are optional; all live on the web-search-searxng row's config.

KeyDefaultMeaning
baseURL$SEARXNG_BASE_URLBase URL of the instance, e.g. http://127.0.0.1:8080. Must be http(s) and have json in search.formats.
languagenoneLocale passed as SearXNG's language parameter, e.g. zh-CN, en-US.
enginesnoneComma-separated engine allowlist, e.g. bing,duckduckgo.
categoriesnoneComma-separated category filter, e.g. general,it.
authHeadernoneAuthorization 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.