YUANMINGXUE/dsh-search0

dsh-local-browser-search

本地浏览器搜索插件:通过 Chrome DevTools Protocol 调用本地 Edge/Chrome 进行网页搜索与抓取,无需 API Key。

AI 分析

核心用途是免 API 密钥的本地网页搜索与内容抓取。适合有网络检索需求、注重隐私或不想配置云端搜索服务的用户。

包名
dsh-local-browser-search
版本
0.1.0
许可证
MIT
最近更新
2026年8月26日

安装

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

Configuration

Defaults are set in cordis.patch.yml:

KeyDefaultMeaning
headlesstrueRun the browser headless (false opens a visible window).
enginebingDefault search engine: bing / duckduckgo / google.
maxResults8Upper bound on sources returned per search.
timeoutMs30000Cooperative tool-call timeout budget.
browserPathnullExplicit browser executable; auto-detected (Edge → Chrome → Brave) when unset.

You can also set DSH_BROWSER_PATH in the environment to force a browser.

Bing is the default because it is the engine reachable on the most restrictive networks (DuckDuckGo/Google are often blocked in some regions).