jm98-jm/dsh-web-search-bing-free0

dsh-web-search-bing-free

适用于 DSH web_search 的免费 Bing 搜索服务商:无需 API 密钥、无 Token 消耗、无 LLM 调用

AI 分析

核心用途是为 DSH 提供免费的联网搜索能力。适合需要 AI 具备实时联网检索功能,但不想支付额外搜索 API 费用或配置复杂密钥的用户。

套件
dsh-web-search-bing-free
版本
0.1.0
授權
MIT
最近更新
2026年9月10日

安裝

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

可选配置(不懂可以完全跳过,默认就能用)

插件默认配置了本地代理地址(http://127.0.0.1:9895),直连 Bing 失败时自动走它重试。以下配置只有在你发现"搜索结果偶尔打不开/太慢"时才需要看

配置项默认值说明
proxyUrlhttp://127.0.0.1:9895直连失败时用的本地代理地址(如你的科学上网工具)
timeoutMs8000等待 Bing 返回的最长毫秒数
maxResults8每次最多返回几条结果

这些配置在 DSH 的设置 → 插件 → dsh-web-search-bing-free 里改。