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.

Yorha Ui — DSH Plugin for DeepSeek Harness
← Plugins
Y

dsh-yorha-ui

Yorha Ui

NieR:Automata (YoRHa) industrial terminal theme plugin for the DeepSeek Harness Web GUI

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

npx -y @deepseek-ai/dsh plugin --profile web add github:MrmoLabs/dsh-yorha-ui#6497a671620d101951c2e68dbb6c2084b55db40e
READMECompatibilityVersions

Compatibility and provenance

Yorha Ui is published as dsh-yorha-ui and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/8/2026

Versions

0.1.1stable
9/8/2026
0.1.0stable
9/7/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/8/2026
View source ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Better Sidebardsh-better-sidebarDSH web plugin: a VSCode-like right sidebar (explorer / editor / terminal / git / browser), isolated per conversation session. Exposes a service for other plugins to register sidebar tabs and file viewers.Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航 · A Codex-style sidebar, workspace session tree, global search, and turn navigation for DSH WebDafeiyudsh-dafeiyuA desktop-native BigFish companion driven by DeepSeek Harness session events.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)

README

dsh-yorha-ui

English | 简体中文

A NieR:Automata / YoRHa-inspired industrial terminal theme for DeepSeek Harness Web.

It reshapes the DSH Web workspace, session list, composer, and overlays with sand-toned paper, charcoal structural lines, and amber status markers while preserving the original interactions and light/dark appearance modes.

dsh-yorha-ui visual preview

Theme preview: a structured representation of the plugin's actual visual rules. It contains no additional animation or game assets.

Features

  • Sand and charcoal palettes that follow the DSH appearance mode
  • Square geometry, hard borders, and shadow-free industrial surfaces
  • YoRHa-style workspace navigation with project headers, mechanical rails, and a reverse-video active session
  • A 32px registration grid, subtle paper texture, and segmented system rail
  • Consistent colors for the composer, menus, dialogs, code blocks, and syntax highlighting
  • A clickable YoRHa // TACTICAL INTERFACE 11945 repository link in the lower-right corner
  • No runtime CDN, image dependencies, or page animations
  • Theme-token overrides that survive DSH theme repaints

Install

Install from npm (stable release)

Install the current stable release from npm:

dsh plugin --profile web add -w dsh-yorha-ui

Without a globally installed dsh command:

npx.cmd --yes @deepseek-ai/dsh@latest plugin --profile web add -w dsh-yorha-ui

Install from source

git clone https://github.com/MrmoLabs/dsh-yorha-ui.git
cd dsh-yorha-ui
pnpm install
pnpm run build
dsh plugin --profile web add -w .

Restart DSH Web after installation, then refresh http://127.0.0.1:3080.

Update and uninstall

Update the npm release:

dsh plugin --profile web update -w dsh-yorha-ui

Uninstall the plugin:

dsh plugin --profile web remove -w dsh-yorha-ui

If you previously installed a local development link, remove that link before installing dsh-yorha-ui.

Development and verification

Node.js 22 or later is required.

pnpm install
pnpm run check
pnpm test
npm.cmd pack --dry-run

The repository pins pnpm 10 through packageManager; Corepack-enabled environments will select the matching version automatically. pnpm test rebuilds the package before running the regression suite.

Build output is written to dist/:

  • dist/index.js: DSH host entry
  • dist/client.js: self-registering browser bundle with no relative runtime dependencies

Automated releases

The repository contains two GitHub Actions workflows:

  • CI installs dependencies, type-checks, runs regression tests, rebuilds, and verifies the package on every push to main and every pull request.
  • Release verifies that a pushed v* tag matches the package.json version, runs the same checks and regression tests, creates a GitHub Release with the .tgz archive attached, and publishes the same archive through npm Trusted Publishing.

Project scope

src/client.ts contains the current theme implementation. src/prompt, src/tools, src/templates, src/theme/tokens.css, and src/types.ts are early agent-facing plugin drafts. They are retained as design references and are not included in the current build.

Disclaimer

This is an unofficial community theme. It is not affiliated with Square Enix, PlatinumGames, or the NieR franchise rights holders, and it contains no original game assets.

License

MIT