AI Agent Hub
Back to plugins
🧰

dsh-plugins

Web Tools Updated 2026.09.12

Run the following command in DeepSeek Harness:

dsh plugin install icedrop-lab/dsh-plugins

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

Run dsh plugin install icedrop-lab/dsh-plugins inside DeepSeek Harness to install the plugin; the source is hosted at https://github.com/icedrop-lab/dsh-plugins and you can then enable the cost-meter or browser-use sub-plugin via dsh plugin --profile web add as needed.

About this plugin

In the DeepSeek Harness Web session, token balance and actual spend are often invisible until after the fact, and giving an AI agent a lightweight, pluggable path to drive a real browser has been a persistent gap. dsh-plugins closes both holes by splitting independent web utilities into standalone, installable plugins so developers can pick exactly what they need without pulling in a heavyweight framework.

Two capabilities form the core. First, dsh-cost-meter renders a real-time balance-and-token widget in the session header with a sidebar fallback and a direct link to the DeepSeek top-up page, making per-session cost transparent at a glance. Second, dsh-browser-use wraps the browser-use CLI into a single model-facing tool, letting an agent navigate pages, fill forms, and scrape content without any additional browser-automation scaffolding. Both plugins can also be installed together via an aggregate bundle, and they remain fully independent.

The suite is well suited for developers working in DeepSeek Harness Web mode who want session cost visualization baked into their workflow, or who need an AI agent to interact with live web pages. Whether a team standardises on a shared web-tool layer or a solo developer quickly prototypes a browser-automation flow, dsh-plugins offers a low-coupling, independently versioned granularity so you only install the piece you actually need.

Use Cases

  • Monitor real-time token spend and balance in a DeepSeek Harness Web session
  • Let an AI agent drive a live browser to navigate pages and fill forms
  • Install a single web utility on demand without pulling in extra dependencies

Best For

  • Developers on DeepSeek Harness Web mode who want transparent session cost
  • Builders who need an AI agent to interact with live web pages
  • Teams or individuals who prefer granular, independently versioned plugins