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.

Meme Deep Dive — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-meme-deep-dive

Meme Deep Dive

A DSH plugin for DeepSeek Harness Web that provides customizable GIF emoji interactions, supporting message sending and Deep diving status animations.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:HackenLeung/dsh-meme-deep-dive#011d687e91bef076eeb27a7cacc78cba34267ea5
READMECompatibilityVersions

Compatibility and provenance

Meme Deep Dive is published as dsh-meme-deep-dive and currently resolves to version 0.1.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/21/2026

Versions

0.1.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/22/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 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-meme-deep-dive

一个为 DeepSeek Harness Web 提供 GIF 表情互动的 DSH 插件

发送消息时,当前选择的 meme 会出现在发送按钮附近;DSH 显示 Deep diving... 时,meme 会固定在状态文字左侧。点击 meme 或发送消息时,会显示可自定义的工作文案。

功能

  • 在设置页切换 meme,并修改工作文案。
  • 设置页使用静态 PNG 预览,实际互动使用 GIF。
  • 设置保存在当前浏览器的 localStorage 中。
  • 素材会内嵌到客户端构建产物,运行时不请求本地文件。

安装

dsh plugin --profile web add github:HackenLeung/dsh-meme-deep-dive

打开 DSH Web,进入 设置 -> 插件 -> Deep dive meme,即可选择 meme 和修改工作文案。

本地开发

需要 Node.js 20 或更高版本,以及本地 DSH 环境。

npm run build
npm run check

修改 src/client.js 或 assets/memes/ 下的素材后,先运行 npm run build 重新生成 lib/client.js,再运行 npm run check。之后刷新 DSH Web;如果 DSH 缓存了插件 bundle,需要重启 DSH。

兼容性

当前客户端通过 role="status"、Deep diving... 和包含 _turnStatus 的 class 来识别深度思考状态。如果 DSH 的 Web 页面结构发生变化,可能需要同步更新 src/client.js 中的选择器。

许可证

MIT,作者:Hacken。