syncended/deepseek-harness-browser-use0

@syncended/dsh-browser-use

Persistent Playwright browser tools and interactive browser panel for DeepSeek Harness

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.