AI Agent Hub
Back to plugins
🧰

dsh-plugin-browser

Web Tools Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install q35888/dsh-plugin-browser

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install q35888/dsh-plugin-browser in DeepSeek Harness to install; the full source lives at https://github.com/q35888/dsh-plugin-browser

About this plugin

The hardest part of getting an AI model to drive a real browser has never been "open a URL." It is login state. GitHub, corporate intranets, subscription sites: making a model re-enter credentials from scratch every time is neither practical nor safe. dsh-plugin-browser removes that friction entirely. It lets the DSH model take over a real Chrome that you are already logged into, so any site you have authenticated to becomes immediately accessible without re-verification.

The plugin ships fifteen browser tools spanning the full browsing workflow. In real mode it attaches to your existing logged-in Chrome, persisting credentials in a dedicated profile directory for cross-session reuse; in isolated mode it launches Playwright-bundled Chromium in a fully sandboxed environment, keeping your daily browser untouched. Interactions use ref-based targeting: a snapshot call lists the visible interactive elements with concise ref IDs, then click, type, select_option, and hover act precisely on those refs while keeping token usage lean. When a captcha or second-factor challenge appears, the model calls browser_wait_human, a card pops up in the DSH UI, you finish the action in the browser and confirm, with a five-minute timeout as a safety net. Additional capabilities include multi-tab management, in-page JavaScript execution, console log and cookie access, screenshot-to-file, automatic Chrome launch, and zombie-window self-healing.

Every configuration option is optional and the plugin works out of the box with zero setup. If you want your DSH model to genuinely browse login-gated sites, interact with internal dashboards, or perform controlled automation while keeping your passwords out of the model context, this plugin is the most seamless path. Both DSH Desktop and CLI users can adopt it immediately.

Use Cases

  • Model auto-fills forms and scrapes data from a logged-in intranet portal
  • Let the model perform daily tasks on subscription sites such as downloading files or submitting content
  • When a captcha appears, a UI card pops up for human action and the model resumes after confirmation

Best For

  • DSH users who need the model to operate login-gated web pages
  • Developers who want to reuse browser login sessions and avoid re-entering passwords
  • Automation enthusiasts building human-in-the-loop workflows in DSH