dsh-browser
Self-contained browser runtime for DSH — bundles Playwright (chromium) and OpenCLI, exposes a browser service and interactive browser tools
Install
dsh plugin --profile web add @anweat/dsh-browser dsh-browser
A self-contained browser runtime plugin for DeepSeek Harness. It bundles Playwright (chromium) and OpenCLI as plugin-local npm dependencies (with global reuse as fallback) and exposes a browser service — consumable by other plugins via inject: ['browser'] — plus 9 interactive tools: open, click, type, scroll, read, screenshot, close, status, and install. Chromium reuses the shared cache instead of re-downloading, and a storageState JSON lets you reuse already-logged-in sessions.