delef/dsh-free-web-search0

dsh-free-web-search

Free web search for DeepSeek Harness: Bing, DuckDuckGo, SearXNG, Exa, Tavily, Keenable — with automatic fallback, time filtering, and platform search

AI 분석

核心用途是为 Agent 提供免 API 密钥或多源备用的联网搜索能力。适合需要获取最新网络资讯、进行多平台信息检索的任务。

패키지
dsh-free-web-search
버전
0.1.0
라이선스
Apache-2.0
최근 업데이트
2026. 8. 21.

설치

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

Configuration

Settings are managed through the web UI (Settings > Plugins > Free Web Search) or settings.yaml:

free-search:
  provider: bing
  bingMarket: en-US
  cache: true
  cacheTtl: 5
  platforms:
    - github
    - reddit
  searxngInstances:          # optional, overrides default public instances
    - https://your-instance.example.com
  # Optional API keys
  exaApiKey: ""
  tavilyApiKey: ""
  keenableApiKey: ""
  perplexityApiKey: ""
  deepseekApiKey: ""