syncended/deepseek-harness-browser-use0

@syncended/dsh-browser-use

Playwright 浏览器工具与交互面板插件:为 DSH 提供持久化的 Chromium 浏览器控制工具及可视化交互面板。

AI 分析

赋予 AI 代理操作真实浏览器、截屏及执行网页自动化的能力,并提供交互面板。适合需要 AI 执行网页抓取、自动化测试或舆情监控的任务。

包名
@syncended/dsh-browser-use
版本
0.1.3
许可证
MIT
最近更新
2026年8月29日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:syncended/deepseek-harness-browser-use

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:

OptionPurpose
profileDurable browser-profile name.
headlessRun Chromium without a desktop window.
executablePathUse a specific Chromium or Chrome binary.
noSandboxAdd Chromium's --no-sandbox flag.
viewportWidth, viewportHeightDefault page viewport.
screenshotQualityJPEG quality from 1 to 100.
operationTimeoutMsNavigation and action timeout.
humanLeaseTtlMsTime before an inactive human-control lease expires.

Restart the Host after changing Host configuration.