fatmind/dsh-plugin-browser-use--packages-browser-use ↗★ 0
dsh-plugin-browser-use
webclaw3 browser tools for dsh: drive your own logged-in Chrome via the webclaw3 relay (wc3_* tools)
AI Analysis
核心用途是让 DSH 智能体直接控制用户本地已登录的真实 Chrome 浏览器。适合需要 AI 协助处理需要复杂登录态、Cookie 校验的网页自动化任务。
Install
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fatmind/dsh-plugin-browser-use#d411f65580e7e55142e5d32375b279a4b7221183&path:packages/browser-useREADME
Read the full 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 |