DSH Marketplace

dsh-web-ui: Web UI Plugin Collection

zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all

Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.

7,415493TypeScriptApache-2.0Source作者在 LINUX DO 自荐

Install

Add dsh-web-ui-all to DeepSeek Harness

This plugin lives in a subdirectory of a larger repository, and `dsh plugin add` cannot reach it — it forwards to pnpm, which reads everything after `#` as a git branch or commit. Clone the repository and add the plugin through DSH's plugin panel using a repository source, or ask the author to publish it to npm.

Due diligence

Before you install dsh-web-ui-all

  • Source of record: zhu1090093659/dsh-web-ui — present in the community registry that DSH's own plugin market installs from.
  • Licensed under Apache-2.0.
  • A listing here is not a security review. Plugins run with your agent's permissions.

The AI take

What it is — This is a plugin and skin collection for the DeepSeek Harness Web UI, including Liangshen mode, task board, Git graph, right panel, mobile remote UI, SSH operations, whale girl pet, and skin center.

Who it is for — If you are using DeepSeek V4 Pro for agent tasks and need multi-column task board and Git graph to track changes, this plugin is suitable for you. If you primarily operate DeepSeek Harness in non-Web UI interfaces, you don't need this collection.

Watch out — Installation from the source subdirectory requires manually approving the build script. No sandbox testing was conducted. No obvious issues were found.

The verdict — I would install it because it provides the whale girl pet and SSH remote operations.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.

What dsh-web-ui-all does

Abstract streams branch into workspace, remote, image, and schedule paths before converging into one agent session.

dsh-web-ui-all is a DeepSeek Harness plugin collection that adds task management, Git visualisation, workspace panels, mobile remote access, SSH operations, image understanding, live token statistics, a desktop pet and a skin centre to dsh web.

It mounts through the official profile mechanism rather than modifying DSH source. The aggregate package exposes its features in the Web UI, where they can be enabled or configured under Settings. Task cards can start real DSH agent sessions and can run on cron schedules. The right panel reads the workspace and Git state, and can stage, unstage or discard changes. SSH settings are stored in ~/.dsh/dsh-ssh.json; configured hosts can be reached through a web terminal, SFTP, port forwarding and agent-issued remote commands. describe_image sends selected images or referenced paths to a configured OpenAI-compatible vision endpoint, while only the returned text enters the session record.

This collection is aimed at developers who want these controls in the DSH Web UI without changing the harness source. It is a poor fit where the additional panels, scheduled execution or remote administration are unnecessary. The SSH and terminal surfaces reach configured remote hosts and can execute commands with the available permissions, so installation should be treated as granting the agent and UI access to those operations. Mobile real-time updates also depend on an SSE-capable tunnel; unsupported tunnels fall back to polling.

dsh-web-ui-all documentation

How it behaves

The collection is mounted into dsh web through DSH’s official profile mechanism. The task board uses five states: planning, todo, in progress, completed and failed. Executing a card creates a real DSH agent session and writes the resulting status back to the card. A card may also contain a cron expression for scheduled execution.

The right-side panel reads the project workspace and Git state. It provides a file tree, search, previews for Markdown, HTML, code, diff, CSV, PDF, Office files, images and text, plus source/preview modes, split editing and saving. Its SCM controls can stage, unstage and discard Git changes.

Configuration and storage

Settings are changed in the Web UI and take effect immediately.

Area Documented location or value
SSH host configuration ~/.dsh/dsh-ssh.json
SSH authentication Keys or passwords; hosts can be imported from ~/.ssh/config
Image understanding Settings > Plugin configuration > Image understanding
Image endpoint An OpenAI-compatible vision endpoint, model and key
Remote events Server-Sent Events (SSE) when the tunnel supports it

The image tool is named describe_image and accepts a prompt for tasks such as OCR, UI diagnosis or translation.

Requirements

dsh web must already start successfully. Repository installation requires Node.js >= 22 and pnpm; the README states that npm installation has no additional requirements.

Remote access and limits

Mobile pairing uses a one-time, time-limited token. Stop revokes all paired devices. Local-network QR pairing is supported, and a cloudflared public tunnel can provide access from other networks. Cloudflare quick tunnels on trycloudflare.com and Tailscale Serve do not pass through SSE; the plugin falls back to polling, so messages may arrive a few seconds late.

The SSH panel can open an xterm.js terminal, transfer files over SFTP, create local-only tunnels listening on 127.0.0.1, and run one command across filtered hosts. These features operate on the configured remote systems.

Written from the project's own documentation and kept in sync with it. Where the two disagree, the source is authoritative — read the README on GitHub

Same category

Alternatives to dsh-web-ui-all

dsh-web

zhu1090093659

7.5k

DeepSeek Harness(DSH)Web 插件聚合生态包 · 一切皆插件,创意工坊分发

Installed cleanly when we ran it

