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.

Ghost Refresh — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
G

dsh-ghost-refresh

Ghost Refresh

Ghost Refresh (鬼影提神) — a friendly ghost drifts across the page to keep you awake. Adjustable speed / opacity / size / frequency, persisted per browser.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:ZomiCC/ghost-refresh#b24f25567b4b82daf15b7e7301b8f7e8bea92ba7
READMECompatibilityVersions

Compatibility and provenance

Ghost Refresh is published as dsh-ghost-refresh and currently resolves to version 1.0.2. 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/25/2026

Versions

1.0.2stable
8/25/2026

Related plugins

Loading related plugins…

Latest
1.0.2
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/25/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

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 pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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

Ghost Refresh · 鬼影提神 👻

一只友好的小幽灵会定时飘过你的 DeepSeek Harness 网页界面——提神醒脑,防止摸鱼睡着。

A friendly ghost drifts across your DeepSeek Harness web UI at random intervals — a tiny nudge to keep you awake and refreshed.

功能 / Features

  • 👻 幽灵随机从左/右飘过页面,带漂浮起伏与柔和光晕(prefers-reduced-motion 下自动隐藏)
  • ⚙️ 右下角「👻 Ghost」按钮打开设置面板:
    • 速度 0.5×–2× / Speed
    • 透明度 20%–100% / Opacity
    • 大小 50%–180% / Size
    • 频率 5–120 秒 / Frequency
  • 💾 设置经 localStorage 持久化,实时生效 / Settings persist per browser and apply live
  • 🖼️ 零依赖、自包含:幽灵贴图以内联 data URI 打包进客户端 bundle

安装 / Install

dsh plugin --profile web add dsh-ghost-refresh

然后重启 DSH。(desktop profile 把 web 换成 desktop。)

npm 包尚未发布时,也可以直接从 GitHub 安装:

dsh plugin --profile web add github:ZomiCC/ghost-refresh

卸载 / Uninstall

dsh plugin --profile web remove dsh-ghost-refresh

结构 / Structure

package.json        # dsh.client(浏览器半边)+ dsh.bundle(组合补丁)声明
cordis.patch.yml    # 向 profile 插入插件行
lib/index.js        # 宿主半边(本插件纯浏览器侧,宿主为空实现)
lib/client.js       # 浏览器半边:幽灵图层 + 设置按钮 + localStorage 持久化

License

MIT