插件目录 / Developer / dsh-nailong-desktop-pet
dsh-nailong-desktop-pet
未验证 2002yxy
功能简介
Nailong (奶龙) desktop-pet plugin for DeepSeek Harness
未验证 — 尚未实测
Nailong (奶龙) desktop-pet plugin for DeepSeek Harness 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
Nailong Desktop Pet · dsh-nailong-desktop-pet
English | 中文
An unofficial, customizable Nailong (奶龙) desktop-pet community plugin for DeepSeek Harness. Nailong is the lead character and visual identity of the project, with the DeepSeek whale and other companion presets included. This repository is an early Alpha intended for feedback and iterative releases.
On macOS, the plugin launches a transparent, borderless AppKit companion that can move across applications and Spaces. On other platforms, it falls back to a transparent pet inside the Harness window. The plugin also adds a Desktop Pet page under Settings > Plugins.
Install
Download the release archive and install it locally:
dsh plugin --profile web add ./dsh-desktop-pet-0.1.0-alpha.2.tgz
After this repository has been published and tagged, install the pinned GitHub release:
dsh plugin --profile web add github:2002yxy/dsh-nailong-desktop-pet#v0.1.0-alpha.2
Pinning the tag is strongly recommended because DeepSeek Harness and this plugin are both still evolving. Restart Harness after installation if the plugin does not appear immediately.
To remove it:
dsh plugin --profile web remove dsh-desktop-pet
See COMPATIBILITY.md before installing.
What it does
- Shows or hides a desktop pet from the high-frequency control at the top of the plugin page.
- Puts Nailong (奶龙) at the center of the experience and ships four additional presets: the DeepSeek whale, Naihuang, Jinglong, and Naijing.
- Ships every preset as a transparent Hatch v1 atlas with nine semantic states and 57 active frames: idle, directional movement, waving, jumping, failure, waiting, task-running, and review.
- Supports per-character size and motion settings, animated previews, directional drag animation, and saved position.
- Summarizes Harness task state as waiting for input, unread completion, running, or idle.
- Lets users create a custom pet from PNG, JPEG, WebP, GIF, AVIF, or BMP.
- Packages a
/create-desktop-petSkill and three host tools that inspect, hatch, and install the uploaded character.
The macOS pet is artwork-only: there is no square card, focus ring, titlebar, or window shadow. It can be dragged anywhere on the desktop. Clicking it brings Harness to the foreground. The in-Harness fallback can also open the most relevant Session and show an activity tray.
Custom-pet flow
- Choose Custom pet, select an image, and click Create pet.
- The plugin stores the source under an unguessable draft id, creates a blank DeepSeek task, selects the packaged Skill, pre-fills an editable
/create-desktop-petrequest, and closes Settings so the composer is immediately visible. - Review and manually send the request.
- The Skill calls
inspect_desktop_pet_draft,hatch_desktop_pet_draft, andinstall_desktop_petonce each. - With an optional image-generation credential, the Host generates a consistent 3D-toy pose sheet and compiles it into the exact Hatch v1 atlas. Without that credential, it automatically isolates the dominant subject, removes connected background and unrelated surrounding components, and builds a multi-state 2.5D atlas locally.
- The installed animated character returns to the pet gallery automatically; select it and adjust its size or motion like any preset.
The source image is not attached to the model message, so a DeepSeek API key and text-only DeepSeek model are enough for the default local 2.5D path. Image bytes stay in the local Host workflow. A separate image-generation credential is optional and is used only for the generated 3D path.
Model and privacy impact
Normal display, movement, selection, and configuration add no model input or tokens. Only a custom-pet task that the user explicitly sends adds one text request, the packaged Skill text, and two local tool calls plus their results. The image itself does not enter model context.
Custom characters and preferences remain local to the current Harness browser profile. Review SECURITY.md for reporting guidance.
Compatibility and limitations
- The native companion targets macOS 13+ on Apple Silicon and Intel. It is not yet signed or notarized.
- Other platforms use the in-Harness fallback and cannot move the pet outside the Harness window.
- Generated 3D rendering requires a separately configured image-generation credential; otherwise the plugin automatically produces an animated local 2.5D result.
- Native clicking activates Harness but does not yet deep-link to a specific Session.
- Preferences do not sync across devices.
- This Alpha ships prebuilt runtime files so GitHub installation does not depend on a repository-side build. Source is included for review, but this package is not yet a standalone development workspace.
Community release checklist
The maintainer checklist, GitHub topic, tag, archive, checksum, and clean-profile verification steps are in RELEASING.md. Changes are tracked in CHANGELOG.md.
License and names
Code is released under the MIT License. This is an independent community project and is not an official DeepSeek release. DeepSeek and its whale mark belong to their respective owners. Preset artwork provenance and redistribution rights must be confirmed before a public release; see THIRD_PARTY_NOTICES.md.
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-nailong-desktop-pet」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:2002yxy/dsh-nailong-desktop-pet Headless(CLI)profile:
dsh plugin --profile headless add github:2002yxy/dsh-nailong-desktop-pet 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。
2026-08-26 · 标记 webonly 备注:验证: web-only;待 L4 web CDP;L4 web CDP runtime-fail on dsh 0.1.0-rc.8. 浏览全部待验证失败 →