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.

Real Fish Pet — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
R

dsh-real-fish-pet

Real Fish Pet

DSH-RealFish-Pet desktop pet plugin: a 3D-rendered whale pet that swims freely in the dsh web interface. It plays an attention animation and whale song sound effects when tasks are completed, encounter errors, or await approval. Supports double-click interaction, sleeping in place, going home to sle

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

npx -y @deepseek-ai/dsh plugin --profile web add github:FaMuer/dsh-real-fish-pet#5510c4ad1cad9d3e29f3074550b25ae368da6d14
READMECompatibilityVersions

Description

DSH-RealFish-Pet desktop pet plugin: a 3D-rendered whale pet that swims freely in the dsh web interface. It plays an attention animation and whale song sound effects when tasks are completed, encounter errors, or await approval. Supports double-click interaction, sleeping in place, going home to sleep (sleeps for 5 minutes in the bottom-right corner), free swimming, dragging, and hiding.

Compatibility and provenance

Real Fish Pet is published as dsh-real-fish-pet 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
9/6/2026

Versions

0.1.0stable
9/6/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
CC-BY-4.0
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/6/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-RealFish-Pet

在 DeepSeek Harness web 界面里游动的 3D 渲染鲸鱼桌面宠物(个人用插件)。

鲸鱼模型为原创 Blender 作品(受 DeepSeek 标志启发),所有动画帧由 Blender 头less 逐帧渲染,行为全部由本插件自定义实现(不依赖 dsh-pet 状态机)。

行为

  • 默认状态:在屏幕右下 1/4 区域(52–84vw / 54–78vh)内随机连续游动,出界自动折返;鼠标悬停时原地冻结,移开后继续。
  • attention(任务事件提示):模型任务完成 / 出错 / 需要手动处理(批准请求)等事件触发跳跃 attention 动画 + 随机播放鲸吟 1/2/3.mp3(两次事件间隔 ≥6s 防轰炸;声音需先与页面有过一次交互才会自动播放)。
  • 交互:
    • 单击:停下游动 + 反应动画 + 气泡
    • 双击:位置不变,直接恢复自由游动
    • 拖拽:可拖到任意位置,松手后从新位置继续游动
    • 右键菜单(宠物头上 ⋮):开心一下 / 原地睡觉 / 回家睡觉(游到右下角 HOME 然后睡 5 分钟后自动醒来游动)/ 自由游动 / 隐藏宠物
    • 隐藏后右下角出现「召唤宠物」按钮

结构

lib/index.js    host 半:资源静态路由 + 事件队列 HTTP API(node:fs,无额外依赖)
lib/client.js   browser 半:ModuleLoader bundle(手写,无构建步骤)
assets/         帧图(idle/react/drag/swimL/swimR/turn)+ 鲸吟音效
cordis.patch.yml  一行插件行挂载
  • 资源路由:/dsh-real-fish/assets/...(PNG/MP3,Cache-Control: public, max-age=86400)
  • 事件 API:GET /dsh-real-fish/api/poll(client 每 2s 轮询)、/api/stats

安装(本地开发)

dsh plugin --profile web add link:<本目录绝对路径>
# 重启 dsh web 后宠物自动出现(无需手动运行插件)

发布

  1. npm pack 产出 tarball(或直接推 GitHub 仓库)。
  2. 发布到 npm registry(需 npm 账号)后即可被市场 / dsh plugin add 安装。

许可

  • 代码与资产:CC-BY-4.0(详见 LICENSE)。
  • 鲸鱼为原创模型二次创作(灵感来自 DeepSeek 标志),与 DeepSeek 官方无关联。