跳到正文
dsh-market 浏览插件 GitHub EN

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

导入/上传 Codex 风格精灵图序列帧宠物,在 DSH Web GUI 以悬浮浮层渲染,含图库管理、交互与 Agent 状态联动。

Star 数 ★ 5 分类 娱乐 收录于 2026-08-15 npm dsh-codex-pet

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

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

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

README

该插件的 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

内容来自项目 README(GitHub)↗