DeepSeek Harness 插件

kunpet-dsh

住在 DSH Web 界面右下角的坤坤桌宠:随 Agent 状态切换动作,任务完成时播放「你干嘛~哎哟」。

跳到安装方式

来源信息

GitHub 仓库
Yang-wudi/dsh-kun-like-pet
最近更新
2026年8月21日
分类
趣味扩展
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/Yang-wudi/dsh-kun-like-pet~23kunpet-dsh
GitHub:https://github.com/Yang-wudi/dsh-kun-like-pet/tree/main/packages/kunpet-dsh
插件名:dsh-kun-like-pet#kunpet-dsh
作者:Yang-wudi
安装命令:dsh plugin --profile web add kunpet-dsh

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器3 个文件
README.md来源说明 · 只读预览

🐤 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.