DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Theme Machine — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-theme-machine

Theme Machine

Person-of-Interest skin for DeepSeek Harness: THE MACHINE surveillance-HUD theme (dark, cyan-on-black). Token override layer + HUD chrome + live telemetry panel for the dsh web UI.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add dsh-theme-machine@0.1.3
READMECompatibilityVersions
dsh-theme-machine — the full web UI with the MACHINE HUD skin applieddsh-theme-machine — the live TARGET ANALYSIS telemetry panel

Compatibility and provenance

Theme Machine is published as dsh-theme-machine and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/22/2026

Versions

0.1.3stable
8/17/2026
0.1.2stable
8/17/2026
0.1.1stable
8/16/2026
Show 1 more versionCollapse versions
0.1.0stable
8/16/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
78.5 kB
Files
9
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
71
Last push
8/17/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and r

README

dsh-theme-machine

Person of Interest skin for DeepSeek Harness (dsh) — THE MACHINE surveillance-HUD theme for the web UI: deep blue-black surfaces, machine-cyan accents, scanline/grid atmosphere, and a live telemetry panel that makes the UI feel like it's backed by a superintelligence.

简体中文

Preview

dsh-theme-machine — the full web UI with the MACHINE HUD skin applied

dsh-theme-machine — the live TARGET ANALYSIS telemetry panel

Features

A THE MACHINE dark HUD skin — applied on install, fully restored to the official look on uninstall.

  1. Token override layer — repaints the whole UI through ctx.theme.overrideTokens() (~50 --dsw-alias-* semantic tokens). Install = applied, uninstall = restored. Works on top of the built-in light/dark preference (the skin is dark-only by design and pins both palettes).
  2. HUD chrome — monospace typography, subtle HUD grid, slow scanline, cyan selection color. Injected as <style data-plugin> + two atmosphere <div>s, removed on unload.
  3. Live telemetry panel (shell.overlay floating seat, bottom-right):
    • Radar — sweeps only while the agent is actually running (ConversationSnapshot.running)
    • SUCCESS / RISK — real settled tool-call success/error rates (tool-result nodes)
    • CONTEXT — real context-window occupancy from the token-meter contextPressure projection (same source as the official composer ring)
    • THROUGHPUT — decode tok/s folded from assistant timing + provider usage
    • EVENT STREAM — the session's real tool calls with durations and error states

Collapsed it shrinks to a MACHINE LINK pill that pulses while the agent works.

Install

Requires DeepSeek Harness (dsh CLI). Plugins are managed via dsh plugin; --profile web targets the web profile. Pick one source:

# from npm (recommended)
dsh plugin --profile web add dsh-theme-machine

# from a local checkout
dsh plugin --profile web add link:/path/to/dsh-theme-machine

# from GitHub — pnpm ≥10 will ask you to allowBuilds the prepare script
# (zero-dependency build, see scripts/build.mjs), then re-run the add
dsh plugin --profile web add github:yuqisun/dsh-theme-machine

Then:

  1. Run the add command above.
  2. Restart dsh web — the skin applies on load.
  3. Optional — verify the plugin loaded:
dsh web --dump-config | grep dsh-theme-machine

Uninstall

dsh plugin --profile web remove dsh-theme-machine
  1. Run remove to drop the plugin dependency.
  2. Restart dsh web — the stock look is fully restored.

Note: if the Loader row was manually written into $DSH_HOME/cordis.patch.yml, remove won't rewrite that patch line — delete the matching insert entry by hand.

License

MIT