liyongzheng666/dsh-browser-bridge ↗★ 0
dsh-browser-bridge
DeepSeek Harness plugin + browser extension bridge: lets DSH agents read and control Firefox/Chrome/Edge via a localhost WebSocket. Node side: browser_* tools over a localhost WebSocket; browser side: WebExtension.
AI Analysis
通过WebSocket和浏览器扩展,使DSH智能体能够读取和控制Chrome/Firefox等浏览器。适合需要AI执行网页自动化操作和截图任务的用户。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:liyongzheng666/dsh-browser-bridgeREADME
Read the full README ↗默认配置
| 配置 | 默认值 | 说明 |
|---|---|---|
path | /bridge | WebSocket 路径 |
commandTimeoutMs | 60000 | 命令超时 |
screenshotDir | ~/.dsh/browser-bridge | 截图保存目录 |
maxMessageBytes | 8 MiB | WebSocket 最大消息 |