
在你的deepseek-harness上养一只吃白饭的大蓝鲸
Install Deepseek Pet
Clean install: prebuilt on npm and declares a `dsh.bundle` layer.
The one-line version
dsh plugin --profile my-profile add deepseek-petThe easy path: this bundle is published to npm, so the install pulls a prebuilt artifact — no build step runs on your machine and no build approval is needed.
From npm — installs a prebuilt artifact, no build step on your machine
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add deepseek-pet
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePackage: deepseek-pet
Prefer to install from source instead?
From GitHub — pulls source, and may ask for build approval on first run
# 1. add the bundle to a profile — --profile my-profile points at $DSH_HOME/profiles/my-profile
dsh plugin --profile my-profile add github:keleus/deepseek-pet#<commit-sha>
# 2. verify: the bundle should show up as a layer in the resolved config
dsh --profile my-profile --dump-config
# 3. boot the profile
dsh --profile my-profilePrerequisites
- API key
- Not required.
- Network access
- Not required at runtime.
- Language
- JavaScript
Install check
Every field the verdict was derived from, so you can re-derive it yourself
| Field checked | Result | Weight | What the spec says about it |
|---|---|---|---|
| lifecycleScripts | pass | info | no install-time scripts |
| dsh.bundle | pass | fatal | package.json declares a `dsh.bundle` layer |
| dsh.bundle.patch file | pass | fatal | patch file present at `cordis.patch.yml` |
| npm registry | pass | fatal | published as `deepseek-pet` — prebuilt artifacts |
- Verdict reason
- on npm with a valid bundle declaration
- package.json read
- package.json
- Rules applied from
- docs/user/develop/basic/publish.md
- Checked at
- 2026-08-15
From the README
Excerpt as published by the author, plain text, unedited
DeepSeek Pet 是一个嵌入 DeepSeek Harness 网页的交互式桌宠插件。它会跟随当前任务、 工具调用、上下文占用和活跃会话自动切换 DeepSeek 表情,并通过呼吸、弹跳、倾斜、 视差和淡入动画呈现 Live2D 风格效果。 角色使用完整表情图切换,不拆分头部、手脚或五官图层,避免部件错位和表情突变。 - 角色上方用与 Pet 等宽的气泡轮播状态短句,并以单行横向打字机效果跟随最新输出;无任务活动时 10 秒后自动隐藏; - 角色下方用横条显示聚焦会话并以亮边标记,正在执行的会话向下排列,超过三个时自动层叠收起; - 多个会话并行执行时进入“忙疯了”状态; - 根据分析、回答、编码、网络搜索、子 Agent、完成和失败等场景切换表情;回答阶段轮换敲电脑、思考和认真核对等工作形象,思考阶段轮换不同状态标签; - 工具等待批准时,可直接在气泡中允许或拒绝; - 用户问题支持选项、自定义输入、提交和拒绝; - reasoning 中疑问较多时显示困惑或压力表情; - 用户指出回答有误时显示道歉表情; - 上下文达到 62% 时提示“还可以再吃一点”,达到 82% 时显示“吃饱了”; - 图片输入时显示蒙眼状态; - 无任务 10 分钟显示饿了,30 分钟抱枕犯困,1 小时后睡觉; - 根据本地时间显示早上、中午、下午和晚上的问候,23 点后犯困,凌晨进入睡觉状态; - 鼠标移入角色时,在角色脚下显示“−”最小化按钮; - 支持拖动角色、单击互动、双击折叠;鼠标悬停角色时可用滚轮缩放,并记住位置和尺寸; - 支持窄屏布局和 `prefers-reduced-motion`。 安装需要 Node.js 和 `pnpm`。如果已经全局安装 `dsh`,运行:
Topics
GitHub topics on this repository
More in Deepseek Harness Plugin Dsh Plugins
Ranked by similarity inside the cluster, not alphabetically
Long Draft Input
Heyflyingpig
Deepseek Harness 插件:用于聚合发送框长文本
Dsh Tool User Memory
IAMLieutenant
DeepSeek Harness 用户记忆插件
Dsh Messager
ly6170
基于Deepseek Harness+DeepSeek开发的适用于Deepseek Harness的消息提醒信使,可使用第三方通道(暂时飞书webhook)进行推送
Dsh Plugin Audit
tttwh
将DeepSeek Harness插件列表按来源分组展示——官方插件与自行安装插件,一目了然。
Dsh Session Cost
ChengChe106
DSH plugin: estimated DeepSeek API cost per session in the web GUI stats strip
Dsh Auth Gate
jiang539
DSH Web UI 的认证门禁插件,提供 SVG 图形验证码与防暴力破解保护