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.

Whale Pet — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
W

@miku00039-01/dsh-whale-pet

Whale Pet

🐋 DSH Whale Girl desktop pet plugin: /whalepet command to launch the DeepSeek Harness desktop pet (start/stop/monitor services, double-click to open the GUI)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:miku00039-01/dsh-whale-pet#48aaf506d02e939e0d2cc89359add4d2937c260e
READMECompatibilityVersions

Compatibility and provenance

Whale Pet is published as @miku00039-01/dsh-whale-pet and currently resolves to version 1.14.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/12/2026

Versions

1.14.0stable
9/12/2026

Related plugins

Loading related plugins…

Latest
1.14.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 3
Weekly downloads
0
Last push
9/12/2026
View source ↗
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

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 pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.

README

🐋 DSH 桌宠 (DSH Whale Pet)

一个 Windows 桌面宠物程序,把 DeepSeek Harness 的服务启动、停止、状态监测和 GUI 唤起整合到一个零依赖的 .exe 里。

English: README.en.md · 版本记录: CHANGELOG.md · 安全: SECURITY.md

whale

✨ 功能

功能说明
一键启动双击 exe = 检测 DSH 服务 → 未运行则后台拉起 → 就绪后打开 GUI → 鲸鱼娘出现
人形桌宠逐像素透明悬浮窗,按图片原形状显示,可拖动、记住位置
双击唤起双击鲸鱼娘打开 GUI(复用同一 PWA 窗口,不堆标签页)
右键菜单打开程序 / 最小化至托盘 / 关闭程序 / 查看状态 / 退出
最小化至托盘选「🗕 最小化至托盘」隐藏鲸鱼娘(仅留托盘图标);单击托盘图标即可唤起,再次运行 exe 同样能唤回(位置不变)
关闭程序只停 DSH 服务 + 关闭 GUI 应用窗口(按窗口标题精确匹配,不影响其他浏览器页面)
退出确认框后连服务一起退出
托盘图标常驻;鲸鱼娘已隐藏时左键单击 = 唤起,未隐藏时左键单击 = 打开 GUI;右键菜单(兜底入口)
状态监测仅绿/红两态(无黄色中间态),自适应频率:在线 5 秒 / 离线 2 秒
状态卡片悬浮卡片显示服务状态/地址/PID/运行时长 + 桌宠内存/GDI 句柄(自检防泄漏)
单实例重复双击不会开第二个,只会唤起已有实例
崩溃日志未捕获异常自动写入 dsh-whale-pet-crash.log,方便排查

📦 依赖(前置条件)

依赖必选?说明
Windows 10 / 11✅ 必选使用了 WinForms / 分层窗口 / netstat 等 Windows 能力
.NET Framework 4.x✅ 必选系统自带,无需安装;exe 由系统自带 csc.exe 编译,目标框架 4.x
DeepSeek Harness✅ 必选需要正确安装:① Node.js(提供 node 运行环境)② dsh CLI 全局安装(npm i -g @deepseek-ai/dsh)③ 已配置 API 凭证(~/.dsh/.credentials.yaml 中的 DEEPSEEK_API_KEY)。桌宠通过 node <dsh的bin.js> web 拉起服务,监听 127.0.0.1:3080
Chrome⚪ 可选用于 PWA 独立窗口模式(由 DSH GUI 生成 DeepSeek Harness.lnk 快捷方式)。未安装/未找到时自动回落到默认浏览器打开

简言之:装好 DeepSeek Harness 就能跑;装 Chrome 并获得 PWA 快捷方式可获得最佳体验。

🚀 快速开始

方式一:作为 DSH 插件安装(推荐)

# 从 npm 安装(推荐,npm 包名为 @miku00039-01/dsh-whale-pet)
dsh plugin --profile web add @miku00039-01/dsh-whale-pet

# 或直接从 GitHub 安装(无需 npm)
dsh plugin --profile web add github:miku00039-01/dsh-whale-pet

安装后在 DSH 里输入 /whalepet 即可启动鲸鱼娘桌宠。插件市场(dsh-market)里搜索 dsh-whale-pet 也能一键安装。

关于包名:npm 上 dsh-whale-pet 已被他人占用,因此本插件发布在作用域下 @miku00039-01/dsh-whale-pet。 package.json 的 name、cordis.patch.yml 的 name 与 profile 里的依赖键必须三处一致。

关于宿主要求:插件市场卡片上的"宿主要求"读自 npm manifest 的 engines.dsh(本包声明 >=0.1.0-rc.6); 只从 GitHub 安装、未发布到 npm 的插件,市场读不到 manifest,会显示"宿主要求未知"——这是市场刻意不猜测的设计。

方式二:直接下载 exe

  1. 从 Releases 下载 DSH桌宠.exe(或按下方"从源码构建")
  2. 双击运行 → 鲸鱼娘出现在屏幕右下角
  3. 首次运行会在 exe 同目录生成 dsh-whale-pet.conf(自动检测的路径),可按需修改

