MochiNek0/dsh-web-search-free0

dsh-web-search-free

Free web search plugin for dsh supporting firecrawl and tavily

包名
dsh-web-search-free
版本
1.1.1
许可证
MIT
最近更新
2026年8月21日

安装

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

配置

安装后启动 dsh Web 界面:

dsh web          # 等价于 dsh --profile web

打开 设置 → 插件 → Web Search Free 卡片:

  1. 点开卡片,每一行对应一个引擎。
  2. 在对应引擎的输入框粘贴 API Key,点行内「获取 API Key ↗」可直达各引擎的申请页。每个引擎支持填多个 Key:每行一个,引擎内会按行顺序轮换。
  3. 拖动每一行调整调用顺序:排在前面的引擎优先调用,失败则按顺序 fallback;同一引擎的多个 Key 也会逐个尝试,任一 (引擎, Key) 成功即返回,全部失败才报错。未填 Key 的引擎不进入调用链。
  4. 点「保存」。Key 通过 dsh 的设置命名空间(web-search-free)持久化,下一次搜索即时生效,无需重启。

至少配置一个引擎的 Key,否则搜索/抓取会以 No web search providers configured. 报错。