tabsp/dsh-web-search-chrome ↗★ 0
dsh-web-search-chrome
为 DeepSeek Harness 网页端提供的免费谷歌/必应搜索服务。通过 agent-browser 命令行界面驱动本地 Chrome 浏览器,实现无付费搜索 API 的免登录检索。
AI 分析
核心用于实现免费的网页搜索与信息检索。适合预算有限、需要让 AI 获取最新网络信息的任务。必要条件是本地需安装 Chrome 浏览器及 agent-browser 依赖。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Configuration
| Key | Default | Meaning |
|---|---|---|
agentBrowserPath | agent-browser | Executable: a bare name resolved through PATH, or a full path (e.g. a Windows-side exe used from WSL). |
profilePath | required | Chrome profile directory passed to --profile. Created if missing. |
engine | bing | Search engine: bing or google. Bing is the default (far more tolerant of VPN/datacenter IPs); google is available where it works. |
headed | false | Show the Chrome window (--headed) instead of headless. |
hl | en | Engine interface/result language (hl for Google, setlang for Bing). |
num | 10 | Upper bound of results requested from the engine. |
timeoutMs | 20000 | Hard per-search timeout. |
cacheTtlMs | 86400000 | Disk-cache TTL; 0 disables the disk cache (session cache always stays on). |
queueConcurrency | 1 | Serial queue — 0.1 supports exactly 1. |
cachePath | OS cache dir | Disk-cache file override (~/.cache/dsh-web-search-chrome/cache.json on POSIX, %LOCALAPPDATA%\dsh-web-search-chrome\cache.json on Windows). |
Full reference: docs/configuration.md · docs/README.md (documentation index).