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.

Yu Pet — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
Y

@sundusk/dsh-yu-pet

Yu Pet

Xiaoyu floating web pet plugin for the dsh web GUI: 8x8 sprite-sheet frame animation with per-frame timing, drag-to-run, double-click wave, mood follows session activity (thinking / approval / question / done / failed)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:sundusk/dsh-yu-pet#90eede6b8b1ffefdc92b0ad9fc6fce9f10257f53
READMECompatibilityVersions

Compatibility and provenance

Yu Pet is published as @sundusk/dsh-yu-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
8/26/2026

Versions

0.1.0stable
8/26/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
BSD-3-Clause
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/26/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

dsh-yu-pet · 小雨(Xiaoyu)

DSH Web GUI 的悬浮桌宠插件。小雨会站在页面角落陪你干活: 空闲时平静站立、自然眨眼;agent 工作时思考;等待审批时望向你; 向你提问时做出抉择;任务完成跳起来庆祝;出错时沮丧地蹲下。

特性

  • 状态跟随会话活动:插件监听 Harness 活动事件,自动在七种 mood 之间切换
    mood颜色气泡触发
    idle蓝 #60A5FA无会话空闲
    waiting绿 #34D399正在思考中agent running
    authorizing黄 #FACC15等待你的授权审批请求等待窗口
    questioning粉 #EC4899做出你的抉择ask_user_question 执行期间
    done青 #22D3EE搞定啦完成后 2.5s transient
    failed红 #F87171出错了agent/error(粘滞到下个状态)
    disconnected灰 #9CA3AF无兜底
  • 逐帧时长精灵动画:8×8 状态图集(192×208/格)+ 2×8 拖拽奔跑图集, 每帧独立时长(idle 眨眼快帧 0.12s、failed 播一次停末帧、wave 两轮挥手), 整行统一显示倍率 + 最近邻渲染(image-rendering: pixelated),像素风不糊边。
  • 交互:拖拽移动(水平位移 ≥2px 切换左右奔跑行,反向立即换向)、空闲双击挥手两轮。
  • 气泡不挤动宠物:固定 2d×2d 视口 + 底部锚定,气泡向上增高,宠物屏幕位置不变。
  • 设置页:显示/隐藏、尺寸 60–200px、状态气泡、状态光晕、回到右下角。

动作图鉴

每个状态对应一组专属动作,各取一帧代表姿势:

poses

动作姿势触发
idle · 平静站立双手插兜站立、循环眨眼会话空闲
waiting · 正在思考中手扶下巴思考agent 工作中
authorizing · 等待授权抬头注视你审批请求等待窗口
questioning · 做出你的抉择歪头、胸前摊开手掌询问ask_user_question 执行期间
done · 搞定啦跳起双手上举庆祝任务完成后 2.5s transient
failed · 出错了蹲坐抱膝沮丧,播一次停末帧agent/error
wave · 挥手举右手挥两轮idle 时双击她
disconnected · 未连接闭眼静止,65% 透明度兜底
drag-right / drag-left · 奔跑左右独立素材行,各 8 帧拖拽水平位移 ≥2px,反向立即换向

动画参数速查

动作图集行帧数帧时长播放策略显示倍率
disconnected011.00s静帧循环1.00
idle170.88 0.88 0.12 0.88 0.88 0.12 0.96循环1.00
waiting260.20s循环0.97
authorizing360.24s循环0.95
questioning460.20s循环1.00
done550.12s循环1.10
failed680.16s播一次停末帧1.02
wave740.14s两轮后回 idle0.96
drag-right / left拖拽图集 0 / 180.08s拖拽期间循环1.00

安装

# 已全局安装 dsh CLI 的话
dsh plugin --profile web add github:sundusk/dsh-yu-pet

# 或者通过 npx 调用(无需全局安装)
npx @deepseek-ai/dsh plugin --profile web add github:sundusk/dsh-yu-pet

重启 dsh web 后生效,小雨会出现在页面右下角;设置入口在 侧边栏 → 设置 → 「小雨宠物」。仓库已包含可直接加载的 host / browser 两个插件部分,安装时不需要执行任何构建脚本。

插件管理依赖 pnpm(Homebrew 安装:brew install pnpm)。

项目结构

dsh-yu-pet/
├── package.json               # dsh.bundle.patch + dsh.client 声明
├── cordis.patch.yml           # 向 web profile 插件表插入 xiaoyu 行
├── lib/
│   ├── index.js               # Host 半:活动事件 → mood 状态机 + /api/xiaoyu/* 路由
│   └── client.js              # Browser 半:悬浮渲染 + 交互 + 设置页
├── assets/
│   ├── XiaoyuSprites.png      # 8×8 状态图集 1536×1664(源格式备份)
│   ├── XiaoyuDragSprites.png  # 2×8 拖拽奔跑图集 1536×416(源格式备份)
│   ├── XiaoyuSprites.webp     # 无损 WebP(运行时优先,体积约 -30%,像素一致)
│   └── XiaoyuDragSprites.webp
├── docs/poses.png             # 动作图鉴预览图(每状态一帧)
├── LICENSE
└── README.md

Host 半从包内 assets/ 目录解析图集(WebP 优先、PNG 回退),无任何绝对路径配置。

换皮指南

想替换角色:保持 PNG 为 RGBA、固定网格(状态图集 8×8、拖拽图集 2×8、每格 192×208)、 未使用格透明;按 lib/client.js 里 ANIMS 的 row / durations / scale / once 协议调整每行动画的帧数与节奏即可,渲染层无需改动。

Credits

  • 角色精灵图:sundusk/HarnessDesktop

License

BSD-3-Clause,见 LICENSE。