egnmosk/dsh-browser-bridge ↗★ 0
dsh-browser-bridge
DeepSeek Harness plugin + browser extension bridge: lets DSH agents read and control the user's browser, like Kimi WebBridge or Claude's browser extension. Node side: browser_* tools over a localhost WebSocket; browser side: a Manifest V3 extension.
AI Analysis
核心用途是让 AI 代理能够直接控制和读取用户的浏览器。适合需要自动化网页浏览、截图和网页交互的复杂 AI 任务。需要配合 Manifest V3 浏览器扩展使用。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗Configuration (cordis.patch.yml)
| Key | Default | Meaning |
|---|---|---|
path | /bridge | WebSocket endpoint path on the web server. |
commandTimeoutMs | 60000 | How long a tool waits for the extension to answer. |
screenshotDir | ~/.dsh/browser-bridge | Where screenshots are saved. |
maxMessageBytes | 8 MiB | Max WS message size (screenshots travel over WS). |