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.

Desktop Companion — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
D

dsh-desktop-companion

Desktop Companion

A virtual pet living on the DSH webpage that levels up and evolves with coding activity, offers voice encouragement, and uses AI to generate a custom transparent animated avatar.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:JiayiXie-jpg/dsh-desktop-pet#2676eb58a20641dc29d2899d15044bb180db7d53
READMECompatibilityVersions

Compatibility and provenance

Desktop Companion is published as dsh-desktop-companion 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
MIT
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 桌宠陪伴 · Desktop Pet Companion

把写代码的每一天,变成有宠物陪伴的日常。🐾

一只住在 DeepSeek Harness 网页里的养成系桌宠:随你的编码活动升级进化、语音打气,还能用 AI 生成专属的透明动画形象。

✨ 功能

  • 🐾 悬浮陪伴 — 常驻 DSH 界面、可拖拽可收起,不打扰工作流
  • 📈 养成系统 — 6 种族 × 5 档稀有度 × 唯一 DNA,XP / 心情 / 饱食 / 亲密度,三阶段进化(进化方向随编码习惯)
  • 🔗 编码联动 — 实时感知任务开始 / 完成 / 报错 / 新会话,涨经验、换动画、冒气泡
  • 🔊 语音打气 — seed-tts 音色自动播报,点它也有回应
  • ✨ AI 生成形象 — 上传照片 → Seedream 写实生成 → Seedance 动画 → 透明抠像,得到会动的专属桌宠
  • 🎮 互动 — 投喂 / 摸摸 / 重孵 / 改名

📦 安装

pnpm add dsh-desktop-companion

然后在 profile 的 cordis.patch.yml 里加一行:

- insert:
    - id: dsh-desktop-pet
      name: dsh-desktop-companion

重启 dsh web,桌宠就出现在右下角。

🔑 配置

AI 生图 / 动画与语音播报依赖火山引擎凭据(可选——不配置时仍可用像素宠物、养成与气泡互动):

export DSH_PET_ARK_KEY=你的_Ark_API_Key     # Seedream 生图 / Seedance 动画
export DSH_PET_TTS_KEY=你的_语音_API_Key   # seed-tts-2.0 语音合成

🛠 技术栈

  • 生成:火山引擎 Seedream(写实形象)+ Seedance(首帧动画)
  • 语音:火山引擎 seed-tts-2.0(双向流式 WebSocket 合成)
  • 透明:绿幕 + 浏览器 canvas 色键(软边 + despill 去溢色)
  • 事件:DSH 原生 Cordis 事件(agent/status、tools/result、agent/error 等)

目录结构

lib/index.js          # Host 半:事件监听 + connection RPC + AI 生成 + TTS
client/index.js       # Client 半源码:悬浮桌宠 UI + 色键抠像
client/client.js      # esbuild 构建产物
cordis.patch.yml      # 组合补丁(注册插件行)
src/host.js           # 动态插件参考实现(历史版本)
src/client.js         # 动态插件参考实现(历史版本)

License

MIT