AI Agent Hub
Back to plugins
dsh-tabbit preview

dsh-tabbit

Client Updated 2026.09.02

Run the following command in DeepSeek Harness:

dsh plugin install Tabbit-Browser/dsh-tabbit

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

Run dsh plugin install Tabbit-Browser/dsh-tabbit in your terminal to install; source code at https://github.com/Tabbit-Browser/dsh-tabbit

About this plugin

dsh's built-in web_fetch tool lacks JavaScript rendering, has no login state, and does not honor system proxies. In fake-ip proxy environments, virtually every domain is rejected outright. For Agent tasks that require interacting with logged-in pages, filling forms, or scraping dynamically rendered content, this limitation renders dsh's web capabilities nearly useless. dsh-tabbit is the official Tabbit Browser plugin that routes dsh's browser operations through Tabbit's native code-first toolchain, giving the Agent real pages, real sessions, and real interactions without shell forwarding or render-less fetching.

The plugin bundles a full set of capabilities built around a live browser: the tabbit_browser tool reads and manipulates pages inside an already-logged-in Tabbit; a browser-proxied web_fetch gives dsh's fetcher JS rendering and intranet reach; typing @ in the Web UI input lists every tab in the current session or the user's browser, all selectable as context; dedicated pageAccess and intranetFetch permission gates ensure every cookie-sharing operation is explicitly approved by the user; and the package also includes environment preflight and auto-install, daily silent plugin updates, a /tabbit-info diagnostic command, and the official Tabbit skill that evolves alongside the browser Runtime.

Who it is for: engineers and teams that need web automation, data extraction, QA, or evaluation inside DeepSeek Harness; developers who are fed up with render-less fetchers failing across the board under proxy setups; and anyone who wants the Agent to operate exactly as their daily driver browser does.

Screenshots

Use Cases

  • Scraping JS-rendered pages behind fake-ip proxies that dsh's built-in fetcher cannot reach
  • Letting the Agent fill forms and extract data inside an already-logged-in Tabbit session
  • Verifying frontend interaction logic in a real browser as part of QA workflows

Best For

  • Engineers who need web automation inside DeepSeek Harness
  • Developers frustrated by render-less fetchers failing outright under proxy setups
  • Tabbit users who want their Agent to behave exactly like their daily browser