syncended/deepseek-harness-browser-use ↗★ 0
@syncended/dsh-browser-use
Playwright 浏览器工具与交互面板插件:为 DSH 提供持久化的 Chromium 浏览器控制工具及可视化交互面板。
AI 分析
赋予 AI 代理操作真实浏览器、截屏及执行网页自动化的能力,并提供交互面板。适合需要 AI 执行网页抓取、自动化测试或舆情监控的任务。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:syncended/deepseek-harness-browser-use说明文档
阅读完整 README ↗Configuration
The package adds this default Host entry through cordis.patch.yml:
- id: browser-use
name: '@syncended/dsh-browser-use'
config:
profile: default
headless: true
noSandbox: false
viewportWidth: 1280
viewportHeight: 800
screenshotQuality: 70
operationTimeoutMs: 20000
humanLeaseTtlMs: 15000
Override only the required values in the profile's cordis.patch.yml. Useful options include:
| Option | Purpose |
|---|---|
profile | Durable browser-profile name. |
headless | Run Chromium without a desktop window. |
executablePath | Use a specific Chromium or Chrome binary. |
noSandbox | Add Chromium's --no-sandbox flag. |
viewportWidth, viewportHeight | Default page viewport. |
screenshotQuality | JPEG quality from 1 to 100. |
operationTimeoutMs | Navigation and action timeout. |
humanLeaseTtlMs | Time before an inactive human-control lease expires. |
Restart the Host after changing Host configuration.