aooyoo/dsh-web-search-ddg1

dsh-web-search-ddg

基于本地无头浏览器的 DuckDuckGo 搜索插件,无需 API 密钥或辅助模型请求,零 Token 消耗。

AI 分析

核心用于为 DSH 提供免费、免 API 密钥的网页搜索能力。适合需要联网搜索且希望节省 Token 成本的用户,需本地有 Chromium 浏览器。

套件
dsh-web-search-ddg
版本
0.1.0
授權
MIT
最近更新
2026年8月16日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

Configuration

All keys optional; the row config goes to the insert entry above.

KeyDefaultMeaning
chromePathfirst detected browserAbsolute path to a Chromium-family executable.
timeoutMs20000Per-attempt budget. On timeout, buffered DOM output still counts as success (Chrome's --dump-dom process often lingers after printing). Two attempts run per search; keep 2 × timeoutMs under tool-web's searchTimeoutMs (DSH ships 60s).
virtualTimeBudgetMs8000Chrome's --virtual-time-budget — how long the page may settle before the DOM is dumped.