AI Agent Hub
Back to plugins
🧰

dsh-browser

Web Tools Updated 2026.09.14

Run the following command in DeepSeek Harness:

dsh plugin install KasenRi/dsh-browser

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

Run dsh plugin install KasenRi/dsh-browser in your terminal to install this plugin; the full source is available at https://github.com/KasenRi/dsh-browser .

About this plugin

Large language models can read web page text but struggle to actually click buttons, fill forms, paginate, or download files. dsh-browser closes that gap for DeepSeek Harness by driving Chromium through the agent-browser CLI, giving the agent full control over opening pages, interacting with elements, scrolling, reading content, and saving files.

It goes well beyond simple script execution. The plugin ships with stale-ref blocking, deterministic tab-drift recovery, artifact integrity verification on disk, credential redaction in all tool output, and domain-containment enforcement. When it hits a CAPTCHA, OTP, Passkey, or WebAuthn challenge it reports what it saw and stops rather than attempting to bypass. Large outputs are compacted into a bounded preview plus a spill file so the model context stays manageable.

Built for developers and automation engineers who need an AI agent to run web tests, scrape structured data, walk multi-step form flows, or perform page-level QA. With agent-browser and Chromium already on your machine, integration is a single plugin install and a profile restart.

Use Cases

  • Automate multi-step form filling and submission via an AI agent
  • Capture page element screenshots and extract structured content from target sites
  • Run regression tests within a domain allowlist and verify downloaded artifact integrity

Best For

  • Developers who need AI-driven browser automation workflows
  • Engineers building web testing and data collection pipelines
  • Plugin authors extending the DeepSeek Harness toolchain