Import Codex-style sprite-sheet pets and render them as a floating shell.overlay with a pet library, interactions, and agent-state linkage.
Install
# from npm (prebuilt)
dsh plugin --profile web add dsh-codex-pet
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:skr311/dsh-codex-pet#path:/packages/dsh-codex-pet
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a 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
Links
More in this category
Nagi-ovo/dsh-ads★ 372
Parody ads in 2005-Chinese-web style: sidebar banners, in-chat feeds, corner popups, and a close button whose hit area is smaller than it looks. All fictional.
vlln/whale-girl★ 153
Desktop pet (QQ-pet style): floats in the corner, draggable, feedable, playable.
PC2005-cloud/dsh-pet#dsh-pet★ 26
Desktop pet for the DSH Web UI with 25 transparent animations, screen wandering, click reactions and drag, plus a reproducible asset-generation pipeline.
lhh010/dsh-minigames★ 18
Side-panel arcade: 18 offline mini-games to play while the model thinks.
hellodigua/dsh-emoji★ 17
Automatically add emojis to AI replies.
omdsh-dev/dsh-gomoku★ 13
Play Gomoku against the AI, or let two AIs battle it out.