DeepSeek Harness plugin

wooden-fish-dsh

电子木鱼桌宠 — A clickable wooden-fish desktop pet for the DeepSeek Harness web GUI. Click to knock, counts per day, trends in settings.

Jump to install

Source facts

Repository
ShenpingDD/wooden-fish-dsh
Latest update
Aug 18, 2026
Category
Just for Fun
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/ShenpingDD/wooden-fish-dsh
Plugin: wooden-fish-dsh
Author: ShenpingDD

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

🪵 Wooden Fish Pet · 电子木鱼桌宠 (for DeepSeek Harness)

> A clickable wooden-fish desktop pet for the DeepSeek Harness web GUI. > Not a cartoon mascot — a zen digital 木鱼 you can knock anytime. Every knock is counted per day, and the settings page shows your daily trend.

中文说明

---

✨ Features

  • Floating wooden fish on the page — drag it anywhere, click to knock
  • Knock feedback: fish shake + mallet swing + ripple ring + floating "+1"
  • Hover the fish to see 今天已敲 N 次 (today's count)
  • Per-day counting (YYYY-MM-DD buckets), persisted to $DSH_HOME/wooden-fish-data.json — survives restarts
  • Settings page (设置 → 电子木鱼): today / total / streak cards + 7/14/30-day bar chart (zero days in gray, hover for details)
  • Show/hide the floating fish anytime (a small "restore" pill appears while hidden)
  • Zen wood style, light/dark theme aware, zero network calls, data stays local

> ⚠️ v1 has no knock sound (the installed-plugin client runs in the browser; audio was out of scope). Feedback is visual only.

📸 Preview

![UI design preview](docs/screenshots/ui-design-preview.png)

Interactive demo: [docs/wooden-fish-preview.html](docs/wooden-fish-preview.html) (open in a browser — drag and knock the fish, switch the chart range)

📦 Install

The plugin is an installable web-profile bundle package. From the DeepSeek Harness checkout:

dsh plugin --profile web add --config.minimumReleaseAge=0 -w <this-repo-path>
# then restart dsh

Or install directly from GitHub:

dsh plugin --profile web add --config.minimumReleaseAge=0 -w github:<owner>/wooden-fish-dsh
# then restart dsh

After restart the fish appears at the bottom-right automatically. No re-activation needed on later restarts.

🎮 Usage

ActionEffect
Click the fishKnock: +1 to today's count, animation feedback
Drag the fishMove it anywhere (position resets to default on reload)
Hover the fishShow today's count bubble
设置 → 电子木鱼Stats cards + daily trend chart (7/14/30 days)
Toggle in settingsShow/hide the floating fish (a "restore" pill appears while hidden)

💾 Data

Stored at $DSH_HOME/wooden-fish-data.json:

{ "version": 1, "days": { "2026-08-18": 10, "2026-08-19": 3 } }
  • $DSH_HOME is the harness data home (default ~/.dsh)
  • Local-only, plain JSON, easy to back up or reset
  • See [docs/sample-data.json](docs/sample-data.json) for a fuller example

🧱 How it works

HalfMechanism
Host (lib/index.js)Registers two JSON routes on the harness webServer: POST /muyu/knock (today +1) and GET /muyu/summary (stats). Persists via node:fs directly. Must declare inject: ['webServer'] — an empty inject would apply before services are ready and ctx.get() returns undefined for everything.
Client (lib/client.js)A web ModuleLoader bundle (window.__ModuleLoader__.load(...)) that renders the fish in the shell.overlay slot and the stats page in settings.section, talking to the host over same-origin fetch.

More: [ARCHITECTURE.md](ARCHITECTURE.md)

📚 Docs

  • [docs/PRD.md](docs/PRD.md) — product requirements (zh)
  • [docs/UI-DESIGN.md](docs/UI-DESIGN.md) — design spec: tokens, states, animations (zh)
  • [docs/wooden-fish-preview.html](docs/wooden-fish-preview.html) — interactive UI preview (open in a browser)
  • [docs/fish.svg](docs/fish.svg) — the fish artwork
  • [CHANGELOG.md](CHANGELOG.md) · [DEVELOPMENT.md](DEVELOPMENT.md) · [SECURITY.md](SECURITY.md) · [CONTRIBUTING.md](CONTRIBUTING.md)

⚖️ License

[MIT](LICENSE)