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.

Yiyi Pet — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
Y

dsh-yiyi-pet

Yiyi Pet

狼兔一一任务宠物: DSH Web desktop pet plugin that lets you switch among the three characters 狼, 兔, and 一一. 狼 and 兔 each have a complete set of 16 expressions that change automatically with Agent task status, and expressions can also be selected manually. Resources are packaged persistently and served throug

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

npx -y @deepseek-ai/dsh plugin --profile web add github:scubiry-glitch/dsh-yiyi-pet#0377ccb5106b4d461a9909e0a55b4b6dd91bb735
READMECompatibilityVersions

Description

狼兔一一任务宠物: DSH Web desktop pet plugin that lets you switch among the three characters 狼, 兔, and 一一. 狼 and 兔 each have a complete set of 16 expressions that change automatically with Agent task status, and expressions can also be selected manually. Resources are packaged persistently and served through Host same-origin routing, with no public internet access required.

Compatibility and provenance

Yiyi Pet is published as dsh-yiyi-pet and currently resolves to version 1.0.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/21/2026

Versions

1.0.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
1.0.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/22/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 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.

README

dsh-yiyi-pet · 狼兔一一任务宠物

DSH Web GUI 的桌面宠物插件。右下角悬浮一只会在狼狼 🐺 / 兔兔 🐰 / 一一 🐣 之间切换的小宠物,狼、兔各有全套 16 个表情,表情会随 Agent 任务状态自动变化,也能展开表情包手动挑选。

特性

  • 三角色切换:狼狼 / 兔兔 / 一一,一键切换,选择存 localStorage(刷新后保留)。
  • 全套表情包:狼、兔各 16 个表情(默认 / 微笑 / 担心 / 爱心 / 墨镜 / 大哭 / 生气 / 大笑 / 好奇 / 难过 / 嚎哭 / 开心 / 晕了 / 思考 / 恳求 / 含泪)。
  • 随任务变化:表情跟随 Agent 阶段自动切换——
    • 待命 → 默认 · 思考 → 🤔思考 · 干活(调用工具)→ 🛠️好奇 · 完成 → 🎉开心 · 失败 → 😢大哭
  • 手动挑表情:狼、兔模式下点「😊 表情」展开 16 格表情网格。
  • 离线可用:全部资源持久化打包在包内 assets/,由 Host 同源路由 /yiyi-pet/assets/… 提供,不依赖公网。

安装

从插件市场安装

在 DSH 的「插件市场」中搜索 yiyi-pet 安装(或 dsh plugin --profile web add dsh-yiyi-pet),重启 harness 后生效。

手动安装

dsh plugin --profile web add scubiry-glitch/dsh-yiyi-pet
# 或本地路径
dsh plugin --profile web add /path/to/dsh-yiyi-pet

目录结构

dsh-yiyi-pet/
├─ package.json
├─ cordis.patch.yml
├─ lib/
│  ├─ index.js      # Host:状态路由 + 静态资源路由 + 任务阶段监听
│  └─ client.js     # 客户端:宠物卡片、切换、表情包
└─ assets/          # 狼/兔 16 表情 + 一一头像(持久化打包)

资源来源与授权

  • 代码:MIT(见 LICENSE)。
  • 狼、兔表情精灵与一一小鸟:来自狼兔养成小游戏 couple-game(birds-ref/Game/sprites),用于非商业演示,版权归原游戏作者所有。
  • 一一头像:用户提供的本地图片,已去除顶部水印。

说明

  • 阶段快照轮询自 GET /api/yiyi-pet/state(同源,无需额外配置)。
  • 若与同名悬浮宠物插件共存,两者都占用右下角,建议只启用一个。