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.

Kunpet Dsh — DSH Plugin for DeepSeek Harness
← Plugins

kunpet-dsh

Kunpet Dsh

Kun Like desktop pet · DSH official plugin package: a Kun pet in the bottom-right corner of the Web interface that changes actions based on the Agent’s work status and plays “What are you doing~ Aiya” when a task is completed. Mounted as a profile plugin, it persists after restarts and is shared acr

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

npx -y @deepseek-ai/dsh plugin --profile web add kunpet-dsh@1.0.2
READMECompatibilityVersions

Description

Kun Like desktop pet · DSH official plugin package: a Kun pet in the bottom-right corner of the Web interface that changes actions based on the Agent’s work status and plays “What are you doing~ Aiya” when a task is completed. Mounted as a profile plugin, it persists after restarts and is shared across all session pages.

Compatibility and provenance

Kunpet Dsh is published as kunpet-dsh 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
npm
Registry updated
9/20/2026

Versions

1.0.2stable
8/19/2026
1.0.1stable
8/19/2026
1.0.0stable
8/19/2026

Related plugins

Loading related plugins…

Latest
1.0.2
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
2 MB
Files
8
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
50
Last push
8/19/2026
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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

🐤 kunpet-dsh

Kun Like 桌宠 · DeepSeek Harness (DSH) 桌面宠物插件 —— 一只住在 Web 界面右下角的小坤宠。 它盯着 Agent 干活:你搓代码它努力搬砖,你思考它托腮,等你回复它翘首以盼,任务完成时它挥手跳跃、大喊 「你干嘛~哎哟」 🏀

A Kun-Like desktop pet for DeepSeek Harness: lives in the bottom-right corner of the Web UI, reacts to agent activity, and plays a voice line when a task completes.

🙏 This package is a derivative of liyupi/dsh-kun-like-pet (original author liyupi, MIT). It repackages the pet as a self-contained DSH profile plugin and fixes Windows MP3 playback. Source: github.com/Yang-wudi/dsh-kun-like-pet.

✨ Features

  • 9 种状态动画:完全沿用 Codex 桌宠精灵图契约(8 列 × 9 行、每格 192×208),素材零重绘
  • 所有会话共享:作为 profile 插件挂载到宿主组合,每个会话页面右下角都有桌宠
  • 重启仍在:随 DSH 启动自动装载,无需 cordis 会话、无需授权
  • 任务完成全机可闻:宿主进程用系统命令播放「你干嘛~哎哟」(Windows/Mac/Linux 自动选择播放命令)
  • 可互动:拖动桌宠满屏跑(跑步动画跟方向),点击它挥手打招呼
  • 调试工具:每个会话都有 kun_pet_debug,随时查看状态机内部计数

📦 Install

dsh plugin --profile web add kunpet-dsh

Then restart DSH. The pet appears in the bottom-right corner of every session page.

Local install from source:

git clone https://github.com/Yang-wudi/dsh-kun-like-pet.git
dsh plugin --profile web add -w <clone-path>/packages/kunpet-dsh
# restart DSH

On Windows, pass the plain directory path (no file: prefix) when the target is on another drive.

🔧 Config

The plugin is self-contained (assets embedded). To override assets or behavior, add config to the loader entry in your profile's cordis.patch.yml:

- id: kun-pet
  config:
    spritePath: /your/path/spritesheet.webp
    voicePath:  /your/path/voice.mp3

All options live in lib/index.js DEFAULTS (pollMs, celebrateMs, failedMs, playCommand…).

🔍 Verify

curl http://127.0.0.1:3080/kun-pet/state

Should return JSON like {"mode":"idle","seq":…,"spriteUrl":"/kun-pet/spritesheet.webp",…}. /kun-pet/spritesheet.webp should return image/webp.

⚠️ Assets copyright

assets/voice.mp3 is a meme voice clip (contains a public figure's voice) and assets/spritesheet.webp is fan-made pixel art — personal study use only. Replace the files under assets/ with your own if you plan commercial use or redistribution.

📄 License

Code: MIT. Assets: personal study use only, per the notice above.