YUANMINGXUE/dsh-search0

dsh-local-browser-search

Web search and page fetching using your LOCAL browser (Edge/Chrome) via Chrome DevTools Protocol — no API key, no cloud search. · 使用本地浏览器(Edge/Chrome)实现搜索与网页抓取,无需 API Key。

包名
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).