导入/上传 Codex 风格精灵图序列帧宠物,在 DSH Web GUI 以悬浮浮层渲染,含图库管理、交互与 Agent 状态联动。
安装
# npm 包(预构建)
dsh plugin --profile web add dsh-codex-pet
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:skr311/dsh-codex-pet#path:/packages/dsh-codex-pet
装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络,工具审批管不到它。GitHub 来源的插件还会在安装时执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
A desktop pet plugin for DeepSeek Harness (DSH): import Codex-style sprite-sheet pets and render them in the DSH Web GUI as a floating shell.overlay — with a pet library, interactions, and live Agent-state linkage.
Install
dsh plugin --profile web add dsh-codex-pet
Then restart the DSH Web GUI (host-side change) and refresh the page. Upload your own pet zip (see the asset format below) in Settings → Pet Library.
Features
- Sprite-sheet (Format A) sequence playback: per-frame ms timing, row = animation.
- Draggable floating overlay, click to wave, idle random antics, dark/light theme (all
--dsw-*tokens). - Pet library: zip upload / URL import / enable / disable / delete / preview.
- Agent-state linkage: working → run; approval/question → waiting; task done → happy; task failed → sad.
Asset format (Format A)
zip = pet.json + spritesheet.webp (192×208 frame, 8 columns, row = animation). See the full spec in the repository docs.
Docs
- Repo: https://github.com/skr311/dsh-codex-pet (README / README_EN / docs, Chinese primary)
License
MIT
链接
同类插件
Nagi-ovo/dsh-ads★ 372
2005 年中文站点风格的整活广告插件:侧栏广告/信息流/角落弹窗 + 假关闭叉,素材全虚构。
vlln/whale-girl★ 153
桌面宠物(QQ 宠物形态):右下角悬浮、可拖拽/投喂/玩耍。
PC2005-cloud/dsh-pet#dsh-pet★ 26
DSH Web UI 桌面宠物:25 个透明动画、屏幕漫游、点击反应与拖拽,附可复现的素材生成链。
lhh010/dsh-minigames★ 18
右侧小游戏面板:18 款离线小游戏,等模型回复时的摸鱼神器。
hellodigua/dsh-emoji★ 17
为 AI 回复自动添加表情。
omdsh-dev/dsh-gomoku★ 13
与 AI 下五子棋,也可让 AI 对局比棋力。