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/08/29

インストール

$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:

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.