AI Agent Hub
Back to plugins
🧰

dsh-browser-panel

Web Tools Updated 2026.09.14

Run the following command in DeepSeek Harness:

dsh plugin install imroc/dsh-browser-panel

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

Run dsh plugin install imroc/dsh-browser-panel in the DeepSeek Harness terminal to install the plugin. Source: https://github.com/imroc/dsh-browser-panel

About this plugin

AI agents running in containers, CI pipelines, or VMs have no display. The moment a site demands a QR code, SMS one-time code, SSO redirect, or CAPTCHA, pure headless scripting fails, and copying cookies is unreliable due to device fingerprints and WebAuthn bindings.

This plugin embeds a real Chrome instance inside DSH. Each session gets its own tab; the AI navigates, clicks, types, and takes screenshots via browser_embedded_* tools. When a human step is needed, the AI calls ask_human and you complete the login in a live sidebar view. Once you confirm, the tool returns and the AI continues with an authenticated session. All sessions share one persistent profile, so a single login works everywhere and survives restarts.

Ideal for automating workflows that require real-site logins: filling SSO-gated internal forms, scraping protected dashboards, or verifying CAPTCHA flows. No extra ports, tunnels, or tokens are needed; the panel runs under the same DSH Web UI session authentication.

Use Cases

  • Agent in a container accessing SSO-gated internal sites that require QR or SMS login
  • Automation flow hitting a CAPTCHA where a human takes over and the AI resumes afterward
  • Multiple AI sessions sharing one persistent profile to avoid repeated authentication

Best For

  • Developers running AI agents inside CI pipelines or containers
  • Automation engineers who need AI to complete real-site login flows
  • Platform teams building AI workflows on the DSH host