Skip to content

f0909172434/dsh-deepseek-girl-pet

40Last commit Aug 13, 2026

dsh-deepseek-girl-pet DSH plugin

deepseek娘 is a community-made, non-official plugin that adds a desktop pet to the DeepSeek Harness Web UI. She sits at the bottom-right corner and switches animations based on the current session state (idle, running, pending interaction). The pet also follows the mouse cursor in 16 directions and supports click-to-scale toggle and prefers-reduced-motion.

How to install the dsh-deepseek-girl-pet DSH plugin

dsh plugin --profile web add github:f0909172434/dsh-deepseek-girl-pet

Copying does not run this command. Review the repository and version before installing the dsh-deepseek-girl-pet DSH plugin.

dsh-deepseek-girl-pet DSH plugin data source

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

discovered

What the dsh-deepseek-girl-pet DSH plugin can do

  • State-driven animation: idle, running, pending interaction, and pointer movement
  • 16-direction mouse tracking (every 22.5 degrees)
  • Click to toggle between normal and enlarged size
  • Returns to idle animation after 1.1 seconds of no mouse movement
  • Supports prefers-reduced-motion media query
  • Uses Codex pet v2 sprite sheet: 1536×2288 WebP, 8×11 grid, 192×208 per frame
  • Reads Harness session summary state directly, no fragile DOM parsing
  • No external CDN, no tracking, no modification of Harness core files

Where the dsh-deepseek-girl-pet DSH plugin fits

  • Add a cute interactive element to your DeepSeek Harness UI
  • Visual feedback of session state through pet animations
  • Entertainment during long-running tasks or waiting for interaction
  • Customizing the Harness interface with a personal touch

Who the dsh-deepseek-girl-pet DSH plugin is for

  • DeepSeek Harness users who want a fun UI companion
  • Users who enjoy desktop pets and anime-style characters

dsh-deepseek-girl-pet DSH plugin limitations

  • Only works with DeepSeek Harness Web UI (profile 'web')
  • Requires manual restart after installation (Ctrl+C then dsh web)
  • May show peer dependency warnings during installation (harmless if Done appears)
  • Uses a specific sprite sheet format; custom pet assets not documented

dsh-deepseek-girl-pet DSH plugin: from the repository README

Quoted from the f0909172434/dsh-deepseek-girl-pet README, the upstream source of the dsh-deepseek-girl-pet DSH plugin. Copyright remains with the original authors.

一個給 DeepSeek Harness Web UI 使用的開源 Cordis 桌寵外掛。她會待在介面右下角,依照目前 Session 狀態切換動畫,也會用 16 個方向跟著滑鼠看。 > 實際在 DeepSeek Harness 中使用的畫面: > > ![deepseek娘在 DeepSeek Harness 中待機、追視與放大](assets/deepseek-girl-harness-demo.gif) > 這是社群製作的非官方外掛,不會修改 Session 資料、對話記錄或 DeepSeek Harness 核心原始碼。 ## 功能 - DeepSeek Harness 原生 Cordis 外掛與 `shell.overlay` 擴充槽 - 待機時拿著簡體「区」的板子,對話框文字維持「凶」 - Harness 執行任務時切換至工作動畫 - Session 等待互動時切換至等待動畫 - 完整 16 方向滑鼠追視,每 22.5 度一格 - 滑鼠停止 1.1 秒後回到拿板子的待機動畫 - 點擊桌寵可在一般與放大尺寸間切換 - 支援 `prefers-reduced-motion` - Codex pet v2 圖集:1536 × 2288 WebP、8 × 11、每格 192 × 208 ## 安裝 ### 一行安裝 ```powershell dsh plugin --profile web add github:f0909172434/dsh-deepseek-girl-pet ``` 安裝後重新啟動 Harness: ```powershell # 先在原本執行 dsh web 的視窗按 Ctrl+C,確認 3080 已停止,再執行: dsh web ``` 如果看到 `EADDRINUSE: address already in use 127.0.0.1:3080`,代表舊的 Harness 還在執行,不是安裝失敗。請先回到原本的 Harness 終端按 `Ctrl+C`,再重新執行 `dsh web`;最後在瀏覽器按 `Ctrl+F5` 強制重新載入。 安裝時出現 `Issues with peer dependencies found` 是 profile 中其他外掛的 peer dependency 警告;只要後面顯示 `Done`,桌寵套件就已安裝。可用下列指令確認: ```powershell dsh --profile web --dump-config | Select-String deepseek-girl-pet ``` 然後開啟 [http://127.0.0.1:3080/](http://127.0.0.1:3080/)。 ### 從原始碼安裝 ```powershell git clon

Read the full READMERepository license: MIT

dsh-deepseek-girl-pet DSH plugin questions

How do I install the deepseek girl pet plugin?

Run the command `dsh plugin --profile web add github:f0909172434/dsh-deepseek-girl-pet` in your terminal. After installation, restart Harness by pressing Ctrl+C in the terminal where `dsh web` is running, then run `dsh web` again. Finally, do a hard refresh in your browser (Ctrl+F5) to see the pet.

Why do I see peer dependency warnings during installation?

Those warnings come from other plugins in your profile, not from the deepseek girl pet itself. As long as the installation ends with 'Done', the plugin is installed successfully. You can verify with `dsh --profile web --dump-config | Select-String deepseek-girl-pet`.

Can the pet interact with my chat or session data?

No. The pet is a purely visual overlay. It reads only the session summary state (idle, running, pending interaction) from Harness and does not read, write, or modify any conversation content or session data. It also does not use external CDNs or tracking services.

How do I toggle between normal and enlarged size?

Simply click on the pet. This will switch between the default size and a larger size. The animation and mouse tracking remain active in both sizes.

Does the pet work with reduced motion settings?

Yes, the plugin respects the `prefers-reduced-motion` media query. If your system is set to reduce motion, the pet will still display but with simplified animations or no animation depending on the setting.