yin52133/dsh-luban--packages-dsh-luban-browser0

@yin52133/dsh-luban-browser

为 DeepSeek Harness 提供经过身份验证且隔离的浏览器自动化操作桥接插件。

AI 分析

核心用途是让 Agent 能够安全地执行网页浏览器自动化任务。适合需要网页抓取、自动化测试等任务的用户。必要条件是安装 uv 工具,支持本地 Chrome 或 Chromium。

包名
@yin52133/dsh-luban-browser
版本
0.1.1
许可证
MIT
最近更新
2026年9月1日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yin52133/dsh-luban#fd42aad0a6c5628a3bee24796f0caba131fb0252&path:packages/dsh-luban-browser

Configuration

- insert:
    - id: luban-browser
      name: @yin52133/dsh-luban-browser
      config:
        kernel: auto # auto | chrome | edge | chromium-headless
        templatesDir: ~/.dsh/luban/browser/templates
        defaults:
          maxSteps: 30
          timeoutSec: 300
          allowDomains: []
        bridge:
          runner: uv
          python: '3.12'
        taskboard:
          autoRun: false

auto means local Chrome on Windows and headless Chromium on Linux. Set userDataDir only when a deliberately shared configured profile is required.