DeepSeek Harness plugin

dsh-cool-ui

Original mecha-command visual layer for the DeepSeek Harness Web profile

Jump to install

Source facts

Repository
Lee-mx/dsh-cool-ui
Latest update
Aug 16, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Lee-mx/dsh-cool-ui
Plugin: dsh-cool-ui
Author: Lee-mx

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-cool-ui

An original mecha-command visual layer for a DeepSeek Harness Web profile.

![Plugin preview](assets/plugin-preview.png)

It is a single DSH bundle: the Host half serves the packaged hero artwork, and the browser half adds a non-interactive HUD, background treatment, and responsive framing without changing the Agent, session, or tool behavior.

Local development

cd E:\code\dsh-cool-ui
pnpm install
pnpm build
cd E:\code\deepseek-harness
pnpm dsh plugin --profile web add E:\code\dsh-cool-ui
pnpm dsh web

![Uploading image.png…]()

The bundle uses the public package name @dsh-cool-ui/plugin. Its cordis.patch.yml inserts one row that activates both the Host and browser halves.

Design source

assets/mecha-hangar-hero.png and assets/mecha-settings-command-deck.png are original generated artwork for this project. They are not anime screenshots, franchise assets, characters, logos, or promotional posters.

The visual direction uses common current mecha-key-art traits as abstract reference: dark structural hangars, cyan energy conduits, hard-surface mechanical detail, and sparse amber warnings.

Scope

This starter is a visual layer over the existing DSH Web shell. A full replacement of the sidebar, conversation layout, and routing would be a separate custom Web shell that still consumes the same DSH Host/API runtime.