rogerdigital/dsh-searxng0

dsh-searxng

基于 SearXNG 的搜索提供程序,用于 DeepSeek Harness 的 Web 能力衔接(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.