fatmind/dsh-plugin-browser-use--packages-browser-use ↗★ 0
dsh-plugin-browser-use
用于 dsh 的 webclaw3 浏览器工具:通过 webclaw3 中继驱动您自己已登录的 Chrome 浏览器(wc3_* 工具)
AI 分析
核心用途是让 DSH 智能体直接控制用户本地已登录的真实 Chrome 浏览器。适合需要 AI 协助处理需要复杂登录态、Cookie 校验的网页自动化任务。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fatmind/dsh-plugin-browser-use#d411f65580e7e55142e5d32375b279a4b7221183&path:packages/browser-use說明文件
閱讀完整 README ↗Configuration
Edit packages/browser-use/cordis.patch.yml after install if needed:
| Field | Default | Description |
|---|---|---|
relayHost / relayPort | 127.0.0.1 / 3459 | Relay address |
toolTimeoutMs | 60000 | Per-call timeout (ms) |
maxResultChars | 50000 | Max chars per result |
autoStartRelay | true | Auto-run webclaw3.mjs start when the relay is down |
engineDir | "" (auto-located) | Engine directory; or set DSH_WC3_ENGINE_DIR |