GitHub sourceTypeScripttoday

AI review

dsh-web

What it is — Aggregates plugins for DeepSeek Harness Web GUI, providing performance engine, task board, mobile remote control, and SSH operations.

Who it is for — Developers using DeepSeek Harness Web GUI for multi-session AI tasks and performance monitoring are suitable for this plugin. Users relying solely on pure text model interactions without image understanding can do without it.

Watch out — Sandbox test passed: installed in a new profile and registered into the profile by harness. Installation requires sourcing from GitHub. Static checks indicate shell command execution.

The verdict — I would install it because it decomposes features into independent plugins for selective use without modifying official code.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source

dsh-task-board

zhu1090093659

6.6k

Task board for the dsh web GUI: a sidebar multi-column kanban whose cards run in real DSH agent sessions and can also be scheduled with cron expressions, executed host-side even with the browser closed.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript13d ago

AI review

dsh-task-board

What it is — Sidebar multi-column kanban plugin for DeepSeek Harness web GUI whose cards run in real DSH agent sessions and support cron expressions executed host-side even with the browser closed.

Who it is for — Scenarios requiring multi-column task tracking while using DSH for agent sessions suit this plugin for those lacking sidebar kanban capability. If your workflow focuses on real-time file operations or SSH connections rather than task scheduling, you need not install this plugin.

Watch out — No obvious pitfalls found. From source installation you need to manually allow its build script first since the plugin will execute shell commands.

The verdict — I would install it because it supports cards running in real DSH agent sessions and cron expressions for host-side execution even when the browser is closed.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source

dsh-web-all

zhu1090093659

6.6k

Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.

No one-line install — this plugin lives inside a larger repository and publishes no npm package.

GitHub sourceTypeScript13d ago

AI review

dsh-web-all

What it is — dsh-web-all aggregates plugins and skins for DeepSeek Harness Web UI, including task boards, Git graphs, and mobile remote control.

Who it is for — Users of DeepSeek Harness performing AI collaboration who need multi-column task boards and mobile pairing will find this package suitable. Those who prefer only official presets without community panel additions do not need it.

Watch out — The plugin will execute shell commands. Sandbox testing has not been performed. No real test results are available, so no obvious issues were identified.

The verdict — I would not install it because the plugin can execute shell commands and no sandbox testing has been done, making real-world security unconfirmed.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Source
3.4k

Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.

Installed cleanly when we ran it

npm packageTypeScript7d ago

AI review

DSH-better-sidebar

What it is — DSH-better-sidebar is a sidebar workbench framework providing file rendering and editing, real terminal, Git panel and subagent support.

Who it is for — When you need to display file resources and perform code editing, terminal operations and Git panel in DeepSeek Harness tasks, users are suitable for installation if they require terminal tools. If your work only involves the default sidebar without real terminal, you can skip installation.

Watch out — It passed sandbox testing in a new profile and was registered into the profile by DeepSeek Harness. No obvious issues were found. The shell command execution is for the real terminal feature.

The verdict — I would install it because it exposes the sidebar capabilities as a service allowing third-party plugins to register new tabs equally.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details

dsh-TUI

ccch1mneyyy

2.8k

Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.

Installed cleanly when we ran it

npm packageTypeScript9d ago

AI review

dsh-TUI

What it is — dsh-TUI is a DeepSeek Harness plugin that provides a Claude Code-style full-screen terminal UI with pixel-whale header, live status line, and streaming thought expansion.

Who it is for — Users who need to monitor real-time agent status and perform terminal interactions during long DeepSeek Harness sessions are suitable for installing dsh-TUI. Users without terminal TTY requirements do not need to install it.

Watch out — Sandbox testing passed: it installed successfully in a new profile and was registered by harness. No obvious issues found. It requires a functional terminal TTY, pnpm version 10+, and DEEPSEEK_API_KEY.

The verdict — I would install it because it was officially collected by DeepSeek Harness as an internal test user favorite plugin and uses a pure plugin mounting approach.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
1Details

A fixed-corner whale widget showing DeepSeek balance, today usage, per-turn cost and random talk lines, with sound effects and a menu.

Installed cleanly when we ran it

npm packageJavaScript20d ago

AI review

DeepSeek-Balance-Whale-Widget

What it is — A whale widget is displayed in the bottom right corner of the DeepSeek Harness interface to monitor account balance.

Who it is for — Users conducting conversations in DeepSeek Harness would find this suitable for checking account balance. Those who do not open the DSH browser window do not need this persistent widget.

Watch out — Sandbox testing passed when installed in a new profile. It was then registered by the harness into the profile. No obvious issues were found.

The verdict — I would install it because it provides account balance monitoring without requiring additional tokens.

Generated by grok-4.6, and a starting point rather than a verdict. Where it says a plugin installs or does not, that is from a real run in a clean profile — everything else is read off the repository. Trust the source over this.Read the source
Source