⚙️ 配置(dsh-whale-pet.conf,INI 格式)

键默认说明
workspace(exe 所在目录)DSH 工作区目录(决定会话归属;建议设为你的工作目录)
nodePath自动检测node.exe 路径
dshBin自动检测@deepseek-ai/dsh 的 lib/bin.js 路径
pwaShortcut自动查找Chrome PWA 快捷方式路径;留空且找不到则用浏览器打开
pwaWindowTitleDeepSeek HarnessGUI 应用窗口标题前缀(用于"关闭程序"时精确关窗)
openModeauto开窗方式:auto(优先用令牌地址自愈 cookie)/ pwa(只走快捷方式)/ token(只用令牌地址)
chromeProfile从快捷方式读取Chrome 配置目录名(令牌地址开窗时与 PWA 共用 cookie);留空 = 自动读取
port3080DSH 服务端口
lastX / lastY-1鲸鱼娘上次位置(自动记录)

所有键留空 = 自动检测;修改后重启桌宠生效。示例见 dsh-whale-pet.conf.example。

🖥️ 打开行为与开关

  • 桌宠打开 GUI 的方式:优先打开 Chrome PWA 独立窗口(通过 pwaShortcut 指定的快捷方式);未找到快捷方式时回落到默认浏览器标签页。
  • 服务启动开关:桌宠以 dsh web --no-open 启动服务——新版 dsh(0.1.1+)默认会自动打开浏览器,--no-open 让开窗完全由桌宠控制,避免出现"先开网页再开应用窗口"的双窗口。
  • 裸地址会 401?这是 dsh 的浏览器信任围栏:新版 dsh 对裸地址 http://127.0.0.1:3080/ 要求浏览器持有 dsh-auth-* cookie(默认 30 天)。服务每次启动都会打印一行带进程令牌的地址(dsh web: http://127.0.0.1:3080/?token=...),浏览器访问一次即换取新 cookie 并 303 跳回干净地址。
    • 桌宠会自动捕获这一行,启动后首次开窗优先使用令牌地址(自动换取/续期 cookie),之后回落到 PWA 快捷方式复用同一窗口——不必再手动贴令牌地址。
    • cookie 到期或被清理后,桌宠下一次启动服务时就会自动续期;若服务由外部(如 CMD 里 dsh web)启动,桌宠拿不到令牌,此时可用 openMode=token 以外的方式,或手动打开日志里那行地址一次。
  • 想改打开方式?
    • 修改 dsh-whale-pet.conf 的 pwaShortcut → 指向别的 PWA 快捷方式;置空则始终用默认浏览器打开。
    • 手动运行 dsh web(不带 --no-open)时,服务会自动打开浏览器——这是 dsh 自带行为,与桌宠无关。

🔨 从源码构建

# 要求:Windows 10/11(自带 csc.exe 与 .NET Framework),PowerShell 7 或 5.1
pwsh -File build.ps1

构建脚本会:① 从 assets/whale.png 生成多尺寸 pet.ico;② 用系统 csc.exe 编译 src/DSHPet.cs → DSH桌宠.exe(零第三方依赖)。

🚀 发布新版本(CI 自动构建 Release)

仓库已配置 GitHub Actions:推送 v* 标签时,自动在 Windows 环境构建并上传 exe 到 Release。

git tag v1.0.0
git push origin v1.0.0

推送 main 分支也会触发一次构建校验(不发布)。

Release 正文自动取自 CHANGELOG:发布任务会调用 .github/scripts/extract-changelog.sh,按 tag 从 CHANGELOG.md 提取对应版本小节作为 Release 说明(因此发版前请先在 CHANGELOG.md 写好该版本小节;小节标题用 ## [v1.14] 或 ## [v1.14.0] 都能匹配)。匹配不到时退化为一段简短说明,不会导致发布失败。

📁 目录结构

dsh-whale-pet/
├── package.json                # dsh 插件 manifest(dsh.bundle)
├── cordis.patch.yml            # 插件注册(/whalepet 命令)
├── lib/index.js                # 插件实现:注册命令并启动桌宠 exe
├── dist/DSH桌宠.exe            # 随插件分发的桌宠 exe
├── src/DSHPet.cs               # 桌宠全部源码(单文件,WinForms + P/Invoke)
├── assets/whale.png            # 桌宠形象素材(见下方授权)
├── assets/pet.ico              # 构建生成的 exe 图标
├── assets/WHALE_ATTRIBUTION.md # 素材授权说明
├── build.ps1                   # 一键构建脚本(支持 -OutDir)
├── .github/workflows/ci.yml    # CI:push 构建校验,tag 自动发 Release
├── dsh-whale-pet.conf.example  # 配置示例
├── CHANGELOG.md                # 版本记录
└── README.md

🖼️ 素材授权

桌宠形象(鲸鱼娘)素材的出处与许可详见 assets/WHALE_ATTRIBUTION.md。请在使用/分发前确认符合其许可要求。

📄 License

代码部分:MIT,见 LICENSE。素材部分遵循上述授权说明。