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.

Rick And Morty — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@zsy1126/dsh-rick-and-morty

Rick And Morty

Rick and Morty for the dsh web GUI: three-look skin (C-137 portal green / lab coat / Meeseeks blue) plus a desktop-pet companion with six characters, bilingual lines, agent-driven moods, combo petting, and a progression panel

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

npx -y @deepseek-ai/dsh plugin --profile web add @zsy1126/dsh-rick-and-morty@0.1.0
READMECompatibilityVersions
C-137 Portal dark themeMeeseeks Blue light themeSettings: theme and pet rows

Compatibility and provenance

Rick And Morty is published as @zsy1126/dsh-rick-and-morty and currently resolves to version 0.1.0. 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/22/2026

Versions

0.1.0stable
8/16/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
3.6 MB
Files
69
Surface
web
License
MIT
Source
npm
GitHub
★ 1
Weekly downloads
41
Last push
8/16/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 pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.

README

🌀 Rick and Morty for dsh

English | 中文

Wubba lubba dub dub! The Rick and Morty bundle for the DeepSeek Harness (dsh) web GUI: three theme skins plus a desktop pet that watches your agent work. One command to install, one plugin for everything.

C-137 Portal dark theme

✨ Features

🎨 Three theme skins

A full 76-token takeover of the GUI palette, switched from three cubes in Settings (they shadow the stock Light/Dark/System row; each cube's icon is the theme's real palette swatch):

ThemeSchemeVibe
🥼 Lab CoatlightRick's lab coat with deep portal-green accents
🔵 Meeseeks BluelightMr. Meeseeks' soothing blue world
🌀 C-137 PortaldarkSpace-green black, fluorescent portal green, Morty-yellow warnings

Meeseeks Blue light theme

🐾 The pet: summoned to keep you company

Six characters (live-switchable in Settings), and it senses what your agent is doing:

Agent statePet reaction
Turn startsBobs faster, shouts its working line ("Working working working!")
Task completesHappy jump + celebration line
ErrorHead-shake + grumbling
Waiting for your approval / question⚠️ Alert mode: constant wiggling + yellow urgent bubble until you handle it
IdleSlow breathing bob

The cast: 🔵 Mr. Meeseeks (default) · 🥒 Pickle Rick · 🧈 Butter Robot · 🧪 Rick · 😰 Morty · 🌀 Portal

🎮 Interaction and progression

  • Drag the pet anywhere; the drop position sticks
  • Pet it with a click (+1 familiarity); clicks within 2s chain into a combo with a ×N badge, and five in a row triggers per-character combo lines ("burp Alright ALRIGHT — what am I, a cat?")
  • Progression panel on bubble click — five familiarity levels (Stranger → Family), career titles by tasks completed together (Intern → Chief Engineer of C-137), and a timestamped adventure log
  • Hide via the 💤 cube in Settings; picking any character brings it back
  • Bilingual — every line and label follows the dsh language setting (中文/English)

Settings: theme and pet rows

📦 Install

Requires the dsh web GUI (>= 0.1.0-rc.6). One command:

dsh plugin --profile web add @zsy1126/dsh-rick-and-morty

Restart dsh web and hard-refresh the browser. To remove:

dsh plugin --profile web remove @zsy1126/dsh-rick-and-morty

⚙️ Data and storage

Every preference and save lives in browser localStorage; nothing is uploaded:

KeyHolds
rick-and-morty-skin.lightLight-slot look (labcoat / meeseeks)
rick-and-morty-pet.characterPet character
rick-and-morty-pet.hiddenHide flag
rick-and-morty-pet.posDrop position
rick-and-morty-pet.saveFamiliarity / tasks / adventure log

The light/dark preference itself rides dsh's own settings and persists across browsers.

🛠️ Development

git clone https://github.com/zsyayo112/dsh-rick-and-morty.git
cd dsh-rick-and-morty
pnpm install
pnpm build        # strict tsc + tsdown into lib/
dsh plugin --profile web add link:$(pwd)   # link-install into a local profile

Layout: src/index.ts is the empty node half (the Loader roster seat); the real body is src/client/ — the theme token table (tokens.ts), the line tables (*-locales.ts), and the mood machine plus both settings-row registrations (index.ts). Every color, line, animation duration, and progression number traces 1:1 to a frozen design spec.

⚠️ Disclaimer

This is an unofficial fan project, unaffiliated with Adult Swim, Warner Bros. Discovery, or DeepSeek. Rick and Morty and its characters are © Adult Swim / Warner Bros. Discovery. The character images in this repository come from fan-shared assets and are not covered by the MIT license; they are included for personal, non-commercial use and will be removed on request by the rights holders. The code is released under MIT.

🙏 Credits

  • deepseek-harness — the everything-is-a-plugin host, whose client plugins taught this one how to be packaged
  • @linxin666/dsh-pet (the whale girl) — the community-plugin packaging trailblazer