gao-gao-zai/dsh-tool-web-search ↗★ 0
@linxin666/dsh-tool-web-search
Persistent DSH model tools for Bing and SearXNG web search plus bounded webpage fetching.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gao-gao-zai/dsh-tool-web-search说明文档
阅读完整 README ↗Configuration
The plugin uses the dsh-web-search settings namespace. The default engine is Bing:
engine: bing
maxResults: 10
timeoutMs: 30000
fetch: true
fetchTimeoutMs: 30000
maxResponseBytes: 2000000
fetchMaxOutputChars: 200000
bing:
market: zh-CN
setLang: zh-CN
For SearXNG:
engine: searxng
searxng:
baseUrl: https://searx.example.com
apiKeyRef: SEARXNG_API_KEY
apiKeyHeader: Authorization
apiKeyPrefix: 'Bearer '
The API key is resolved per request through DSH credentials, with an environment-variable fallback when the credentials service is unavailable. It is never placed in the URL or tool output.