DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Scenery — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
S

dsh-scenery

Scenery

适用于 DeepSeek Harness 工作区的 Capy 风格环境背景:选择一张图片,然后插件将其与底部超大的黑色渐变及编辑器周围柔和的径向“光晕”组合,使界面看起来像是置于场景之中。仅添加视觉效果——现有界面、布局和行为保持不变。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:wbaws/dsh-scenery#b927ca5d703a066e6a835f5ac57b0b2f2ba52eb7
README兼容性版本

兼容性与来源证明

Scenery 以 dsh-scenery 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/9

版本

0.1.0stable
2026/9/9

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 0
周下载
0
最近提交
2026/9/9
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Web App@deepseek-ai/dsh-web-appdsh 浏览器界面捆绑包:位于 dsh-base 之上的 Web 补丁层,加上运行时粘合插件(提供前端 dist、Web 界面提示符、bash 运行时变量和 URL 行)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profile用于 Agent Teams Remote 和 UI 插件的实验性 Web 配置层Client Ui Task Board@linxin666/dsh-client-ui-task-board面向 DSH Web GUI 的主机权威任务面板,支持实际会话执行、主机 cron 调度以及可选的跨平台空闲睡眠保护;以挂载方式提供,无需修改 DSH 源代码。Pet@linxin666/dsh-pet适用于 dsh Web GUI 的多宠物伴侣插件:由注册表驱动的浮动宠物,可响应模型活动,支持为每只宠物命名、抚摸/喂食互动以及亲密度评分

README

dsh-scenery

Capy-style ambient background for the DeepSeek Harness (DSH) workspace — an image, a very large bottom black gradient, and a soft radial “aura” around the composer, so the UI looks like it is sitting inside the scene instead of floating on a flat colour.

Additive only. This plugin adds one click-through layer behind the conversation column. It does not redesign anything, does not touch the layout of existing components, and — unless you flip the switch — changes absolutely nothing about the way DSH looks or behaves.

Scenery on — semi-full sceneScenery on — barely there
scenery onscenery barely there

Screenshots above show the effect live in DSH. Crank the opacity up and the image, bottom gradient and composer aura sit clearly behind the conversation; dial it right down and you get just a whisper of atmosphere — enough to make the workspace feel alive without stealing focus while you work. Every setting is live-previewable: the bundled standalone page (preview/index.html) renders the exact same compositing math in any browser, so you can tune a look here before it goes anywhere near your real setup.

What it does

Layering (bottom → top):

① your image                (fit / pan / zoom / blur / opacity)
② large bottom black gradient   (soft, no bands; grows gradually, the last
                                 ~20–30% approaches black)
③ radial “aura” around the composer (very soft ellipse, black centre fading
                                 to nothing — no visible edge)
④ existing DSH UI            (completely untouched)

The aura tracks the real composer seat inside the conversation column (sticky bottom bar), so it stays glued to the input area as you resize the window or drag columns.

Controls (Settings → Scenery background)

SettingMeaning
Enablemaster switch — off by default
Imageupload a local picture (PUT to the host, stored under your DSH home) or paste an http(s) image URL
Fitcover (crop-to-fill) / contain / fill
Position X/Yobject-position pan, %
Zoomextra scale, 0.5×–3×
Overall opacitydims image + overlays together toward the app surface
Bottom gradient strengthpeak blackness of the big bottom gradient
Bottom gradient heighthow much of the stage the gradient spans (from the bottom)
Aura strengthblackness of the composer aura
Aura sizeellipse radii multiplier
Aura offset X/Yfine-tune aura centre relative to the auto-tracked composer
Image blurgaussian blur of the image only — UI text stays crisp

Every control previews live; Save persists to the host. There is also a Reset (restores defaults and clears the current image) — it asks once before it commits.

Persistence: ~/.dsh/dsh-scenery/config.json (+ uploaded wallpaper.* file, or $DSH_HOME/dsh-scenery/ when DSH_HOME is set). A localStorage mirror makes the background apply instantly on page load before the config round trip.

Install

Published on npm as dsh-scenery (this repo).

# official CLI (any profile)
dsh plugin --profile desktop add dsh-scenery

# or from the in-app plugin market (dshmarket → search "scenery")
# or straight from this repo:
dsh plugin --profile desktop add dsh-scenery@github:wbaws/dsh-scenery

Restart / reload DSH, open Settings → Scenery background, pick an image, flip Enable. Done. (No code from Capy is used — only the general visual technique, re-implemented in plain CSS.)

How it works (brief)

Client half (lib/client.js, served at /plugins/dsh-scenery/client.js):

  • Locates the conversation workspace through the official slot anchor [data-slot="conversation"] (no hard-coded class names).
  • Inserts one absolutely positioned z-index:-1, pointer-events:none, aria-hidden stage as the first child of the conversation host. The host is made its own stacking context (isolation:isolate), so the stage paints above the host's flat background colour but under every message and panel. Nothing else in the app is modified.
  • The stage holds an <img> (fit/pan/zoom/blur) plus a scrim div whose background stacks the aura radial-gradient over the bottom linear-gradient. Both gradients are generated from the settings with many interpolation stops → smooth falloff, no banding.
  • ResizeObserver + window resize keep geometry fresh; the composer seat is found by scanning for the sticky-bottom element inside the conversation host (cached, cheap).
  • If the conversation seat isn't mounted yet (or was replaced by another plugin), it falls back to compositing onto the AppFrame element's own background layers — still zero DOM/layout changes.
  • On disable/unload everything is removed and every inline style it added is restored.

Host half (lib/index.js, Cordis plugin scenery): a small fenced route prefix /dsh-scenery-bg that persists config and wallpaper bytes (GET/PUT/DELETE config, PUT/GET wallpaper). Zero platform peer deps — plain Node builtins only, path-traversal-safe.

Settings UI: registers one section into the official settings.section slot (id scenery-config), styled with the DSH alias tokens so it follows the active theme.

Development

npm run build   # concatenates src/client/* -> lib/client.js + syntax checks
npm run check
# interactive visual tuning:
#   open preview/index.html in a browser (uses window.SceneryCore from lib/client.js)

Layout:

lib/index.js            host half (Cordis plugin: persistence routes)
lib/client.js           built client bundle (do not edit)
src/client/00-defs.js   defaults / sanitizers / i18n
src/client/01-composite.js  pure gradient + aura math (shared with preview)
src/client/02-runtime.js    DOM engine (stage, tracking, modes)
src/client/03-settings-ui.js  settings section
src/client/04-entry.js   module-loader entry + window.SceneryCore
preview/index.html       standalone preview / tuning page

Compatibility

Targets the official DSH web client (works in the DSH Desktop app window and the web GUI). Requires a DSH profile with the client plugin system (same base as dsh-pet, dsh-better-sidebar, etc.). If you find an incompatibility, please open an issue with your DSH version.

License

MIT. “Capy” styling is used purely as a visual reference; this is an independent, from-scratch implementation of the general gradient technique.