Skip to content

culture-flask/dsh-aemeath-pet

40Last commit Aug 14, 2026

dsh-aemeath-pet DSH plugin

dsh-aemeath-pet adds a cute pixel-art pet named Aemeath to your DeepSeek Harness web interface. It sits in the corner of the page and responds to the agent's idle, running, waiting, error, and task completion states with different animations and Chinese/English speech bubbles. The pet can be freely moved, resized, or hidden via right-click menu.

How to install the dsh-aemeath-pet DSH plugin

dsh plugin --profile web add https://github.com/<你的用户名>/dsh-aemeath-pet/archive/refs/tags/v0.1.0.tar.gz

This source command needs manual review. Copying does not run it.

dsh-aemeath-pet DSH plugin data source

dsh-aemeath-pet DSH plugin snapshot date: Aug 16, 2026

discovered

What the dsh-aemeath-pet DSH plugin can do

  • 11 different animations including idle, running, waving, jumping, failure, waiting, working, checking, and two-direction gazing
  • Right-click menu for docking corner, free placement, size adjustment (small/medium/large), hide, and reset position
  • Drag-and-drop to move the pet anywhere on the page
  • Speech bubble text follows DSH language locale (English/Chinese) with namespace dsh-aemeath-pet
  • Random performance actions even when idle: running left/right, working, jumping
  • Preferences (enable, scale, position) persisted in localStorage
  • Pure client-side rendering with canvas and DOM, no React dependency
  • Spritesheet served by the host half of the plugin

Where the dsh-aemeath-pet DSH plugin fits

  • Add a cheerful companion while waiting for AI agent tasks to complete
  • Get visual feedback on agent state changes (idle, running, error, success) through pet animations and bubbles
  • Personalize the DeepSeek Harness web interface with a pixel-art desktop pet
  • Interact with the pet by clicking or touching for a waving response

Who the dsh-aemeath-pet DSH plugin is for

  • DeepSeek Harness users who want a more engaging web GUI experience
  • Developers and enthusiasts who enjoy pixel-art desktop pets and want visual feedback during AI agent sessions

dsh-aemeath-pet DSH plugin limitations

  • Only supports the web profile of DeepSeek Harness (not CLI or other profiles)
  • Requires DSH web environment; the pet is a client-side plugin that depends on the host serving the spritesheet
  • Character artwork is from third-party sources (Wuthering Waves game and Bilibili creator) with non-commercial use restrictions
  • Early development stage; may have bugs or missing features

dsh-aemeath-pet DSH plugin: from the repository README

Quoted from the culture-flask/dsh-aemeath-pet README, the upstream source of the dsh-aemeath-pet DSH plugin. Copyright remains with the original authors.

爱弥斯 · DeepSeek Harness 桌宠 — DeepSeek Harness Web GUI 的像素风宠物插件。 爱弥斯会停在页面角落,陪 agent 一起工作: <img width="1220" height="672" alt="屏幕截图 2026-08-14 221709" src="https://github.com/user-attachments/assets/cd101920-3442-4c73-80c6-6080074a7725" /> <img width="1118" height="676" alt="屏幕截图 2026-08-14 221702" src="https://github.com/user-attachments/assets/000e50d7-9c47-452e-bef3-47ff064649f5" /> | 场景 | 动作 | | ----------- | -------------------------- | | Agent 空闲 | 随机奔跑 / 原地工作 / 跳跃(不受会话状态限制) | | Agent 正在运行 | 工作动画 + 「思考中…」 | | Agent 等待你输入 | 等待动画 + 「等你哦~」 | | Agent 步骤出错 | 失败动画 + 「唔…出错了」 | | 新任务开始 | 跳跃 + 「交给我吧!」 | | 一轮任务完成 | 跳跃庆祝 + 「搞定啦 ✨」 | | 点击 / 触碰 | 挥手回应 | ## 功能 - 🎬 全部 11 种动画(待机 / 左右移动 / 挥手 / 跳跃 / 失败 / 等待 / 工作 / 检查 / 两向注视),帧布局与 Codex Pet V2 图集一致(1536×2288,8×11 格,每格 192×208) - 🐾 右击菜单:停靠角落 / 自由摆放、大小(小·中·大)、隐藏、重置位置;拖拽可随意移动 - 💬 跟随 DSH 语言的中/英气泡文案(locale 命名空间 `dsh-aemeath-pet`) - 🏃 随时随机表演:向左/右斜向奔跑(running-left / running-right,含垂直分量)、原地工作(running)、跳跃(jumping)— 停靠和自由摆放模式下都会出现 - 💾 偏好(启用 / 缩放 / 位置)持久化在 localStorage - 🔌 纯客户端渲染(canvas + DOM,无 React 依赖);Host 半只

Read the full READMERepository license: Apache-2.0

dsh-aemeath-pet DSH plugin questions

How do I install dsh-aemeath-pet?

You can install it via the dsh CLI using the command: `dsh plugin --profile web add https://github.com/<your-username>/dsh-aemeath-pet/archive/refs/tags/v0.1.0.tar.gz`. Replace the URL with the actual tag URL. After adding, restart `dsh web` and hard refresh your browser (Cmd/Ctrl+Shift+R) to see the pet.

Does the pet work in all DSH profiles?

No, this plugin is designed specifically for the web profile of DeepSeek Harness. It injects a canvas-based pet into the web GUI. It does not work in CLI or other non-web profiles.

Can I change the pet's size or position?

Yes. Right-click on the pet to open a context menu where you can choose to dock it to a corner, place it freely, or adjust its size to small, medium, or large. You can also drag the pet to any position on the page. All preferences are saved in localStorage.

How do I uninstall the plugin?

Use the command `dsh plugin --profile web remove dsh-aemeath-pet`. Then restart `dsh web` and hard refresh the browser. The pet will be gone.

Is the pet's spritesheet included in the installation?

Yes, the built spritesheet and all client-side code are included in the `lib/` directory of the repository, which is committed and shipped with the tarball. No additional build step is required after installation.