AI Agent Hub
Back to plugins
⚙️

DSHEssentialTools

Workflow Updated 2026.09.16

Run the following command in DeepSeek Harness:

dsh plugin install LLYlab/DSHEssentialTools

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

Run dsh plugin install LLYlab/DSHEssentialTools in the DeepSeek Harness terminal; the plugin source lives at https://github.com/LLYlab/DSHEssentialTools , and it becomes visible under Settings → Plugin inventory after restarting DSH.

About this plugin

Working on real code with an AI agent in the loop, four things grind you down: one wrong message and you lose the whole thread; the AI cannot see your logged-in dashboards or internal pages; build-run-inspect means Alt-Tab forty times an hour; and the bill lands at month-end as a surprise. DSHEssentialTools attacks all four at once.

Two axes carry the plugin. On the conversation side, the VTD (Virtual Tree Dialogue) lets you edit or retry any user message into a hidden branch, hop between branches at will, and the workspace code snapshots and restores in lockstep so your original thread stays pristine. On the browser side, an MV3 extension bridges the model to your already-authenticated Edge or Chrome over a localhost-only WebSocket, exposing read and write tools for internal tools, webmail, and file:// pages, while a four-position dial in the extension popup keeps the keys firmly in your hand and the DSH host can only read it, never override it.

The right-hand toolbar folds build, file tree, preview, and program-level snapshots into the chat window. A global plugin manager offers five enablement tiers, GitHub direct import or an AI rewrite that never executes third-party code, and a Boot Guard that auto-disables all globals after repeated startup failures so a bad plugin can never brick your session. MDA, CDM, and TCT layers add cross-conversation memory, workspace-scoped retrieval, and one-shot scratch chats that destroy themselves on close. A corner status card tracks your DeepSeek balance, per-model unit price with peak and off-peak pricing, and per-turn cost in real time, with the API key living only in a request header, never written to disk or sent to the client. A single master switch restores pure stock DSH in one click, unloading every DET tool, injection, and bound plugin, and is fully reversible because every registration is held as a disposer.

Built for Windows developers running DeepSeek Harness on real projects who want the AI to operate their live browser sessions, iterate conversations without losing context, juggle a plugin library, and keep a running eye on token spend. Zero-config out of the box for branching and cost tracking; add a project path to unlock the run toolbar and file tools.

Use Cases

  • Let AI drive your already-logged-in browser for internal tools and dashboards
  • Edit or retry any message mid-conversation without starting over
  • Run projects, browse file trees, and roll back code directly in the chat window

Best For

  • Windows developers using DeepSeek Harness for real project work
  • Engineers who need AI to operate internal systems or logged-in web pages
  • Heavy users who prioritize token cost visibility and context management