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.

Plugin Desktop Pet — DSH Plugin for DeepSeek Harness
← Plugins

@liguojiang/dsh-plugin-desktop-pet

Plugin Desktop Pet

A configurable desktop pet overlay for DeepSeek Harness with live task progress.

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

npx -y @deepseek-ai/dsh plugin --profile web add @liguojiang/dsh-plugin-desktop-pet@0.1.0
READMECompatibilityVersions

Compatibility and provenance

Plugin Desktop Pet is published as @liguojiang/dsh-plugin-desktop-pet and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
140.8 kB
Files
23
Surface
web
License
MIT
Source
npm
GitHub
★ 0
Weekly downloads
36
Last push
8/15/2026
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

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 pluginsClient 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.Pet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

DSH Desktop Pet

English | 中文

DeepSeek Harness Web 的桌面电子宠物插件。宠物显示在工作区悬浮层,可拖动、关闭、替换图片,并根据当前会话状态和任务列表显示工作进度。

桌面电子宠物设置页

功能

  • 在 DSH 工作区显示可拖动电子宠物
  • 从宠物按钮关闭,并在设置页重新打开
  • 上传 PNG、JPEG、WebP 或 GIF 图片,最大 2 MB
  • 编辑宠物名称、尺寸和待机动效
  • 读取当前会话运行状态
  • 在 DSH 发布 todos 投影时显示当前任务和完成数量
  • 在“设置 > 插件 > 电子宠物”集中管理配置
  • 支持深浅色主题和 prefers-reduced-motion

兼容性

  • DeepSeek Harness:0.1.0-rc.6
  • Node.js:>=20
  • 浏览器:DSH Web 当前支持的现代浏览器

安装

从 npm 安装:

dsh plugin --profile web add @liguojiang/dsh-plugin-desktop-pet

重启 dsh web,然后打开“设置 > 插件 > 电子宠物”。

从 GitHub 安装开发版本:

dsh plugin --profile web add github:guojiangli/dsh-plugin-desktop-pet

卸载:

dsh plugin --profile web remove @liguojiang/dsh-plugin-desktop-pet

隐私

插件没有服务器接口,也不会上传图片。配置和自定义图片以 Data URL 形式保存在当前浏览器的 localStorage 中。清除站点数据会同时清除宠物配置。

已知限制

  • 配置只在当前浏览器和当前站点生效,不会跨设备同步。
  • 浏览器存储容量有限,因此单张图片限制为 2 MB。
  • 只有当前会话提供 todos 投影时才显示任务进度条;否则只显示运行或待命状态。
  • 新安装的 DSH 客户端插件需要重启 dsh web 才能进入客户端 roster。

开发

pnpm install
pnpm build
pnpm test
pnpm check

源码位于 src/,生成文件位于 lib/。scripts/build.mjs 使用 esbuild 生成 DSH window.__ModuleLoader__ 客户端 bundle,TypeScript 同时生成公开类型声明。

本地安装当前目录:

dsh plugin --profile web add .

贡献

提交代码前请阅读 CONTRIBUTING.md 和 CODE_OF_CONDUCT.md。安全问题请按 SECURITY.md 私下报告。

许可证

MIT © 2026 guojiangli