anweat/dsh-browser1

@anweat/dsh-browser

Self-contained browser runtime plugin for DeepSeek Harness (scoped @anweat) — bundles Playwright (chromium) and OpenCLI as plugin-local dependencies (with global-reuse fallback), exposes a `browser` service and interactive browser tools.

AI 分析

核心用途是为 DSH 提供开箱即用的网页渲染与交互能力,支持保存登录态。适合需要 Agent 执行网页截图、爬取或自动化操作的用户。

パッケージ
@anweat/dsh-browser
バージョン
0.1.3
ライセンス
MIT
最終更新
2026/08/14

インストール

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

ドキュメント

README 全文を読む ↗

配置(cordis.yml / patch config)

- insert:
    - id: browser
      name: '@anweat/dsh-browser'
      config:
        channel: chromium        # 'chromium'(打包内核)| 'msedge'(系统 Edge)
        headless: true
        opencliEnabled: true
        storageStatePath: ''     # Playwright 登录态 JSON(复用已登录会话)
        autoInstall: false       # 缺内核时是否自动 install chromium
        verbose: false