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.

Dynamic Wallpaper — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

dsh-dynamic-wallpaper

Dynamic Wallpaper

Animated wallpaper plugin for DeepSeek Harness: 8 built-in canvas backgrounds (particles, meteor shower, starfield, waves, rain, bubbles, matrix, aurora) plus custom video import, with speed/density/opacity/blur controls and durable localStorage persistence

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

npx -y @deepseek-ai/dsh plugin --profile web add github:Willmylife/dsh-dynamic-wallpaper#61236fe448afa29984d12ada21cf7775bd64ffe3
READMECompatibilityVersions

Compatibility and provenance

Dynamic Wallpaper is published as dsh-dynamic-wallpaper and currently resolves to version 0.4.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/22/2026

Versions

0.4.0stable
8/22/2026
0.3.0stable
8/22/2026
0.2.0stable
8/21/2026
Show 1 more versionCollapse versions
0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.4.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
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

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.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-dynamic-wallpaper

DeepSeek Harness (DSH) 动态壁纸插件:在设置页提供 8 种内置 Canvas 动态壁纸 + 自定义视频背景,支持速度、密度、遮罩透明度、模糊调节,所有配置存入 localStorage,刷新不丢失。

灵感来自 dsh-skin,采用相同的插件结构(浏览器侧实现 + cordis loader entry)。

内置壁纸

壁纸效果
粒子 (particles)漂浮连线粒子网络
流星雨 (meteors)夜空流星划过
星际穿梭 (starfield)3D 星空飞行
波光 (waves)层叠正弦波浪
雨幕 (rain)深夜落雨
气泡 (bubbles)深海上浮气泡
字符雨 (matrix)黑客帝国风数字雨
极光 (aurora)流动极光帷幕与湖面倒影

功能

  • 8 种内置动态壁纸,全部 Canvas 渲染,无外部资源
  • 自定义视频:粘贴可直接播放的 http(s) 视频网址,或导入本地 MP4 / WebM / OGV / MOV / M4V 文件作为动态背景
  • 内置免版权预设:设置面板提供热带沙滩 / 自然光斑 / 城市夜景三个 Pexels 视频一键试用
  • 本地导入的视频保存在浏览器 IndexedDB 中,刷新或重启后自动恢复;隐私模式等存储受限环境下需重新导入
  • 切换视频时会先在后台预加载,加载成功才替换当前壁纸,失败时原壁纸保留并给出具体原因(防盗链/跨域、格式不支持、解码失败、超时)
  • 远程视频能通过格式校验不代表一定可播放:需要登录、依赖 Referer、防盗链或不允许跨域嵌入的来源可能加载失败
  • 视频画质三档:流畅(半分辨率 20fps)/ 平衡(75% 分辨率 24fps,默认)/ 高清(原始直出)——视频壁纸垫在聊天界面后可通过降采样与限帧显著降低合成开销;前两档的模糊滑杆改为更深的降采样实现,几乎零额外开销
  • 速度 / 密度 / 遮罩 / 模糊 四个滑杆实时调节
  • 动画透在主内容区和侧栏上,消息气泡保持不透明,不影响可读性
  • 页面隐藏时自动暂停动画/视频,省电
  • 配置持久化(localStorage),刷新后自动恢复

安装

dsh plugin --profile web add -w /path/to/dsh-dynamic-wallpaper
dsh web

从 npm 安装:

dsh plugin --profile web add -w dsh-dynamic-wallpaper
dsh web

安装后打开 设置 → 通用,即可看到「动态壁纸」面板。

开发

修改 lib/client.js 后重启 web 服务器,并运行零依赖的语法与绘制烟雾测试:

npm run check
npm test
dsh web

npm test 会让每种内置壁纸在标准、最高与最低密度下完成 Canvas 绘制,捕获浏览器端绘制逻辑的运行时错误。

License

MIT