AI Agent Hub
Back to plugins
🎮

dsh-whale-avatar

Fun & Dress-up Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install lhjlol/dsh-whale-avatar

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install lhjlol/dsh-whale-avatar in the DeepSeek Harness terminal to install the plugin; the source repository is at https://github.com/lhjlol/dsh-whale-avatar.

About this plugin

Every assistant message in the DSH Web UI looks practically identical — same bubble, same type, and after a long enough chat it is hard to tell one reply from another at a glance. dsh-whale-avatar places the app-icon avatar and a name label in front of each assistant message, giving the conversation a little more personality and rhythm.

Under the hood it stays deliberately minimal: a single CSS rule uses the ::before pseudo-element to paint the avatar and label, so the DOM tree is never touched and React re-renders cannot wipe it away. The avatar is a 56 px PNG wrapped in an SVG data URI for Retina-sharp rendering, and its colors follow the day/night theme tokens automatically — no extra configuration needed.

It is made for people who want a small splash of personality in a daily tool without writing JavaScript or modifying source code. Install it and the interface transforms; remove it and everything snaps back, clean and trace-free.

Use Cases

  • Add avatars and names to assistant messages
  • Pure-CSS UI polish without touching the DOM
  • Theme-aware styling that follows day/night tokens

Best For

  • Users who want a touch of personality in daily tools
  • Plugin fans who prefer zero-JS, pure-CSS solutions
  • DSH Web UI developers looking to reduce visual monotony