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.

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

@borisshaw6/dsh-cyber-pet

Cyber Pet

Cyber whale pet for DeepSeek Harness: a floating, feedable, color-customizable whale over shell.overlay that reports token usage, quota, interactions, and session counts — one dsh-plugin bundle carrying the host chat brain and the browser surface

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

npx -y @deepseek-ai/dsh plugin --profile web add @borisshaw6/dsh-cyber-pet@0.3.1
READMECompatibilityVersions

Compatibility and provenance

Cyber Pet is published as @borisshaw6/dsh-cyber-pet and currently resolves to version 0.3.1. 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.3.1stable
8/15/2026
0.1.0stable
8/15/2026

Related plugins

Loading related plugins…

Latest
0.3.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
194 kB
Files
19
Surface
web
License
MIT
Source
npm
GitHub
★ 3
Weekly downloads
62
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

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

@borisshaw6/dsh-cyber-pet

A cyber whale pet for DeepSeek Harness: a floating, feedable, color-customizable whale that lives inside the Web UI and reports your token usage, quota, context occupancy, interactions, and conversation counts — with three chat backends, growth levels, moods, milestone celebrations, and a one-click PNG report card.

This is the dsh-plugin bundle build of dsh-cyber-pet: one package carrying both halves — the host-side petChat Remote (the whale's online brain over the llm seam, credentials stay on the host) and the browser surface (the whale, the glass dashboard panel, report card).

Install (one line)

Requires DeepSeek Harness ≥ 0.1.0-rc.6 and pnpm on PATH (one-time: npm install -g pnpm).

npx @deepseek-ai/dsh plugin --profile web add @borisshaw6/dsh-cyber-pet

Then (re)start the web profile — the host discovers the browser half at startup, so a page reload alone is not enough:

npx @deepseek-ai/dsh web

Open http://127.0.0.1:3080 — the yellow whale appears in the bottom-right corner. Verify the layer with:

npx @deepseek-ai/dsh --profile web --dump-config | grep -A2 pet-chat

Optional — the 宿主宝贝 (Harness Pet) chat backend issues one standalone provider request through the host llm seam and needs a configured provider credential, e.g. DEEPSEEK_API_KEY. 本地宝贝 (Local Pet) and 在线宝贝 (Online Pet) work without it.

Update / uninstall

npx @deepseek-ai/dsh plugin --profile web update @borisshaw6/dsh-cyber-pet
npx @deepseek-ai/dsh plugin --profile web remove @borisshaw6/dsh-cyber-pet

Restart the web profile after either. Whale counters and preferences persist in browser localStorage (dsh.cyber-pet.v3) and survive plugin updates.

Compatibility

  • Tested against harness 0.1.0-rc.6 (developer preview — APIs move fast; peer ranges pin that release).
  • Source-level install into a harness checkout (with the full manual procedure, usage guide, and troubleshooting) lives in the repository README.

Building from source (maintainers)

The bundle builds standalone — no harness checkout needed. Sources stay in ../ui-pet/src and ../pet-chat/src, shared with the source-level install flow:

npm install
npm run build     # → lib/index.js (host half) + lib/client.js (browser half) + lib/types/
npm pack          # → borisshaw6-dsh-cyber-pet-<version>.tgz, locally installable for testing
npm publish --access public

Bump version in package.json before each publish; users then update with dsh plugin --profile web update @borisshaw6/dsh-cyber-pet.

License

MIT — same as DeepSeek Harness.