Bundle
@zsy1126/dsh-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
- Source
- zsyayo112
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 5 days ago
Readme
# ๐ Rick and Morty for dsh
English | [ไธญๆ](README.zh.md)
> **Wubba lubba dub dub!** The Rick and Morty bundle for the [DeepSeek Harness (dsh)](https://github.com/deepseek-ai/deepseek-harness) web GUI: three theme skins plus a desktop pet that watches your agent work. One command to install, one plugin for everything.

## โจ 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):
| Theme | Scheme | Vibe |
|---|---|---|
| ๐ฅผ **Lab Coat** | light | Rick's lab coat with deep portal-green accents |
| ๐ต **Meeseeks Blue** | light | Mr. Meeseeks' soothing blue world |
| ๐ **C-137 Portal** | dark | Space-green black, fluorescent portal green, Morty-yellow warnings |

### ๐พ The pet: summoned to keep you company
Six characters (live-switchable in Settings), and **it senses what your agent is doing**:
| Agent state | Pet reaction |
|---|---|
| Turn starts | Bobs faster, shouts its working line ("Working working working!") |
| Task completes | Happy jump + celebration line |
| Error | Head-shake + grumbling |
| **Waiting for your approval / question** | โ ๏ธ Alert mode: constant wiggling + yellow urgent bubble until you handle it |
| Idle | Slow 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)

## ๐ฆ Install
Requires the dsh web GUI (`>= 0.1.0-rc.6`). One command:
```sh
dsh plugin --profile web add @zsy1126/dsh-rick-and-morty
```
Restart `dsh web` and hard-refresh the browser. To remove:
```sh
dsh plugin --profile web remove @zsy1126/dsh-rick-and-morty
```
## โ๏ธ Data and storage
Every preference and save lives in browser localStorage; nothing is uploaded:
| Key | Holds |
|---|---|
| `rick-and-morty-skin.light` | Light-slot look (labcoat / meeseeks) |
| `rick-and-morty-pet.character` | Pet character |
| `rick-and-morty-pet.hidden` | Hide flag |
| `rick-and-morty-pet.pos` | Drop position |
| `rick-and-morty-pet.save` | Familiarity / tasks / adventure log |
The light/dark preference itself rides dsh's own settings and persists across browsers.
## ๐ ๏ธ Development
```sh
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](LICENSE).
## ๐ Credits
- [deepseek-harness](https://github.com/deepseek-ai/deepseek-harness) โ the everything-is-a-plugin host, whose client plugins taught this one how to be packaged
- [@linxin666/dsh-pet](https://www.npmjs.com/package/@linxin666/dsh-pet) (the whale girl) โ the community-plugin packaging trailblazer
Install
dsh plugin --profile web add github:zsyayo112/dsh-rick-and-morty
Profile: web
With the hub plugin installed, ask your agent to install it by name โ it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install zsy1126-dsh-rick-and-morty from the hub
- This package builds from source on install. pnpm will ask you to allow its build script โ that is permission to run the packageโs code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.