dsh-local-browser-search
本地浏览器搜索插件:通过 Chrome DevTools Protocol 调用本地 Edge/Chrome 进行网页搜索与抓取,无需 API Key。
AI 分析
核心用途是免 API 密钥的本地网页搜索与内容抓取。适合有网络检索需求、注重隐私或不想配置云端搜索服务的用户。
安装
$
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).