haibinwang9/dsh-web-search ↗★ 1
dsh-web-search
pi-web-access for the DeepSeek Harness: multi-provider web search with automatic fallback (SearXNG → Tavily → Brave → keyless DuckDuckGo) plus URL content extraction, wired into the web seam so the built-in web_search tool is powered by piwa. Search engine toggle and API keys are configurable from the DSH settings page.
AI Analysis
核心用途是为 DSH 提供多源网页搜索(SearXNG/Tavily/Brave/DuckDuckGo)及内容提取。适合需要增强联网搜索能力的用户,需配置 API 密钥。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:haibinwang9/dsh-web-searchREADME
Read the full README ↗配置项
| 字段 | 凭证名 | 说明 |
|---|---|---|
| 使用本插件作为默认搜索引擎 | PIWA_SEARCH_ENABLED | 开 = 回退链;关 = 官方 DeepSeek 搜索 |
| SearXNG 地址 | SEARXNG_BASE_URL | 如 https://search.example.com |
| Tavily API Key | TAVILY_API_KEY | https://app.tavily.com 申请 |
| Brave API Key | BRAVE_API_KEY | https://brave.com/search/api/ 申请 |
取值优先级:环境变量 → harness credentials 服务(也可写 ~/.dsh/.credentials.yaml)。