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。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YUANMINGXUE/dsh-search说明文档
阅读完整 README ↗Configuration
Defaults are set in cordis.patch.yml:
| Key | Default | Meaning |
|---|---|---|
headless | true | Run the browser headless (false opens a visible window). |
engine | bing | Default search engine: bing / duckduckgo / google. |
maxResults | 8 | Upper bound on sources returned per search. |
timeoutMs | 30000 | Cooperative tool-call timeout budget. |
browserPath | null | Explicit 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).