anweat/dsh-web-search-pro1

dsh-web-search-pro

Enhanced, persistent web search plugin for DeepSeek Harness — multi-engine routing (DeepSeek/Exa/DDG/Bing/Jina + GitHub/B站/YouTube/V2EX/小红书/Twitter/Reddit/RSS), SQLite+LRU cache, userscript-style extraction, and Playwright rendering.

AI 分析

核心用途是为 Agent 提供极强的联网搜索与网页深度解析能力,通过缓存减少重复请求。适合对联网搜索质量、多源检索有高要求的专业用户。

パッケージ
dsh-web-search-pro
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/13

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:anweat/dsh-web-search-pro

ドキュメント

README 全文を読む ↗

配置

三层,越靠前越日常:

  1. $DSH_HOME/settings.yamlweb-search-pro:(热重载,改完即生效):

    web-search-pro:
      exaApiKey: 'sk-...'       # 或环境变量 EXA_API_KEY / .credentials.yaml
      jinaApiKey: 'jina_...'    # 或环境变量 JINA_API_KEY
      engines: [ddg, bing, exa, seam, jina]
      parallelEngines: false
      ttlSeconds: 3600
      searchMaxResults: 8
    
  2. cordis.yml config:(部署级默认值,见 cordis.patch.yml)。

  3. 环境变量 / 凭据$EXA_API_KEY$JINA_API_KEYexaApiKeyEnv/jinaApiKeyEnv 引用)。