haibinwang9/dsh-web-search ↗★ 1
dsh-web-search
DeepSeek Harness 的多源网页搜索插件,支持自动回退与网页内容提取
AI 分析
核心用途是为 DSH 提供多源网页搜索(SearXNG/Tavily/Brave/DuckDuckGo)及内容提取。适合需要增强联网搜索能力的用户,需配置 API 密钥。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:haibinwang9/dsh-web-search说明文档
阅读完整 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)。