Skip to content
dsh-market Browse plugins GitHub 中文

skr311/dsh-codex-pet#dsh-codex-pet

Import Codex-style sprite-sheet pets and render them as a floating shell.overlay with a pet library, interactions, and agent-state linkage.

Stars ★ 5 Category Just for Fun Listed 2026-08-15 npm dsh-codex-pet

Install

Inside DeepSeek Harness, with dsh-market

dsh plugin --profile web add dshmarket

Or from the command line

dsh plugin --profile web add dsh-codex-pet

Installing runs third-party code with your own permissions — it can read your files, use your credentials and reach the network. Review the source first, and pin a commit (github:owner/repo#sha) when you can.

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

License

MIT

Content from the project README on GitHub ↗