AI Agent Hub
Back to plugins
🖥️

dsh-custom-ui

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install nailing10086-zx/dsh-custom-ui

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

Run dsh plugin install nailing10086-zx/dsh-custom-ui in the DeepSeek Harness terminal to install this plugin; the source code repository is at https://github.com/nailing10086-zx/dsh-custom-ui .

About this plugin

Working inside DeepSeek Harness Web, browsing workspace files, opening a folder with your system default app, or glancing at your account balance usually means switching tabs or digging through logs. dsh-custom-ui brings all three actions directly into the browser interface.

The plugin offers three core capabilities: a right-side workspace file-tree sidebar with collapse/expand and a floating toggle button for quick navigation across large projects; one-click file or folder opening via the system default application, with paths strictly rooted to the workspace directory and guarded against traversal; and an inline DeepSeek account balance meter in the composer stats line, where the API key is resolved server-side only through the credentials seam and never shipped to the browser.

If you rely on dsh web for daily development and want to cut down the back-and-forth between terminal and browser without exposing sensitive credentials in the UI, this plugin is a good fit. The file tree works out of the box with no API key required; the balance meter simply calls for DEEPSEEK_API_KEY in your harness credentials.

Use Cases

  • Quickly browse workspace file structure within dsh web
  • Open workspace files or folders with the system default application
  • Check DeepSeek account balance inline in the composer stats line

Best For

  • Engineers who use dsh web for daily development
  • Developers who want to minimize terminal switching in the browser
  • Users concerned about API key security in the front-end