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.

Ds Hentai — DSH Plugin for DeepSeek Harness
← Plugins
D

ds-hentai

Ds Hentai

ExHentai.org-inspired dark gallery skin for the DeepSeek Harness Web GUI: gallery chrome, optional native sidebar, mutually exclusive skin/native composer, per-option [...] panels, and reversible settings.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:lisongxuan/ds-hentai#ce8442c8c113a3dcebe80449628724799fba2e1c
READMECompatibilityVersions
Front PageSessionSettings

Compatibility and provenance

Ds Hentai is published as ds-hentai and currently resolves to version 0.6.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

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

Versions

0.6.0stable
8/28/2026
0.5.0stable
8/28/2026

Related plugins

Loading related plugins…

Latest
0.6.0
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
8/28/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.Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.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 WebDream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。Works in native DSH Web and third-party desktop clients (DSH Desktop): 8 original premium themes, glass materials, wallpaper 2.0

README

ds-hentai

English | 简体中文

ExHentai.org-inspired UI for DeepSeek Harness. Charcoal background, light-gray text, gray borders. The session list reads like a gallery index; the composer reads like a search bar.

Live demo — static preview (fake host, no harness).

Front Page

Session

Settings

Install

# from npm (prebuilt)
npx @deepseek-ai/dsh plugin --profile web add ds-hentai
# or straight from GitHub
npx @deepseek-ai/dsh plugin --profile web add github:<owner>/ds-hentai

Restart dsh web and refresh the page. Later skin updates only need a refresh.

Features

  • Top nav — Front Page, New Session, Popular, Workspaces, Favorites, Settings.
  • Front Page — filter by category, search sessions, switch between a table and thumbnails. Compact / Extended rows include Rename / Fork / Archive.
  • Session view — conversation content stays native. Use the skin search dock (Search / Clear, plus Model, Access, Agent, Effort, Commands, Files) or keep the native composer.
  • Favorites — tap the heart on a row; Favorites shows only starred sessions.

Settings

Change these under Settings → General, or from the top-nav Settings page. Labels follow the host interface language (zh / en).

  • Enable gallery skin / System appearance — master switch. Off restores the DSH look you had before.
  • Native sidebar — whether the session page shows the left session list. When hidden, open sessions from Front Page.
  • Composer — skin composer or native composer; one at a time.
  • Front Page display mode — how the session list is laid out. The Front Page footer dropdown changes the same setting.
ModeWhat you see
MinimalTable, no tags
Minimal+Table with tags
CompactTable, tags + Rename / Fork / Archive (default)
ExtendedSame as Compact
ThumbnailCard grid

To restore the built-in look, set the master switch to System appearance. If Settings will not open:

dsh plugin --profile web remove ds-hentai
dsh web

Development

npm install
npm run build      # src/client.js + src/skin.css → lib/client.js
npm run check      # validate bundle envelope / placeholders / no ESM import / size budget
npm run build:demo # static preview → demo/ (demo-src/ fake host, no harness)
npm run preview    # build:demo + serve http://127.0.0.1:4173/
npm run capture    # screenshot Front Page / session / Settings into docs/preview*.png
npm test           # build + check + L1 + demo
npm run test:compat  # L2: probe published DSH packages (pin + latest)
npm run test:compat:all  # L1 + L2 every published @deepseek-ai/dsh version; writes the matrix
npm run test:e2e     # L3: isolated DSH_HOME + Playwright against 0.1.0-rc.6
npm pack --dry-run # release-view gate

The static demo reuses src/client.js and src/skin.css. demo-src/ is only a fake DSH host, fixtures, and a stand-in conversation pane; npm run build:demo writes the static site to demo/ (Vercel output directory). Search, settings, and session chrome stay local; nothing calls DeepSeek Harness, an agent, or a model API. Hosted copy: dshentai-demo.arkady14.site.

Layout

  • src/client.js — plugin body (THEME, apply state machine, settings row, shell.overlay gallery chrome)
  • src/skin.css — scoped decoration + layout rebuild
  • demo-src/ — static preview host (fixtures + fake ctx); not shipped on npm
  • scripts/build-client.mjs — wrap window.__ModuleLoader__.load(...) into lib/client.js
  • scripts/build-demo.mjs — embed the plugin bundle in demo/
  • scripts/capture-preview.mjs — screenshot Front Page / session / Settings into docs/preview*.png
  • screenshots.json — storefront gallery order (paths relative to this file)
  • docs/ARCHITECTURE.md — runtime data flow and boundaries
  • docs/COMPATIBILITY.md — baseline, layer stability, recovery
  • test/compat/catalog.json — executable probe catalog for L1/L2/L3

Notes

Browser-only plugin; it does not edit DSH files. Sessions, replies, and settings still belong to DeepSeek Harness — this skin only replaces the chrome. Preferences stay in the local browser. Install floor is DSH 0.0.1-rc.5 (first shell.overlay host); later harness versions including current 0.1.x-rc builds are allowed. Tested pin is 0.1.0-rc.6. See docs/COMPATIBILITY.md.

License

MIT