@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 执行网页截图、爬取或自动化操作的用户。
インストール
$
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