dsh-browser-use
Run the following command in DeepSeek Harness:
dsh plugin install zoahdev/dsh-browser-use
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install zoahdev/dsh-browser-use in DeepSeek Harness to install this plugin, source at https://github.com/zoahdev/dsh-browser-use
About this plugin
Turn your dsh agent from a chatbot into a real browser operator. dsh-browser-use registers a single model-facing tool, browser_use_run, that forwards a natural-language task to the Browser Use Cloud endpoint and hands the raw run result back to the agent. Open a page, click a button, fill a form, extract a data table—interactions that once demanded a human at the keyboard now require a single prompt.
By design the plugin stays deliberately thin. It does not reimplement any part of Browser Use, does not stream intermediate steps, and does not poll for completion; whatever the cloud API returns is what the agent receives. There are four config knobs—apiKey, baseUrl, timeoutMs, and an optional default model—enough flexibility for most setups without pulling in extra runtime dependencies.
It is built for developers running DeepSeek Harness agent workflows who want their agents to perform real, stateful web interactions. If cloud subscription costs are a concern, the README also documents a local MCP path (Python plus the browser-use CLI) that bypasses this plugin entirely, so you can pick the lighter route. Keep in mind this is a community-maintained bridge, not an official Browser Use or DeepSeek product.
Use Cases
- When the agent needs to open a page, click a button, fill a form, and return the result
- Letting dsh agent complete multi-step web tasks autonomously without human browser interaction
- Inserting a one-shot web data extraction step into an orchestrated pipeline
Best For
- Developers running DeepSeek Harness agent workflows
- Teams that need their agents to perform real browser interactions
- Individual developers looking for the lowest-friction path to browser automation
Related Plugins
Free web search plugin for DeepSeek Harness with web search, X search, and page fetch; no signup or API key required, with automatic multi-engine failover.
AnySearch-powered web and vertical search plugin for DeepSeek Harness, offering real-time search, cleaned URL content, concurrent batch search via native web_search/web_fetch, no API key required.
Pixel-perfect webpage clone tool that uses an agent harness to turn any webpage into a scored, full-page React replica.
A bilingual cost-tracking plugin for DeepSeek Harness with session/daily cost, budget, official & custom provider balance, coding plan quotas, peak/off-peak pricing alerts, and history stats.