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.

Official Homepage Theme — DSH Plugin for DeepSeek Harness
← Plugins

dsh-official-homepage-theme

Official Homepage Theme

DeepSeek Harness official homepage theme plugin, featuring fluid mouse effects, an elastic grid, and animated small fish.

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-official-homepage-theme@1.0.7
READMECompatibilityVersions

Compatibility and provenance

Official Homepage Theme is published as dsh-official-homepage-theme and currently resolves to version 1.0.7. 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/20/2026

Versions

1.0.7stable
9/13/2026
1.0.6stable
9/4/2026
1.0.5stable
8/26/2026
Show 2 more versionsCollapse versions
1.0.4stable
8/25/2026
1.0.3stable
8/24/2026

Related plugins

Loading related plugins…

Latest
1.0.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
10 MB
Files
23
Surface
web
License
MIT
Source
npm
GitHub
★ 8
Weekly downloads
543
Security scan
✓ v1.0.7 scan passed
Last push
9/13/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

dsh-official-homepage-theme

English | 中文

dsh-official-homepage-theme 是一个面向DSH Web的DeepSeek Harness官方首页主题插件,在不改变DSH页面结构与交互的前提下,提供流体背景、鼠标弹性网格和双小鱼动态效果。

预览gif 预览图 设置页

功能

  • 深蓝渐变、半透明玻璃表面和主题 token;
  • 程序化流体背景与鼠标交互效果;
  • Canvas2D 鼠标弹性网格;
  • 两条自主游动、会避让鼠标的小鱼;
  • 效果开关与强度设置;
  • prefers-reduced-motion、粗指针设备和页面可见性适配;
  • 卸载时清理动画、事件、DOM 与图形资源。

安装

安装并启用:

dsh plugin --profile web add dsh-official-homepage-theme

从 GitHub 安装

直接安装 GitHub 仓库中的最新版本:

dsh plugin --profile web add github:JohnnyTing/dsh-official-homepage-theme

本地开发时使用绝对路径:

dsh plugin --profile web add /absolute/path/to/dsh-official-homepage-theme

该包携带 DSH bundle 配置,安装时会自动加入 profile 并加载主题;完成后刷新或重启 DSH Web。

卸载

dsh plugin --profile web remove dsh-official-homepage-theme

本地开发

npm run check

该命令会先生成 lib/,再执行所有测试。也可以分别执行:

npm run build
npm run test

lib/* 为生成产物,不要直接编辑。

更新版本

npm run version:set -- 1.0.3

目录

src/       # 插件源码
scripts/   # 构建脚本
lib/       # 构建产物
tests/     # 自动化测试